-
Bug
-
Resolution: Done
-
Major
-
7.1.2.Final (EAP)
-
None
Somewhat related to AS7-5492, org.jboss.as.naming.InitialContext does not deal with java:jboss/exported correctly.
For java:/jboss/exported/abc/def parse() will return namespace=jboss,remaining=exported/abc/def which causes all the calling methods to use the wrong (java:jboss) naming store.
(That code could probably be re-factored out of all the individual methods into a helper method too)