Bug 16016 - Problem witg XTags and Tomcat 4.0.3
Summary: Problem witg XTags and Tomcat 4.0.3
Status: RESOLVED INVALID
Alias: None
Product: Taglibs
Classification: Unclassified
Component: XTags Taglib (show other bugs)
Version: 1.1
Hardware: PC All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 10:03 UTC by Claude Michiels
Modified: 2005-03-20 17:06 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claude Michiels 2003-01-13 10:03:01 UTC
When I run the XTags examples with Jakarta Tomcat 4.0.3 and JDK 1.3.1, I got 
en error when I try the XSLT Examples.
The exception is :
javax.servlet.ServletException: javax/xml/transform/URIResolver
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:485)

The root cause :
java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

If I use Jakarta Tomcat 4.0.6 and JDK 1.3.1, the samples are OK.
If I use Jakarta Tomcat 4.0.3 and JDK 1.4.1, the samples are OK.

I suppose there is another class of the URIResolver somewhere in a jar of 
Tomcat but I do'nt find it.

Thanks.
Comment 1 Ray Hunter 2004-01-05 02:43:36 UTC
This is not an xtags issue. This is a class path issue that needs to be resolved
by using a java xml packages. Either by downloading the packages and installing
them in tomcat or by downloading a new version of the jdk that has the
javax.xml.* packages.