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
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
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: