I have an app with an EJB that threw a NullPointerException. JBoss wrapped this in an
EJBTransactionRolledbackException, which it then threw to the client. When this happened,
JBoss didn't log the exception. My understanding of the EJB Specification (Chapter
14, page 358) is that when an EJB throws a RuntimeException, the app server is supposed to
log it.
Am I misunderstanding, or doing something wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102402#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...