Explanation | Unique name is required for the element in each web-fragment.xml file while when using relative sorting ordering. |
Action | Assign unique name for each web-fragment.xml while when using relative sorting ordering or Configure Use absolute sorting <absolute-ordering> element in the web.xml file. |
Explanation | The manifest class path can not be found in the jar file or in the archive that enclose the jar file. |
Action | Add the class path target to the archive. |
Explanation | The class path is not specified correctly. It must be a relative URI string that points to a jar file or a folder. |
Action | Update the jar file's MANIFEST.MF to provide correct Class-Path definition. |