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
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.
For more information on JIRA, see:
http://www.atlassian.com/software/jira