Bug 1027568 - JNDI view Not shows the complete url in Management Console.
Summary: JNDI view Not shows the complete url in Management Console.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR0
: EAP 6.4.0
Assignee: Heiko Braun
QA Contact: Pavel Jelinek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-07 06:19 UTC by Pankaj Degave
Modified: 2019-08-19 12:42 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)
JNDI.png (92.36 KB, image/png)
2013-11-07 06:19 UTC, Pankaj Degave
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker HAL-442 0 Major Resolved JNDI view Not shows the complete url in Management Console 2017-03-16 05:51:37 UTC

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


Note You need to log in before you can comment on or make changes to this bug.