User: chirino 
  Date: 01/07/28 09:11:36

  Modified:    src/main/org/jbossmq Connection.java
  Log:
  While doing integration testing with JBoss MDB I found a few bugs...
  
  Revision  Changes    Path
  1.4       +2 -1      jbossmq/src/main/org/jbossmq/Connection.java
  
  Index: Connection.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jbossmq/Connection.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Connection.java   2001/07/28 00:30:15     1.3
  +++ Connection.java   2001/07/28 16:11:35     1.4
  @@ -43,7 +43,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    */
   public class Connection implements java.io.Serializable, javax.jms.Connection {
        //////////////////////////////////////////////////////////////
  @@ -278,7 +278,8 @@
                try {
                        clientID = serverIL.getID();
                } catch (Exception e) {
  -                     throw new SpyJMSException( "Cannot get a client ID",e);
  +                     cat.debug("Server Exception: ", e);
  +                     throw new SpyJMSException( "Cannot get a client ID: 
"+e.getMessage(), e );
                }
        }
   
  
  
  

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

Reply via email to