Hi, i am using annotations to create a simple @Stateless REST endpoint. Whenever i make a call which leads to an exception inside my endpoint method, the EjbTransactionUtil creates a log entry for this /SEVERE: EjbTransactionUtil.handleSystemException:/.
As we do our own exception handling and logging in a JAX-RS exception mapper, i was wondering if there is a way to prevent this logging caused by the EjbTransactionUtil. We're hesitant of adjusting the logger to ignore the category used by EjbTransactionUtil, because it is the root category OpenEJB. i would appreciate ideas how to solve this problem on application level (instead of TomEE configuration files). Best regards, Volker Ivens -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Remove-EjbTransactionUtil-SystemException-logging-tp4672594.html Sent from the TomEE Users mailing list archive at Nabble.com.
