[jboss-cvs] jbosstest/src/resources/timer/ejb ...

Anil Saldhana anil.saldhana at jboss.com
Thu Jul 20 15:41:48 EDT 2006


  User: asaldhana
  Date: 06/07/20 15:41:48

  Modified:    src/resources/timer/ejb  jboss.xml
  Log:
  JBAS-3105: Use QueueA,QueueB etc instead of the original A,B,C,D etc
  
  Revision  Changes    Path
  1.4       +2 -2      jbosstest/src/resources/timer/ejb/jboss.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/timer/ejb/jboss.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- jboss.xml	17 Feb 2006 02:55:38 -0000	1.3
  +++ jboss.xml	20 Jul 2006 19:41:48 -0000	1.4
  @@ -46,7 +46,7 @@
   
         <message-driven>
            <ejb-name>TimerMDB</ejb-name>
  -         <destination-jndi-name>queue/A</destination-jndi-name>
  +         <destination-jndi-name>queue/QueueA</destination-jndi-name>
            <resource-ref>
               <res-ref-name>jms/QCF</res-ref-name>
               <jndi-name>ConnectionFactory</jndi-name>
  @@ -54,7 +54,7 @@
         </message-driven>
         <message-driven>
            <ejb-name>OnCreateTimerMDB</ejb-name>
  -         <destination-jndi-name>queue/C</destination-jndi-name>
  +         <destination-jndi-name>queue/QueueC</destination-jndi-name>
            <timer-persistence>false</timer-persistence>         
            <resource-ref>
               <res-ref-name>jms/QCF</res-ref-name>
  
  
  



More information about the jboss-cvs-commits mailing list