Re: Manager Context in server.xml, Broken

2013-10-10 Thread Romain Manni-Bucau
Yep, never said we cant handle it but you asked a hint ;) Le 10 oct. 2013 22:19, jieryn jie...@gmail.com a écrit : I'll add it, but this is a difference with Apache Tomcat. Tomcat happily handles this case.. I'd expect Apache TomEE to handle it the same way. On Thu, Oct 10, 2013 at 4:14 PM,

@Auditable not working

2013-10-10 Thread Leonardo K. Shikida
Hi I am trying to use OpenJPA @Auditable with tomee+ 1.5.2 but something strange is happening. persistence.xml has property name=openjpa.Auditor value=xxx.Auditor/ my class xxx.Auditor public class Auditor implements org.apache.openjpa.audit.Auditor { @Override public void

Re: @Auditable not working

2013-10-10 Thread Romain Manni-Bucau
Hi Do you care putting it in a easily runnable project (mvn/ant on github/code google for instance)? Le 11 oct. 2013 04:22, Leonardo K. Shikida shik...@gmail.com a écrit : Hi I am trying to use OpenJPA @Auditable with tomee+ 1.5.2 but something strange is happening. persistence.xml has