-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0
-
JBoss EAP 5.1.0, 5.1.1
-
Release Notes
-
Workaround Exists
-
-
-
Documented as Resolved Issue
-
NEW
1. Setup an EAP instance;
2. Deploy an application (EAR/WAR) to the above instance using "Deploy Farmed" option;
3. Verify that the application is properly deployed;
4. Update the application using the same EAR/WAR (From admin-console, expand and select the deployed EAR/WAR, select it's Content tab and then click Update)
Actual Result:
Deployment fails with the following Exception:
16:49:35,946 ERROR [UpdateBackingContentAction] ResourceType[id=0, category=Platform, name=Linux, plugin=Platforms] has no associated creation package type.
16:49:35,999 ERROR [Exceptions] handled and logged exception
javax.el.ELException: org.jboss.seam.RequiredException: @Out attribute requires non-null value: updateBackingContentAction.packageType
Expected Result:
The updated deployed application is properly deployed and no exception is thrown.
- blocks
-
JBPAPP-7560 [admin-console] Component upgrade to Embedded JOPR release tag EmbJopr_1_3_4_SP6
- Closed