Explanation | A required attribute is missing from the specified element. |
Action | Correct the deployment descriptor by adding the missing attribute. |
Explanation | The root element is incorrect. |
Action | Validate the xml file to make sure the root element is correct. |
Explanation | The root element was missing from the deployment descriptor. |
Action | Correct the deployment descriptor. |
Explanation | The deployment descriptor doesn't appear to be proper xml. |
Action | Correct the deployment descriptor. |
Explanation | The namespace of the elements and attributes in the deployment descriptor were not consistent. |
Action | Correct the deployment descriptor. |
Explanation | An attribute not defined to be in the deployment descriptor was encountered. |
Action | Correct the deployment descriptor. |
Explanation | Text content not defined to be in the deployment descriptor was encountered. |
Action | Correct the deployment descriptor. |
Explanation | The namespace of the elements and attributes in the deployment descriptor were not consistent. |
Action | Correct the deployment descriptor. |
Explanation | An element not defined to be in the deployment descriptor was encountered. |
Action | Correct the deployment descriptor. |
Explanation | An href attribute must start with the correct path to the descriptor being referenced. |
Action | Correct the deployment descriptor. |
Explanation | The version or the namespace were invalid or not specified in the root element of the deployment descriptor. |
Action | Verify and correct the version or namespace in the root element of the deployment descriptor. |
Explanation | The version does not correspond to the namespace specified in the root element of the deployment descriptor. |
Action | Verify and correct the version or namespace in the root element of the deployment descriptor. |
Explanation | An invalid version was specified in the root element of the deployment descriptor. |
Action | Verify and correct the version number in the root element of the deployment descriptor. |
Explanation | An invalid namespace was specified in the root element of the deployment descriptor. |
Action | Verify and correct the namespace in the root element of the deployment descriptor. |
Explanation | The version was not specified in the root element of the deployment descriptor. |
Action | Verify and correct the version in the root element of the deployment descriptor. |
Explanation | Some elements in the deployment descriptor are only permitted to appear once if present. |
Action | Correct the deployment descriptor. |
Explanation | A required child element is missing from the specified parent element. |
Action | Correct the deployment descriptor by adding the required child element. |
Explanation | The <specified-identity> child element is missing for the <run-as-mode> element which has the mode set to SPECIFIED_IDENTITY. |
Action | Correct the deployment descriptor by adding the required child element or change the mode. |
Explanation | All session and message-driven bean names must be unique. The specified bean name is used more than once. |
Action | Correct the deployment descriptor by renaming any duplicate enterprise bean names. |
Explanation | The value of the specified attribute must be unique across all elements of the same type. |
Action | Correct the deployment descriptor by renaming any duplicate attribute values. |