[jboss-user] [JBoss Messaging] - Exception deploying EJB3 MDB

mohali do-not-reply at jboss.com
Tue Jul 17 13:11:02 EDT 2007


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



More information about the jboss-user mailing list