users@glassfish.java.net

Re: Please help: Exception in creating message-driven bean container

From: <glassfish_at_javadesktop.org>
Date: Mon, 22 Sep 2008 11:07:07 PDT

Hi,

It seems that your servlet is sending a message to a "JMS" queue, and you have deployed another MDB that process the received messages from this queue (using the default "jmsra" connector). Maybe you have deployed another MDB with the @MessageDriven(mappedName = "jms/Dia",...) annotation?

In this scencario, your RA connector is only used to activate the correct MDB's endpoint, but it is not required to process the received "JMS" messages with the other MDB.


Good luck.
[Message sent by forum member 'jmarine' (jmarine)]

http://forums.java.net/jive/thread.jspa?messageID=300826