Error while deploying EAR in WebLogic Server: VALIDATION PROBLEMS WERE FOUND problem: cvc-attribute.
Hi All,I am getting the following error while deploying my EAR in WebLogic server.
VALIDATION PROBLEMS WERE FOUND problem: cvc-attribute.4: The value '6' does not equal the fixed value '5' of attribute 'version':<null>
OS: Linux version 2.6.18-308.13.1.el5
Installed JRE version: jrockit_160_29_D1.2.0-10
WebLogic server version: 10.3.5
Java project version: 1.6 (application.xml - version: 6, xsi:scemaLocation: http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd)
When we changed the Java project version to 1.5 in Eclipse (MyEclipse 10.6) and recreated the EAR, the EAR got deployed on the WebLogic server with no issues.
0