RE: xalan

2010-05-07 Thread Caldarale, Charles R
> From: János Löbb [mailto:janos.l...@yale.edu] > Subject: Re: xalan > > [Deprecated] Xalan: org.apache.xalan.processor.TransformerFactoryImpl This message does NOT come from Tomcat (wrong format and content). Whether it's output by the JRE or a webapp is difficult to tel

Re: xalan

2010-05-07 Thread János Löbb
; . >> May 6, 2010 4:17:30 PM org.apache.catalina.startup.Catalina start >> INFO: Server startup in 17970 ms >> [Deprecated] Xalan: org.apache.xalan.processor.TransformerFactoryImpl >> >> Is it normal ? What should I do to avoid it ? >> >> OS is OSX 1

Re: xalan

2010-05-07 Thread Pid
On 07/05/2010 16:18, János Löbb wrote: > Hi, > > I see this in the catalina.out: > . > . > May 6, 2010 4:17:30 PM org.apache.catalina.startup.Catalina start > INFO: Server startup in 17970 ms > [Deprecated] Xalan: org.apache.xalan.processor.TransformerFactoryImpl &

RE: xalan

2010-05-07 Thread La Spina, Massimo
Consider it as a warning that this class can be removed in the next releases. Anyway, for the moment it should work without problems. For more information, see what version of xalan you are currently using and see the API documentation. -Original Message- From: János Löbb

xalan

2010-05-07 Thread János Löbb
Hi, I see this in the catalina.out: . . May 6, 2010 4:17:30 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 17970 ms [Deprecated] Xalan: org.apache.xalan.processor.TransformerFactoryImpl Is it normal ? What should I do to avoid it ? OS is OSX 10.6.2, with a latest

Re: Tomcat Xalan classpath problem

2009-11-06 Thread Rainer Jung
#x27;s a relation to Java 6 vs. Java 5 >> (handling in Java 6 is broken). >> >> Regards, >> >> Rainer >> >> On 03.11.2009 14:00, Benson Margulies wrote: >>> Here's the relevant log traffic of the missing method. I can get past >> this >>> pr

Re: Tomcat Xalan classpath problem

2009-11-05 Thread Benson Margulies
ther there's a relation to Java 6 vs. Java 5 > (handling in Java 6 is broken). > > Regards, > > Rainer > > On 03.11.2009 14:00, Benson Margulies wrote: > > Here's the relevant log traffic of the missing method. I can get past > this > > problem by putt

Re: Tomcat Xalan classpath problem

2009-11-03 Thread Benson Margulies
ess I > wanted to check, whether there's a relation to Java 6 vs. Java 5 > (handling in Java 6 is broken). > > Regards, > > Rainer > > On 03.11.2009 14:00, Benson Margulies wrote: > > Here's the relevant log traffic of the missing method. I can get past > th

Re: Tomcat Xalan classpath problem

2009-11-03 Thread Benson Margulies
I am sure that I'm using the MacOS JDK 1.6 at all points. Also, if you look closely at the below, you will see that the problem is that one part of Xalan is failing to call another part ... of Xalan. If I had JDK 1.5 I'd be missing the newInstance APIs that take the class name, and if I

Re: Tomcat Xalan classpath problem

2009-11-03 Thread Rainer Jung
re's the relevant log traffic of the missing method. I can get past this > problem by putting xalan into the endorsed directory, but I should not have > to do that when using the JAXP 1.4 API to create XPathFactory. > > > Caused by: java.lang.NoSuchMethodError: > org.apache.x

Re: Tomcat Xalan classpath problem

2009-11-03 Thread Benson Margulies
Here's the relevant log traffic of the missing method. I can get past this problem by putting xalan into the endorsed directory, but I should not have to do that when using the JAXP 1.4 API to create XPathFactory. Caused by: java.lang.NoSuchMethodError: org.apache.xpath.XPathContext.(Z)V

Re: Tomcat Xalan classpath problem

2009-11-03 Thread André Warnier
Benson Margulies wrote: I have a webapp that makes calls to the JAXP 1.4/Java 1.6 APIs that allow the caller to pass in the class name of implementation classes. It all works find standalone. It works fine in Jetty. It fails in Tomcat 6.0.20. The error is a missing method in a Xalan class; as

Tomcat Xalan classpath problem

2009-11-03 Thread Benson Margulies
I have a webapp that makes calls to the JAXP 1.4/Java 1.6 APIs that allow the caller to pass in the class name of implementation classes. It all works find standalone. It works fine in Jetty. It fails in Tomcat 6.0.20. The error is a missing method in a Xalan class; as if Tomcat has somehow

Re: Run Xalan on Tomcat

2007-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rashmi, Rashmi Rubdi wrote: > On 5/14/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: >> Rashmi Rubdi wrote: >> > One way to use Xalan is with JSTL XML tags inside a JSP. >> >> A much better way is to

Re: Run Xalan on Tomcat

2007-05-14 Thread Rashmi Rubdi
On 5/14/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: Rashmi Rubdi wrote: > One way to use Xalan is with JSTL XML tags inside a JSP. A much better way is to use Cocoon (http://cocoon.apache.org). I've not tried Cocoon yet, so I really cant compare JSTL XML tags with Coc

Re: Run Xalan on Tomcat

2007-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rashmi, Rashmi Rubdi wrote: > One way to use Xalan is with JSTL XML tags inside a JSP. A much better way is to use Cocoon (http://cocoon.apache.org). - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG w

Re: Run Xalan on Tomcat

2007-05-13 Thread Martin Gainty
Domenico download xalan here http://xml.apache.org/xalan-j/downloads.html I would deploy the demo servlet xalanservlet suppling the 3 required params on the QueryString XML XSL PVAL e.g. http://localhost:8080/xalanservlet/?XML=fooparam.xml&XSL=fooparam.xsl&PVAL=Hello HTH/ Martin Th

Re: Run Xalan on Tomcat

2007-05-13 Thread Rashmi Rubdi
On 5/13/07, domenico di leo <[EMAIL PROTECTED]> wrote: Hi How can I run Xalan on Tomcat? Configure it as you would configure other plug-ins. That is, place xalan.jar (and dependent JAR files such as serializer.jar) either in 1) your projects /WEB-INF/lib folder or in Tomcat's sh

Run Xalan on Tomcat

2007-05-13 Thread domenico di leo
Hi How can I run Xalan on Tomcat? I use Tomcat 5.5.23 and I'm newbie many thanks - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Tomcat 5.5 problem with JRE 1.5 (Xalan and jstl 1.1 problem with transformer)

2006-10-02 Thread Valeria Pesce
5.5.12 - A CMS compliant with Tomcat 5 and coming with JSTL 1.1 libraries (InfoGlue: www.infoglue.org) I see JRE 1.5.0 contains an internal version of xalan and xerces and apparently I cannot override them. I did the following to overcome the problem: - download the latest versions of xalan.jar