Messaging Subsystem: Naming inconsitency
----------------------------------------
Key: AS7-1404
URL:
https://issues.jboss.org/browse/AS7-1404
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JMS
Affects Versions: 7.0.0.Final
Reporter: Heiko Braun
Assignee: Brian Stansberry
Fix For: 7.0.1.Final
it seems the messaging subsystem prepends the "java:/" namespace to it JNDI
names.
This is not the case for other subsystems and should be treated consistently:
I.e trying to add a queue 'java:/jboss/queues/myQueue' leads to:
{noformat}
16:07:54,288 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed
to start service jboss.naming.context.java.java:/jboss/queues/myQueue:
org.jboss.msc.service.StartException in service
jboss.naming.context.java.java:/jboss/queues/myQueue: Failed to bind resource into naming
store [org.jboss.as.naming.InMemoryNamingStore@4f3ad88b] at location
[jboss/queues/myQueue]
at org.jboss.as.naming.service.BinderService.start(BinderService.java:113)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
at
org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[:1.6.0_26]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[:1.6.0_26]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_26]
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira