Hi,
I am developing a web application to run on Java5, and Weblogic Application Server 10.x.
I am also using struts to develop the application. Ihave the jstl.jar and standard.jar in WEB-INF\lib directory. Also have c.tld (that I extracted from jstl.jar). I have done the mapping of the URI in the web.xml file and referring to the same URI in my JSP. But when I am trying to render the JSP, it is not getting compiled and throws exception as follows:
Compilation of JSP File '/resources/jsp/noProjects
Assigned.j
sp' failed:
--------------------------
----------
----------
----------
----------
----------
----
noProjectsAssigned.jsp:1:1
: The validator class: "org.apache.taglibs.standa
rd.tlv.Jst
lCoreTLV" has failed with the following exception: "java.lang.ClassCastExcept
ion: weblogic.xml.jaxp.Registry
SAXParserF
actory".
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%
>
^-------------------------
----------
----------
----------
----------
----------
----------
---------^
I checked the version of JSTL in the manifest.mf file in the JAR and it is as follows:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_06-b03 (Sun Microsystems Inc.)
Extension-Name: javax.servlet.jsp.jstl
Specification-Title: JavaServer Pages(TM) Standard Tag Library
Specification-Version: 1.2
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Version: 1.2
Implementation-Vendor: Sun Microsystems, Inc.
Implementation-Vendor-Id: org.apache
Implementation-Title: Sun Java System Application Server
AND in standard.jar
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.1
Created-By: 1.4.2-38 ("Apple Computer, Inc.")
Specification-Title: JavaServer Pages Standard Tag Library (JSTL)
Specification-Version: 1.1
Implementation-Title: jakarta-taglibs 'standard': an implementation of
JSTL
Implementation-Version: 1.1.2
Implementation-Vendor: Apache Software Foundation
Implementation-Vendor-Id: org.apache
Extension-Name: org.apache.taglibs.standar
d
I am doing something wrong somewhere!
Any help is really appreciated.
Please let me know you need more information!!
--Nitin