]
Eduardo Martins resolved WFLY-2878.
-----------------------------------
Resolution: Out of Date
already fixed, see
LdapContext cannot be used
--------------------------
Key: WFLY-2878
URL:
https://issues.jboss.org/browse/WFLY-2878
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Naming
Affects Versions: 8.0.0.CR1
Reporter: dfisher
Assignee: Eduardo Martins
Wildfly installs a custom InitialContextFactoryBuilder which produces instances of
{{org.jboss.as.naming.InitialContext}}.
This InitialContext class extends {{javax.naming.directory.InitialDirContext}}.
When code is deployed that invokes {{new InitialLdapContext(..)}} an error is produced:
{code}
javax.naming.NotContextException: Not an instance of LdapContext
{code}
Resolving this may be as simple as having {{org.jboss.as.naming.InitialContext}} extend
{{javax.naming.ldap.InitialLdapContext}}
--
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: