[jboss-jira] [JBoss JIRA] Commented: (AS7-1210) Messaging subsystem binds JMS destinations to java:
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Tue Jul 19 06:20:24 EDT 2011
[ https://issues.jboss.org/browse/AS7-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614993#comment-12614993 ]
jaikiran pai commented on AS7-1210:
-----------------------------------
Even the ConnectionFactory binding ends up in the wrong place:
{code:xml}
<connection-factory name="InVmConnectionFactory">
<connectors>
<connector-ref connector-name="in-vm"/>
</connectors>
<entries>
<entry name="java:/ConnectionFactory"/>
</entries>
</connection-factory>
{code}
Related http://lists.jboss.org/pipermail/jboss-as7-dev/2011-July/003216.html
> Messaging subsystem binds JMS destinations to java:
> ---------------------------------------------------
>
> Key: AS7-1210
> URL: https://issues.jboss.org/browse/AS7-1210
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS
> Affects Versions: 7.0.0.CR1, 7.0.0.Final
> Reporter: jaikiran pai
> Assignee: jaikiran pai
>
> As per the discussion in this mail thread http://lists.jboss.org/pipermail/jboss-as7-dev/2011-July/002890.html:
> {quote}
> 1) Unqualified relative names like "DefaultDS" or "jdbc/DefaultDS"
> should be qualified relative to "java:comp/env", "java:module/env", or
> "java:jboss/env", depending on the context.
> {quote}
> So in case of JMS destinations configured in the standalone.xml/domain.xml, JNDI entries like these:
> {code:xml}
> <jms-destinations>
> <jms-queue name="testQueue">
> <entry name="queue/test"/>
> </jms-queue>
> <jms-topic name="testTopic">
> <entry name="topic/test"/>
> </jms-topic>
> </jms-destinations>
> {code}
> should bind under java:jboss/ namespace.
> Instead, currently the org.jboss.as.messaging.jms.AS7BindingRegistry binds it to java: namespace.
--
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