[jboss-user] [JBoss Messaging] - Re: Weird transaction error

TheOverlord do-not-reply at jboss.com
Mon Aug 11 13:32:03 EDT 2008


"clebert.suconic at jboss.com" wrote : Have you looked for this pattern in your code?
  | 
  | 
  |   | try
  |   | {
  |   | 
  |   | }
  |   | catch (Exception e)
  |   | {
  |   |    transaction.rolllback();
  |   |    // no logs?
  |   | }
  |   | 
  | 
  | If you want to find the root cause of that exception, you should get some help from someone on JCA.


I don't actually use that type of pattern.

In fact I don't do any explicit transaction management myself. For the MDB, it's container managed (set to REQUIRED).

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

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



More information about the jboss-user mailing list