[jboss-jira] [JBoss JIRA] (AS7-4773) Valid HornetQ activation configuration properties being rejected
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Fri May 11 08:18:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12692207#comment-12692207 ]
Jeff Mesnil commented on AS7-4773:
----------------------------------
The section in ra.xml is commented and not taken into account afaict. I suspect the comments were not updated to be in sync with the HornetQActivationSpec which is expecting a "User" property.
> Valid HornetQ activation configuration properties being rejected
> ----------------------------------------------------------------
>
> Key: AS7-4773
> URL: https://issues.jboss.org/browse/AS7-4773
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Justin Bertram
> Assignee: Jeff Mesnil
>
> The [HornetQ documentation|http://docs.jboss.org/hornetq/2.2.14.Final/user-manual/en/html/appserver-integration.html#d0e7704] indicates that "UserName" is a valid name for an activation configuration property. However, when deploying an MDB using {{@ActivationConfigProperty(propertyName = "UserName", propertyValue = "guest")}} the server prints this:
> {code}
> WARN [org.jboss.ejb3] (MSC service thread 1-2) JBAS014105: ActivationConfigProperty UserName will be ignored since it is not allowed by resource adapter: hornetq-ra
> {code}
> I've tried several different capitalization variations, but nothing worked. If I specify {{@ActivationConfigProperty(propertyName = "user", propertyValue = "guest")}} it works, but I don't understand why. The HornetQ [ra.xml|https://github.com/hornetq/hornetq/blob/master/hornetq-ra/hornetq-ra-rar/src/main/resources/ra.xml] clearly indicates that "UserName" should be used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list