So I had issues with the validation of all my project weblogic xmls with the upgrade to 7.5, but fixed this by changing the xsd in myeclipse’s validation xsd directory to a newer version of the xsd I found. Now that I’ve upgraded to 8.0, I am still getting errors, but this time its a different xsd….
Description Resource Path Location Type
Referenced file contains errors (file:/C:/eclipse3.5.1/configuration/org.eclipse.osgi/bundles/479/1/.cp/dtdsAndSchemas/j2ee_1_4.xsd). For more information, right click on the message in the Problems View and select “Show Details…” weblogic-application.xml /SvcBatchServices/WebRoot/META-INF line 1 XML Problem
All my projects are java 6, jee5, so I’m not sure why a 1.4 xsd is being invoked, the .project settings also still show j2ee references. Maybe this is ok, or maybe this is part of the problem?
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
<arguments>
</arguments>
</buildCommand>
-thanks!