User: user57  
  Date: 01/07/20 19:30:15

  Modified:    src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java
  Log:
   o removed a debug message, which is logged in ConnectionFactoryHelper
  
  Revision  Changes    Path
  1.19      +2 -3      
jboss/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java
  
  Index: JMSContainerInvoker.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- JMSContainerInvoker.java  2001/07/21 02:08:01     1.18
  +++ JMSContainerInvoker.java  2001/07/21 02:30:15     1.19
  @@ -60,7 +60,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Sebastien Alborini</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason Dillon</a>
  - * @version $Revision: 1.18 $
  + * @version $Revision: 1.19 $
    */
   public class JMSContainerInvoker
      implements ContainerInvoker, XmlLoadable
  @@ -208,7 +208,7 @@
       * @param username    The username to use or null for no user.
       * @param password    The password for the given username or null if no
       * @return            A new connection from the given factory.
  -    *
  +    * 
       * @throws JMSException    Failed to create connection.
       */
      protected Connection createConnection(final Object factory,
  @@ -216,7 +216,6 @@
                                            final String password)
         throws JMSException
      {
  -      log.debug("attempting to create connection from factory: " + factory);
         connection = ConnectionFactoryHelper.createConnection
            (factory, username, password);
         log.debug("created connection: " + connection);
  
  
  

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

Reply via email to