Problem: The project contains a reference to a WebLogic Shared Library, but the weblogic-application.xml file of the EAR project that this project belongs to does not reference the 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 the EAR project
weblogic-application.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 the project classpath.