[jboss-cvs] jboss-seam/src/test/integration/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Thu Oct 18 17:26:29 EDT 2007


  User: nrichards
  Date: 07/10/18 17:26:29

  Modified:    src/test/integration/resources/WEB-INF  components.xml
  Log:
  jms integration tests
  
  Revision  Changes    Path
  1.3       +15 -2     jboss-seam/src/test/integration/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/integration/resources/WEB-INF/components.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components.xml	15 Oct 2007 22:08:08 -0000	1.2
  +++ components.xml	18 Oct 2007 21:26:29 -0000	1.3
  @@ -6,6 +6,7 @@
               xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:web="http://jboss.com/products/seam/web"
               xmlns:framework="http://jboss.com/products/seam/framework"
  +            xmlns:jms="http://jboss.com/products/seam/jms"            
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  @@ -14,6 +15,7 @@
                    http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd 
                    http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd 
  +                 http://jboss.com/products/seam/jms http://jboss.com/products/seam/jms-2.0.xsd 
                    http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.0.xsd">
       
       <core:init debug="false" jndi-pattern="@jndiPattern@" />
  @@ -32,5 +34,16 @@
           </bpm:process-definitions>
       </bpm:jbpm>
           
  +    <jms:topic-connection topic-connection-factory-jndi-name="/ConnectionFactory" />
  +    <jms:queue-connection queue-connection-factory-jndi-name="/ConnectionFactory" />
  +
  +    <jms:managed-topic-publisher name="testPublisher"
  +                                 auto-create="true" 
  +                                 topic-jndi-name="/topic/testTopic" />
  +    	                         
  +    <jms:managed-queue-sender name="testSender"
  +                              auto-create="true"
  +                              queue-jndi-name="/queue/testQueue" />
  +                       
       
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list