java - How do I resolve duplicate property errors in this j2ee schema? -


I inherited a J2 EEE app written for deployment on Weblog 10 and primarily for this application Developer developer does not get this error when he opens the project in Eclipse.

I have the following very simple weblogic.xml file:

    

Eclipse causes a single XML validation problem for this file, which is actually a number of the same errors, the parent text of the XML problem is:

The errors below were found when validating "j2ee_1_4.xsd" file through the file "Weblogic.xml". In most cases these errors can be detected by verifying "j2ee_1_4.xsd" directly. Although it is possible that errors will only be available when j2ee_1_4.xsd is valid in the context of weblogic.xm

And an example of hair errors they all read like this:

sch-props.correct.2: with the same name in the schema There can not be two global components; This schema contains two versions of 'http://java.sun.com/xml/ns/j2ee,descriptionGroup'.

There is a line number after this, of these errors are about 50, and at the end of the error change are the only quoted names.

I have found the following bug in the sun bug tracker, which probably presents a reason, but I do not, if I apply it to my project, then it is certain that it is also relevant.

I can not help, but I think it is related to my Eclipse configuration, but at the moment I am getting damaged.

Thank you for your time.

In the same issue I participated in online article about the need to update me to the latest schema So I looked for the latest schema versions through Oracle here:

I modified my weblogic.exml file to:

    

Regards, Jose

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -