-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.1
-
-
Workaround Exists
-
-
Low
-
-
Documented as Resolved Issue
-
ASSIGNED
Description of problem:
When deploying an application with an unmet dependency via admin console
(Profile Service API):
Admin console reports an error in deployment
Application is not copied to deploy/ (or rather it seems that it is copied,
but then deleted)
Application does not show up in deployed applications in admin console
Application DOES show up in JMX console, for example:
J2EEApplication=null,J2EEServer=Local,j2eeType=WebModule,name=test.war
An unmet dependency is NOT an error.
Expected behavior:
There shouldn't be an error (warning at most).
Application should be copied to deploy/.
Application should show up as a deployed application (where it could be
undeployed).
Why does the application still show up in JMX console but not in deploy/?
It looks like the profile service assumes an error starting the application
means
it was never deployed, and doesn't undeploy before removing it from deploy/?
- blocks
-
JBPAPP-6766 [admin-console] Component upgrade to Embedded JOPR release tag EmbJopr_1_3_4_SP5
- Closed