Validation Error

"<library-name>" library is on the classpath of this project, but is not in the weblogic.xml file.

Problem: The project contains a reference to a WebLogic Shared Library, but the weblogic.xml file does not reference this library. This could lead to problems at runtime since WebLogic Server will not know how to make this library available for use by this module.

Resolution 1: Add a library reference to this project’s weblogic.xml file. For instructions on how to do this, see Adding a library reference in the deployment descriptor.
 
Resolution 2: Remove the library from the project classpath. For instructions on how to do this, see Removing a library reference from project classpath.