You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oa...@apache.org on 2002/01/31 17:55:55 UTC

cvs commit: jakarta-commons-sandbox/services/src/conf service-manager-test.xml

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>