[jboss-jira] [JBoss JIRA] (WFLY-2115) JNDI URLs should not be relative to java:/
David Lloyd (JIRA)
jira-events at lists.jboss.org
Thu Sep 19 13:43:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805918#comment-12805918 ]
David Lloyd commented on WFLY-2115:
-----------------------------------
Example: use JMXConnectorServerFactory to construct a JMX RMI server from inside an EJB, and it will try to use JNDI to establish the binding using a name in the "rmi:" URL namespace. This name gets relativeized to "java:/rmi:/blah" which is wrong.
> JNDI URLs should not be relative to java:/
> ------------------------------------------
>
> Key: WFLY-2115
> URL: https://issues.jboss.org/browse/WFLY-2115
> Project: WildFly
> Issue Type: Bug
> Components: Naming
> Reporter: David Lloyd
> Assignee: Eduardo Martins
> Fix For: 8.0.0.CR1
>
>
> If you look up or bind to/from JNDI name which is a URL (for example "rmi:"), instead of using any kind of standard lookup process, it just pushes the URL into a "java:/" name, which is definitely wrong.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list