Mar 18 2008

weblogic descriptor

adam

Just so I don’t have to google this again, here is how to fix the weblogic.xml descriptor when you get this message:

library is on the classpath of this project, but is not in the weblogic.xml file

Adding a library reference to the deployment descriptor

1. Select and expand the project in question in the Project Explorer view.
2. Locate the node labeled WebLogic Deployment Descriptor and expand it.
3. Find the node labeled J2EE Libraries.
4. Right-click on the J2EE Libraries node and select Add.
5. Click Browse and choose the library that should be referenced.
6. Adjust the reference information as necessary.
7. Click on the Ok button.