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.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169934
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to