I have JbossCache 1.2.1 deployed on one Jboss instance (3.2.7) and I'm 
accessing it remotely from another Jboss instance. The client Jboss instance is 
running a stateless session bean with a container managed transaction, and is 
looking up the remote cache via JNDI. 

In testing this, I found that when I threw an EJBException after inserting data 
into the remote cache, the inserted data did not get rolled back.  If the cache 
is deployed in the same Jboss instance, however, the cache rollback does occur.

I also tried going through a stateless session bean on the Jboss instance with 
the cache, but the rollback still didn't occur when I threw an EJBException on 
the client Jboss instance.

Is there something I need to do differently to get the remote cache rollback to 
occur, either with direct cache access or through another ejb, or is that not 
even possible? 

Thanks,
Jason

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871643#3871643

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871643


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to