2.2.5.1. Configuration

The RepositoryCreationService configuration is as follows:


<component>
   <key>org.exoplatform.services.jcr.ext.repository.creation.RepositoryCreationService</key>
   <type>
      org.exoplatform.services.jcr.ext.repository.creation.RepositoryCreationServiceImpl
   </type>
     <init-params> 
(1)         <value-param> 
            <name>factory-class-name</name> 
            <value>org.apache.commons.dbcp.BasicDataSourceFactory</value> 
         </value-param> 
      </init-params>
</component>

1

factory-class-name: Indicate what the factory needs to use for creating DataSource objects. This parameter is not mandatory.

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus