[jboss-user] [EJB/JBoss] - Re: Rollback UserTransaction within a POJO ignored?

2009-02-04 Thread gmlopezdev
Finally I've found the problem myself reviewing the code which I should be doing before posting anything. As per what I'm writing you noticed that the problem was on the application code and I'll post the explanation of the "horror" :D so if anybody has the same problem may waste less time in it

[jboss-user] [EJB/JBoss] - Rollback UserTransaction within a POJO ignored?

2009-02-04 Thread gmlopezdev
I'm developing an application that uses JBossMQ and has to ensure operation atomicity. I have a thread that reads messages from a queue and puts them into another queue so if an error occurs the operation/transaction has to be rolled back. This POJO is getting the UserTransaction from JNDI, begi

[jboss-user] [JBoss Messaging] - Re: How to configure Connection Factories for No Transaction

2009-02-03 Thread gmlopezdev
I'm trying to do almost the same. Does anyone have a solution for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206525#4206525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206525 ___