users@glassfish.java.net

Re: Migrating from GF v2.1.1 to GF 3.1 Issues

From: <forums_at_java.net>
Date: Thu, 30 Jun 2011 01:28:50 -0500 (CDT)

 I just discovered this at the bottom of the Exception chain:

Caused by: java.lang.IllegalArgumentException: MQJMSRA_AS4001:
setDestination:Invalid destination name=jms/IssueWorkOrder

at
com.sun.messaging.jms.ra.ActivationSpec.setDestination(ActivationSpec.java:404)

... 43 more

  From what google states is that I have not properly configured my MDB the
following is the header from the MDB:

@MessageDriven(mappedName = "jms/IssueWorkOrder", activationConfig =  {

        @ActivationConfigProperty(propertyName = "acknowledgeMode",
propertyValue = "Auto-acknowledge"),

        @ActivationConfigProperty(propertyName = "destinationType",
propertyValue = "javax.jms.Queue")

    })

Please advise.


--
[Message sent by forum member 'ddurst555808']
View Post: http://forums.java.net/node/817117