Bug 1027568

Summary: JNDI view Not shows the complete url in Management Console.
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Pankaj Degave <pdegave>
Component: Web ConsoleAssignee: Heiko Braun <hbraun>
Status: CLOSED CURRENTRELEASE QA Contact: Pavel Jelinek <pjelinek>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: hbraun, hpehl, pjelinek, sjadhav
Target Milestone: DR0   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
JNDI.png none

Description Pankaj Degave 2013-11-07 06:19:37 UTC
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.

Comment 1 JBoss JIRA Server 2014-07-03 12:13:08 UTC
Heiko Braun <ike.braun> updated the status of jira HAL-442 to Resolved

Comment 2 Pavel Jelinek 2014-11-26 09:30:52 UTC
Should this still remain in POST state?

Comment 3 Jakub Cechacek 2014-12-05 10:24:37 UTC
Setting up missing flags and target release

Comment 4 Pavel Jelinek 2014-12-05 14:28:09 UTC
Verified for EAP 6.4.0.DR12