Validation Warning

The reference to the "<library-name>" library on this project's classpath differs from the reference to this library in the weblogic.xml file.

Problem: The library reference on this project's classpath differs from the library reference in the weblogic.xml file. This could lead to problems at runtime because the project could be compiled against a different version of the library than what will be used at runtime.

Resolution 1: Modify the library reference on the project classpath so it matches the library reference in the weblogic.xml file. For instructions on how to do this, see Modifying a library reference on project classpath.

Resolution 2: Modify the library reference in the project's weblogic.xml file so it matches the library reference on the classpath. For instructions on how to do this, see Modifying a library reference in the deployment descriptor.