oalexeev    02/01/31 08:55:55

  Added:       services/src/conf service-manager-test.xml
  Log:
  Test config to perform unit testing.
  
  Revision  Changes    Path
  1.1                  
jakarta-commons-sandbox/services/src/conf/service-manager-test.xml
  
  Index: service-manager-test.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1" ?>
  
  <service-manager>
  
          <event-module>
                  <event
                          name="someEvent"
                          type="org.apache.commons.services.EventRegistration"/>
                  <event
                          name="anotherEvent"
                          type="org.apache.commons.services.EventRegistration"/>
          </event-module>
  
          <service-module>
                  <service
                          name="firstService"
                          type="org.apache.commons.services.Service"/>
                  <service
                          name="secondService"
                          type="org.apache.commons.services.LogService"/>
          </service-module>
  
          <queue-module>
                  <queue 
                          name="testQueue1" 
                          type="org.apache.commons.services.SequenceQueue"
                          sequence="secondService,firstService"/>
                  <queue 
                          name="testQueue2" 
                          type="org.apache.commons.services.SequenceQueue"
                          sequence="firstService,secondService"/>
          </queue-module>
  
  </service-manager>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to