6.8.2. WSRP integration

As the extension package is deployed, the WSRPServiceIntegration service component is started and that triggers the injection of the WSRP infrastructure (persistent data, web service endpoints, and more) into GateIn.



   <component>
      <key>org.gatein.integration.wsrp.WSRPServiceIntegration</key>
      <type>org.gatein.integration.wsrp.WSRPServiceIntegration</type>
      <init-params>
         <value-param>
            <name>producerConfigLocation</name>
            <description>Location of the default producer configuration file</description>
            <value>${gatein.conf.dir:classpath:/conf}/wsrp-producer-config.xml</value>
         </value-param>
         <value-param>
            <name>consumersConfigLocation</name>
            <description>Location of the default consumers configuration file</description>
            <value>${gatein.conf.dir:classpath:/conf}/wsrp-consumers-config.xml</value>
         </value-param>
         <value-param>
            <name>consumersInitDelay</name>
            <description>Time (in seconds) after the start of the WSRP extension, waited before the consumers are
               started
            </description>
            <value>2</value>
         </value-param>
      </init-params>
   </component>
         
Copyright ©2012. All rights reserved. eXo Platform SAS