Hide Forgot
Created attachment 820889 [details] JNDI.png Description of problem: JNDI view Not shows the complete url in Management Console. Version-Release number of selected component (if applicable): How reproducible: Create a binding inside the naming subsystem & try to access the value of these bindidng using Management console by going Runtime -> subsystems -> JNDI View and select the URI on Right panel. Steps to Reproduce: 1. Create the binding inside the naming subsystem in any *.xml file like follows : <subsystem xmlns="urn:jboss:domain:naming:1.3"> <bindings> <simple name="java:jboss/naming/UserAdmin/Url" value="http://10.10.10.5:9000"/> <simple name="java:jboss/naming/UserAdmin/ldapUrl" value="ldap://10.10.10.5:300"/> </bindings> <remote-naming/> </subsystem> 2. Try to access these value through Management web console by going to Runtime -> Subsystems -> JNDI View -> Naming -> UserAdmin -> Url 3. We can observed that the value of 'Url' and 'ldapUrl' shows only last digit. i.e 5:9000 and 5:300 respectively. Actual results: The Value of these bindings shows only last digit. a) for "java:jboss/naming/UserAdmin/Url" value is 5:9000 b) for "java:jboss/naming/UserAdmin/ldapUrl" value is 5:300 Expected results: the Expected result would be these bindings must show the full value. a) for "java:jboss/naming/UserAdmin/Url" the expected value is http://10.10.10.5:9000 b) for "java:jboss/naming/UserAdmin/ldapUrl" the expected value is ldap://10.10.10.5:300 Additional info: The EAP 6.0 and 6.0.1 shows expected result but from EAP 6.1.0 it shows the unexpected behaviour.
Heiko Braun <ike.braun> updated the status of jira HAL-442 to Resolved
Should this still remain in POST state?
Setting up missing flags and target release
Verified for EAP 6.4.0.DR12