JNDI view not shows the complete url in Management Console.
Issue
-
Management Consolefail to show the complete url when try to access JNDI bindings value. -
In JBoss EAP 6.0 and 6.0.1
admin consoleshows theJNDIview expected result but from JBoss EAP 6.1.0 it shows the unexpected behaviour.- The simple string bindings values shows malformed in console. When adding the following string values as JNDI lookups in standalone.xml:
<subsystem xmlns="urn:jbossomain:naming:1.4">
<bindings>
<simple name="java:global/test.ldap.host" value="ldap://exampl.com:389" type="java.lang.String"/>
<simple name="java:global/test.ldap.ejb.provider" value="t3://example.com:9103" type="java.lang.String"/>
</bindings>
<remote-naming/>
</subsystem>
- The JBoss admin user interface displays a truncated value for the
"ldap"entry but not for the"t3". It's unclear at this point whether value returned on the JNDI lookup is malformed or not as well. The JNDI lookup tree is truncated and shows only".com:389"
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
