[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: make sure my hibernate config in jboss remains the same?

jaikiran do-not-reply at jboss.com
Fri Aug 14 00:31:35 EDT 2009


"Elhanan" wrote : 
  | after placing jboss-app.xml in the meta-inf of the ear... 
  | ...
  | the mdb extends an abstract class which implements MessageListener, MessageDrivenBean
  | ...
  | 
Looks like an old issue: 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58037&postdays=0&postorder=asc&start=10. But i could not locate any open JIRA for this, so not sure whether it's still an issue or has been fixed.

Try this, instead of the Abstract class implementing the MessageDrivenBean and MessageListener, let the MDB class implement those 2 interfaces and extend from the abstract bean. See if that helps. 
And by the way, are you packaging any jar file(s) containing javax.jms.* or javax.ejb.* classes? If yes, remove those jar files from your application packaging and see if that solves the problem.


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249553#4249553

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



More information about the jboss-user mailing list