Hi, The following [1] TCK test failing against current Tomee master branch. You can replicate by executing on tomee-tck project: ./runtests -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -w tomee com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated/Client#aroundConstructInterceptorTest_from_ejbembed
I manage to debug the test and it seems this is the point where the test fails because the result obtained from TomEE is different from the expected one: https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/ejb30/lite/interceptor/common/lifecycle/ClientBase.java#L155 Since in this case, TomEE is not throwing any exception, I would like to ask for pointers on which TomEE module and where I can start studying the behavior of EJB interceptors lifecycles. [1] https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated/Client.java -- Atentamente: César Hernández Mendoza.
