User: starksm 
  Date: 01/12/13 19:22:12

  Modified:    src/main/org/jboss/tm Tag: Branch_2_4 XidImpl.java
  Log:
  Integrate changes from 3.0 to improve the MDB/ASF layer. This includes
  support for the dead message queue for repeated MDB.onMessage failures.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.6.1  +6 -6      jboss/src/main/org/jboss/tm/XidImpl.java
  
  Index: XidImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/tm/XidImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.10.6.1
  diff -u -r1.10 -r1.10.6.1
  --- XidImpl.java      2001/02/09 18:56:18     1.10
  +++ XidImpl.java      2001/12/14 03:22:12     1.10.6.1
  @@ -1,5 +1,5 @@
   /*
  - * JBoss, the OpenSource EJB server
  + * JBoss, the OpenSource J2EE webOS
    *
    * Distributable under LGPL license.
    * See terms of license at gnu.org.
  @@ -17,11 +17,11 @@
    *  This implementation is immutable and always serializable at runtime.
    *
    *  @see TransactionImpl
  - *  @author Rickard �berg ([EMAIL PROTECTED])
  + *  @author <a href="mailto:[EMAIL PROTECTED]";>Rickard �berg</a>
    *  @author <a href="mailto:[EMAIL PROTECTED]";>Ole Husgaard</a>
  - *  @version $Revision: 1.10 $
  + *  @version $Revision: 1.10.6.1 $
    */
  -class XidImpl
  +public class XidImpl
      implements Xid, java.io.Serializable
   {
      // Constants -----------------------------------------------------
  @@ -227,9 +227,9 @@
       *  returns a reference to the global id byte array that may <em>not</em>
       *  be changed.
       */
  -   public byte[] getInternalGlobalTransactionId()
  +   byte[] getInternalGlobalTransactionId()
      {
  -      return (byte[])globalId.clone();
  +      return globalId;
      }
   
      
  
  
  

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

Reply via email to