RE: XSL problem with upgrade to 4.0.3

2002-03-06 Thread Mangi, Rick

Moving those jars fixed it. Thanks a bunch!

-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 05, 2002 7:50 PM
To: Tomcat Users List
Subject: Re: XSL problem with upgrade to 4.0.3


 Sorry, hit send my mistake.

 Here's the exception:

 - Root Cause -
 javax.servlet.jsp.JspTagException: InsertTag Exception:
 javax.servlet.ServletException: javax/xml/transform/Source
 at com.zcm.common.taglib.InsertTag.doEndTag(Unknown Source)

4.0.3 is identical to 4.0.2 for this, so both have the same bug, which is
described here:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374

4.0.4 beta 1 fixes the bug.
A workaround could be moving Xalan and the javax.xml.transform classes to
common/lib.

Remy



This email and any attachments are confidential and may be 
legally privileged. No confidentiality or privilege is waived 
or lost by any transmission in error.  If you are not the 
intended recipient you are hereby notified that any use, 
printing, copying or disclosure is strictly prohibited.  
Please delete this email and any attachments, without 
printing, copying, forwarding or saving them and notify the 
sender immediately by reply e-mail.  Zurich Capital Markets 
and its affiliates reserve the right to monitor all e-mail 
communications through its networks.  Unless otherwise 
stated, any pricing information in this e-mail is indicative 
only, is subject to change and does not constitute an offer 
to enter into any transaction at such price and any terms in 
relation to any proposed transaction are indicative only and 
subject to express final confirmation.

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: XSL problem with upgrade to 4.0.3

2002-03-05 Thread Mangi, Rick

Sorry, hit send my mistake.

Here's the exception:

- Root Cause -
javax.servlet.jsp.JspTagException: InsertTag Exception:
javax.servlet.ServletException: javax/xml/transform/Source
at com.zcm.common.taglib.InsertTag.doEndTag(Unknown Source)
at
org.apache.jsp.TopicsTempl$jsp._jspService(TopicsTempl$jsp.java:172)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:202)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:683)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:431)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:355)
at com.zcm.common.control.MainServlet.performTask(Unknown Source)
at com.zcm.common.control.MainServlet.doGet(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:243)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:190)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170
)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:429)
at
org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:495)
at java.lang.Thread.run(Thread.java:484)

  -Original Message-
 From: Mangi, Rick  
 Sent: Tuesday, March 05, 2002 6:39 PM
 To:   [EMAIL PROTECTED]
 Subject:  XSL problem with upgrade to 4.0.3
 
 I recently upgraded from 4.0 to 4.0.3 to try to fix a problem I was having
 with LDAP. Good news, the LDAP stuff works better with 4.03. Bad news, my
 XSL stuff stopped working. 
 
 I tried moving the xalan libs out of common/lib and into the server lib
 (and btw: whoever wrote the docs on that you should be more clear about
 where the jasper lib stuff goes). That didn't work.
 
 I keep getting these errors :
 
 
 
 
This email and any attachments are confidential and may be 
legally privileged. No confidentiality or privilege is waived 
or lost by any transmission in error.  If you are not the 
intended recipient you are hereby notified that any use, 
printing, copying or disclosure is strictly prohibited.  
Please delete this email and any attachments, without 
printing, copying, forwarding or saving them and notify the 
sender immediately by reply e-mail.  Zurich Capital Markets 
and its affiliates reserve the right to monitor all 

Re: XSL problem with upgrade to 4.0.3

2002-03-05 Thread Remy Maucherat

 Sorry, hit send my mistake.

 Here's the exception:

 - Root Cause -
 javax.servlet.jsp.JspTagException: InsertTag Exception:
 javax.servlet.ServletException: javax/xml/transform/Source
 at com.zcm.common.taglib.InsertTag.doEndTag(Unknown Source)

4.0.3 is identical to 4.0.2 for this, so both have the same bug, which is
described here:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374

4.0.4 beta 1 fixes the bug.
A workaround could be moving Xalan and the javax.xml.transform classes to
common/lib.

Remy


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]