Kai Weingärtner [http://community.jboss.org/people/KaiWeing] created the discussion
"Re: Plugin required for ejb3 interceptors?" To view the discussion, visit: http://community.jboss.org/message/584424#584424 -------------------------------------------------------------- The Interceptor code is complete as posted. The EJB: @javax.ejb.Stateless(name = "ejb/MyService") public class MyServiceImpl implements MyService { @Override @javax.ejb.TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) @javax.interceptor.Interceptors({CallMonitoringInterceptor.class}) public Object service(String param1) throws Exception { // ... } } and @javax.ejb.Local public interface MyService { Object service(String param1) throws Exception; } -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/584424#584424] Start a new discussion in EJB3 at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
_______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user