[jboss-user] [JBoss Cache] - Atomikos Tx with Hibernate and JBossCache

sonam nepali do-not-reply at jboss.com
Thu Nov 18 20:47:04 EST 2010


sonam nepali [http://community.jboss.org/people/sonam.nepali] created the discussion

"Atomikos Tx with Hibernate and JBossCache"

To view the discussion, visit: http://community.jboss.org/message/571841#571841

--------------------------------------------------------------
Hi

I am using Atomikos transaction manager with JBosscache and Hibernate. 

I  have injected java TransactionManager into the JBosscache as stated in  their documentation.  Hibernate looks up the transactionManager using  the properties configuration.


The following is what I have for test purposes:

1. I programatically start a Java Transaction.
2. I do two things:
   a. I save an object into JBosscache programmatically using "put" operation. 
   b. Then I call my PersonDaoImpl to save a "Person" object.
3. Finally I commit the Java Transaction.

Now this is what has happened according to the log file:

1.  The object is saved in the table. I verified it in the table.
2.   After the transaction state has entered in the "TERMINATED" state, then  the JBossCache tried to commit the changes.  However, there is no  transaction at this point.  JBossCache gives the following error:
- Received JTA STATUS_UNKNOWN in afterCompletion()!  XA resources may not be in sync


Can any one shed light on this?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/571841#571841]

Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101118/a8bf6044/attachment-0001.html 


More information about the jboss-user mailing list