-
Enhancement
-
Resolution: Done
-
Minor
-
7.3.1.GA, 7.4.3.GA
-
User Experience
-
-
-
-
-
-
+
This bug occurs with an .ear file deployment that contains .war subdeployments.
When trying to "ls -l" the subsystems in the .ear deployment, the CLI's autocomplete is suggesting subsystems under the .ear deployment that don't exist and should only be under the .war subdeployments. Doing an actual "ls -l" command on the non-existent subsystems of the .ear file gives a "not found" error, as it should:
[standalone@localhost:9990 /] ls -l /deployment=EnterpriseHelloWorld.ear/subsystem=<TAB> batch-jberet datasources ejb3 jaxrs jpa logging resource-adapters undertow webservices
[standalone@localhost:9990 /] ls -l /deployment=EnterpriseHelloWorld.ear/subsystem=undertow {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => "WFLYCTL0216: Management resource '[ (\"deployment\" => \"EnterpriseHelloWorld.ear\"), (\"subsystem\" => \"undertow\") ]' not found"}}
When it comes to the subdeployments, everything works as it should:
[standalone@localhost:9990 /] ls -l /deployment=EnterpriseHelloWorld.ear/subdeployment=HelloWorld<TAB> HelloWorldFirst.war HelloWorldSecond.war
[standalone@localhost:9990 /] ls -l /deployment=EnterpriseHelloWorld.ear/subdeployment=HelloWorldFirst.war/subsystem=<TAB> batch-jberet datasources ejb3 jaxrs jpa logging resource-adapters undertow webservices
[standalone@localhost:9990 /] ls -l /deployment=EnterpriseHelloWorld.ear/subdeployment=HelloWorldFirst.war/subsystem=undertow ATTRIBUTE VALUE TYPE active-sessions 0 INT context-root /HelloWorldFirst STRING expired-sessions 0 INT highest-session-count 0 INT max-active-sessions -1 INT rejected-sessions 0 INT server default-server STRING session-avg-alive-time 0 INT session-max-alive-time 0 INT sessions-created 0 INT virtual-host default-host STRING
- incorporates
-
WFCORE-5853 Deployment SubModel for logging should be runtime only
- Closed
- is caused by
-
JBEAP-459 Autocomplete not working for ha-policy names
- Verified
- is cloned by
-
WFCORE-5852 CLI autocomplete suggests non-existent subsystems
- Closed
- is incorporated by
-
JBEAP-24013 (7.4.z) Upgrade WildFly Core from 15.0.18.Final-redhat-00001 to 15.0.19.Final-redhat-00001
- Closed