[
https://issues.jboss.org/browse/AS7-1877?page=com.atlassian.jira.plugin.s...
]
Alexey Loubyansky resolved AS7-1877.
------------------------------------
Fix Version/s: 7.1.3.Final (EAP)
7.2.0.Alpha1
Resolution: Done
Fixed.
cd to subsystems that don't exist
---------------------------------
Key: AS7-1877
URL:
https://issues.jboss.org/browse/AS7-1877
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.0.1.Final
Environment: JBoss AS 7.0.1 CLI interface
Reporter: Bill Meyer
Assignee: Alexey Loubyansky
Labels: eap6-ux
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
The CLI utility allows you to cd to subsystems (one example) that don't exist.
For example, (yes the jms subsystem was merged into the messaging subsystem), if I
execute the following:
[standalone@localhost:9999 /] pwd
/
[standalone@localhost:9999 /] cd /subsystem=jms
[standalone@localhost:9999 subsystem=jms] ls
[standalone@localhost:9999 subsystem=jms]
I get no error message that I've cd'd into something that doesn't exist.
Internal JBoss SAs have done some useability testing and agree that this is very confusing
functionality. Either an error message should be displayed preventing you from executing
the cd command, or some sort of feedback needs to be provided as to why this is expected
behavior.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira