Acaba de publicarse la versión PS5 de WebCenter, por ahora está únicamente disponible a través de e-delivery a la espera de que se haga oficial en OTN.
Novedades en las notas de versión en la nueva "Documentation Library "
Release notes:
WebCenter Portal (link )
WebCenter Content (link )
En breve publicarán la lista de cambios más resumida y podremos ver los cambios efectuados en esta nueva versión.
Actualización:
La documentación permite bajar en formato ePub y .mobi
Novedades en JDeveloper y ADF (link )
Novedades en WebCenter Content (link )
Novedades en WebCenter Portal (link )
By default WebCenter Spaces PS4 should be setup to allow uploads of files up to 2Gb. But there is a little bug that restricts the file to be only "2Mb".
Those are the steps to change the default "max-filesize" to 2Gb
Locate your WebCenter wlst.sh or wlst.cmd and execute it.
Connect to admin server with this command:
connect('weblogic','<weblogic-password>','t3://<ip-admin-server>:7001')
Now export the metadata that defines the "uploadedFileMaxDiskSpace " parameter.
exportMetadata(application='webcenter',server='WC_Spaces',toLocation='/home/oracle',docs='/oracle/webcenter/webcenterapp/metadata/webcenter-config.xml')
Modify the file " webcenter-config.xml " and locate the line with this parameter.
<webcenter:uploadedFileMaxDiskSpace>2097152</webcenter:uploadedFileMaxDiskSpace>
Save the file and proceed to the upload, reconnect to wlst.sh
Connect again to admin server
connect('weblogic','<weblogic-password>','t3://<ip-admin-server>:7001')
Execute the upload command:
importMetadata(application='webcenter',server='WC_Spaces',fromLocation='/home/oracle',docs='/oracle/webcenter/webcenterapp/metadata/webcenter-config.xml')
Restart WC_Spaces managed node and is ready to test.