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 02:43:36 -0500 (CDT)

 From one issue to the next, I changed:

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


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

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

})


to:

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

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

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

})

I am not receiving this exception:

[#|2011-06-30T00:31:42.905-0700|SEVERE|glassfish3.1|javax.enterprise.system.util.com.sun.enterprise.util.i18n|_ThreadID=53;_ThreadName=Thread-2;|UTIL6550:
Error in local string manager - resource bundle is probably missing.

java.util.MissingResourceException: Can't find bundle for base name
com.sun.enterprise.connectors.jms.system.LocalStrings, locale en_US

 

 



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