User: starksm 
  Date: 01/07/29 11:17:39

  Modified:    src/main/org/jboss/test/cts/jms ContainerMBox.java
                        MsgSender.java
  Log:
  Flush security auth cache to avoid conflicts due to tests using the same
  security domain with different user to role mappings.
  
  Clean up failures due to the JMS name changes
  
  Revision  Changes    Path
  1.2       +1 -1      jbosstest/src/main/org/jboss/test/cts/jms/ContainerMBox.java
  
  Index: ContainerMBox.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/cts/jms/ContainerMBox.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContainerMBox.java        2001/03/02 03:11:28     1.1
  +++ ContainerMBox.java        2001/07/29 18:17:39     1.2
  @@ -9,7 +9,7 @@
   public class ContainerMBox
     implements MessageListener
   {
  -  public final static String JMS_FACTORY="QueueConnectionFactory";
  +  public final static String JMS_FACTORY="ConnectionFactory";
     public final static String QUEUE="queue/testQueue";
   
     private QueueConnectionFactory qconFactory;
  
  
  
  1.3       +1 -1      jbosstest/src/main/org/jboss/test/cts/jms/MsgSender.java
  
  Index: MsgSender.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/cts/jms/MsgSender.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MsgSender.java    2001/06/26 02:40:11     1.2
  +++ MsgSender.java    2001/07/29 18:17:39     1.3
  @@ -8,7 +8,7 @@
   
   public class MsgSender
   {
  -  public final static String JMS_FACTORY="QueueConnectionFactory";
  +  public final static String JMS_FACTORY="ConnectionFactory";
     public final static String QUEUE="queue/testQueue";
   
     private QueueConnectionFactory qconFactory;
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to