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