users@glassfish.java.net

Re: How To Test EJB3.1 with maven

From: <glassfish_at_javadesktop.org>
Date: Thu, 25 Feb 2010 08:02:04 PST

It Looks like I have a problem with my Message driven Bean
It works if I comment out the MDB annotation (and the code that send a message to the MDB).

//_at_MessageDriven(mappedName = "ParamCalculatorQueue", activationConfig = {
// @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
// @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
// @ActivationConfigProperty(propertyName="destination", propertyValue="queue/paramCalculatorQueue")
// })
public class ParamCalculatorBean implements MessageListener {


But the same code is working with OpenEJB.
[Message sent by forum member 'brunov' (brunovern.a_at_gmail.com)]

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