[wildfly-dev] Naming, LDAP and a little bit of JMX
Eduardo Martins
emartins at redhat.com
Wed Oct 16 11:50:14 EDT 2013
There is also WFLY-2115, but I am holding resolution till WFLY-794 is resolved.
For any url scheme we do not provide custom implementation, which is the case for rmi://, the code you mention is missing is actually invoked at
https://github.com/wildfly/wildfly/blob/master/naming/src/main/java/org/jboss/as/naming/InitialContext.java#L110
But that's only true for lookups, which I believe is not correct, for instance a bind or InitialDirContext.search() will never go through that.
Please assign the issue you created to me and I will look at it when solving WFLY-2115.
--E
More information about the wildfly-dev
mailing list