I have a MDB with ejb3 annotations that gives the following error during JBoss startup.
Reason: java.lang.RuntimeException: An exception occurred initialising interceptors for class com.acme.ActionEventMessageEJB.onMessage This is the case when the MDB extends from an abstract base class that implements MessageListener(I have tried both with an abstract onMessage method and without onMessage method in base class). If I don't make the base class implement MessageListener interface but have the concrete MDB implement MessageListener, then it deploys fine. Is that expected behavior? I am using Jboss Messaging 1.3.0.GA with JBoss AS 4.2.0.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065091#4065091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065091 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
