Hello! Thanks in advance for taking a look :)
I'm hard at work on a J2EE web app (in JDeveloper) and recently added some functionality that required JSTL, and I've hit a little bit of a snag. Whenever I try to deploy my war on Weblogic 11g, I get the following error on the console:
[02:05:43 AM] Must choose only one of libraries: JSTL 1.0, JSTL 1.2.
I only have one instance of the JSTL library listed under my WebLogic deployments (1.2.0.1).
Here's what I've tried so far:
- Google. I've got nothing.
- Removing all files with the string JSTL in them, in both my Weblogic domain folder and my source folder
- Removing all temp files stored by Weblogic
- Rebooting :)
If you have any ideas on ways to squash this, I'd really love to hear them. Thanks!