sure i will try. 

Once more thing. Somehow i was not getting logs initially. But when i
changed like below. 
It was started logging.

// private static final org.apache.openejb.util.Logger debugLogger =
org.apache.openejb.util.Logger.getInstance(LogCategory.OPENEJB_RESOURCE_JDBC,
BeanContext.class);

    private static final org.slf4j.Logger debugLogger =
LoggerFactory.getLogger("Transaction");



Logs

2019-10-09 21:01:30,450 DEBUG [Transaction] (JungoThreadPool-1-194-T784)
getConnection() - active: 23. Called from java.lang.Throwable




--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Reply via email to