User: chirino
Date: 01/12/12 14:12:18
Modified: src/main/org/jboss/tm XidImpl.java
Log:
MDB update. Now we support packing > 1 message in a session. Each
message will correctly be commited/rolled back in it's own tx. (Before the group
would be in a single tx.) The TM associating code has been moved into the
onMessage()
method. The JBossMQ specify localTx optimization interface has has been replace
with a more generic XAResource interface to manage a local tx.
Revision Changes Path
1.14 +2 -2 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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- XidImpl.java 2001/08/03 17:15:56 1.13
+++ XidImpl.java 2001/12/12 22:12:18 1.14
@@ -19,9 +19,9 @@
* @see TransactionImpl
* @author <a href="mailto:[EMAIL PROTECTED]">Rickard �berg</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.13 $
+ * @version $Revision: 1.14 $
*/
-class XidImpl
+public class XidImpl
implements Xid, java.io.Serializable
{
// Constants -----------------------------------------------------
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development