JBoss Community

Re: unable to determine messagingType interface for MDB

created by jaikiran pai in EJB3 - View the full discussion

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

Start a new discussion in EJB3 at Community