Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1
-
Labels:None
Description
When generating an application.xml the description is written out before the display-name.
According to the DTD, display-name needs to be first. See: http://java.sun.com/dtd/application_1_3.dtd
A work around is to not use a description element in the pom.
Issue Links
- relates to
-
MEAR-118
Invalid application.xml generated
-
Attached is the patch file.