Hide Forgot
Date of First Response: 2010-06-11 08:35:53 Help Desk Ticket Reference: https://enterprise.redhat.com/issue-tracker/?module=issues&action=view&tid=355234&gid=1354 project_key: JBEPP There is request to disable the pre-loading for JBossCachePersistenceManager. This has been done in one of the branches. Please include it in the cp so that it's available in later release.
If disabling the pre-loading, the server startup time will be decreased. However, the first hit to CMS resource will take longer time. It's more desirable if we could make it configurable so that the users can determine the best choice in their situations.
Link: Added: This issue related JBEPP-304
Now inside, cms.sar/META-INF/jboss-service.xml, pre-loading can be configured as shown below: Default is true <PersistenceManager class="org.jboss.portal.cms.hibernate.state.JBossCachePersistenceManager"> <param name="schemaObjectPrefix" value="WSP"/> <param name="JNDIName" value="java:/portal/cms/CMSSessionFactory"/> <param name="externalBLOBs" value="false"/> <!-- Change this value to configure the pre-loading. Default: true --> <param name="enablePreLoading" value="true"/> </PersistenceManager> It occurs twice in the configuration. Once for the workspace repository, and other for the version repository