[jboss-user] [EJB 3.0] - Re: 4.0.5.GA & EJB3.0RC9 Message Bean Issue

2006-11-06 Thread mwelss
We had the same problem, but adding messageListenerInterface=MessageListener.class to the MessageDriven annotation fixes it. It's what the spec requires... Cheers, Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983496#3983496 Reply to the post : h

[jboss-user] [EJB 3.0] - Re: 4.0.5.GA & EJB3.0RC9 Message Bean Issue

2006-10-31 Thread ramazanyich
http://jira.jboss.com/jira/browse/EJBTHREE-768 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982011#3982011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982011 ___ jboss-us

[jboss-user] [EJB 3.0] - Re: 4.0.5.GA & EJB3.0RC9 Message Bean Issue

2006-10-31 Thread ramazanyich
I have similar issue with my MDB. I also got such exception, but strange thing that on my class I have implements javax.jmx.MessageListener. After some debugging and looking in source code of EJB3 probably I found the cause of problem. this exception is thrown from org.jboss.ejb3.mdb.MDB.java: