OK, my bad. I should have read further down the EJB specification (chapter 12.5):
anonymous wrote : (...) Interceptor methods must always call InvocationContext.proceed() or no subsequent interceptor methods or bean business method or lifecycle callback methods will be invoked. (...) | My interceptor did not call the proceed method. Works now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192833#4192833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192833 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
