[jboss-jira] [JBoss JIRA] Updated: (AS7-1846) JMS connection factories bad configuration
Martin Vecera (JIRA)
jira-events at lists.jboss.org
Thu Sep 15 11:51:26 EDT 2011
[ https://issues.jboss.org/browse/AS7-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Vecera updated AS7-1846:
-------------------------------
Workaround Description: Fix configuration files as described in the issue.
Workaround: [Workaround Exists]
> JMS connection factories bad configuration
> ------------------------------------------
>
> Key: AS7-1846
> URL: https://issues.jboss.org/browse/AS7-1846
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS
> Affects Versions: 7.0.1.Final, 7.1.0.Alpha1
> Reporter: Martin Vecera
> Assignee: Clebert Suconic
>
> Connection factories (ConnectionFactory and JmsXA) are configured in the following way in standalone*.xml:
> <entries>
> <entry name="java:/ConnectionFactory"/>
> </entries>
> <entries>
> <entry name="java:/JmsXA"/>
> </entries>
> That makes them to be bound under java:/java:/ConnectionFactory and java:/java:/JmsXA. RemoteConnectionFactory is configured properly and removing the java:/ prefix fixes the binding location.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list