Hi, I'm unable to catch exceptions in remove method (SLSB):

public void remove(T entity) {
  |             try {
  |                     entityManager.remove(entity);
  |             } catch (Exception e) {
  |                     log.error("Error!");
  |             }
  |     }


The class/method that invoke the above code never appears in stack trace.

Any idea?

Thanks,

Joao Paulo

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

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

Reply via email to