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&...]