[jboss-user] [EJB3] - Re: unable to determine messagingType interface for MDB
jaikiran pai
do-not-reply at jboss.com
Mon Mar 21 04:17:09 EDT 2011
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion
"Re: unable to determine messagingType interface for MDB"
To view the discussion, visit: http://community.jboss.org/message/594388#594388
--------------------------------------------------------------
Change your MDB to explicitly mention the messaging type (either via annotation or via ejb-jar.xml):
@MessageDriven(messageListenerInterface=MessageListener.class)
public final class OverrideMDB extends DefaultMDB
implements MessageListener, HasBeenInstrumented
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/594388#594388]
Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110321/fd5f6b1e/attachment.html
More information about the jboss-user
mailing list