[jboss-user] [EJB 3.0] - "initialising interceptors" error deploying ejb3 MDB

mohali do-not-reply at jboss.com
Tue Jul 17 15:03:51 EDT 2007


I have a MDB with ejb3 annotations that gives the following error during JBoss startup.

 
anonymous wrote : 
  | 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=4065113#4065113

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065113



More information about the jboss-user mailing list