Using Saxon transformer together with Xalan and XSLTC

2003-06-30 Thread Peter Velychko
Hi, I try to use Saxon 7.6 together with Xalan There is the following warning in the logs when I try to place saxon.jar to WEB-INF/lib: Date: Mon Jun 30 14:01:53 EEST 2003 (1056970913164) Thread: PoolThread-4 Message #: 1 Level: WARN NDC:

Re: Using Saxon transformer together with Xalan and XSLTC

2003-06-30 Thread Peter Velychko
Hi, PV I try to use Saxon 7.6 together with Xalan PV There is the following warning in the logs when I try to place PV saxon.jar to WEB-INF/lib: PV Date: Mon Jun 30 14:01:53 EEST 2003 (1056970913164) PV Thread: PoolThread-4 PV Message #: 1 PV Level: WARN PV NDC:

Re: Using Saxon transformer together with Xalan and XSLTC

2003-06-30 Thread J.Pietschmann
Peter Velychko wrote: So there is duplicating xmlns attributes in XML generated by Xalan. Could it be that the AElfred parser from the saxon jar kicks in? IT is known to report namespace attributes differently than Xerces which may cause hickups in some Xalan versions (unfortunately, this is a

XSLTC problem with IBM WebSphere

2003-06-10 Thread Michael Vennera
I running some pretty large XSLT transformations through Cocoon and want to use XSLTC for the performance boost. No problem getting it to work in Tomcat. I dropped the xsltc.jar from the Xalan distro in WEB-INF/lib and added the following to the sitemap: map:transformer name=xsltc logger

Re: XSLTC problem with IBM WebSphere

2003-06-10 Thread Joerg Heinicke
What about the cocoon.xconf? I have added it a few days ago to the Cocoon 2.0 CVS, so that XSLTC is available by default (while Xalan is still the default processor). Joerg Michael Vennera wrote: I running some pretty large XSLT transformations through Cocoon and want to use XSLTC

Re: Possible threading issues with xsltc + BCEL ???

2003-02-11 Thread Michael Melhem
Hi Guys, Xalan guys have updated the xsltc code to resolve this issue. Will update the xsltc jar in Cocoon head if there are no objections. Regards, Michael On Fri, Feb 07, 2003 at 12:43:42PM +0100, Michael Melhem wrote: On Thu, Feb 06, 2003 at 04:18:55PM -0500, Vadim Gritsenko wrote

Re: status quo: cocoon with xsltc

2003-02-07 Thread Brian Johnson
of include-basepath.xsl My problems right now happen with saxon. I already said goodbye to xsltc ;-) And even saxon doesn't to be a great deal. The pages that work, are not faster than before. Strange, isn't it? ?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org

Re: status quo: cocoon with xsltc

2003-02-07 Thread Robert Sösemann
Thank your VERY much for your help. Yes, I guess it's better to stay with Xalan. Rob - Original Message - From: Brian Johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 07, 2003 4:48 PM Subject: Re: status quo: cocoon with xsltc I can't find anything wrong with your

Re: Possible threading issues with xsltc + BCEL ???

2003-02-07 Thread Michael Melhem
On Thu, Feb 06, 2003 at 04:18:55PM -0500, Vadim Gritsenko wrote: Michael Melhem wrote: Hi Cocooners, Are their any other Cocoon users having Threading Issues with xsltc? Its seems that if you have a translat being compiled at the same time by two or more threads (instances

Re: Possible threading issues with xsltc + BCEL ???

2003-02-06 Thread Vadim Gritsenko
Michael Melhem wrote: Hi Cocooners, Are their any other Cocoon users having Threading Issues with xsltc? Its seems that if you have a translat being compiled at the same time by two or more threads (instances of TraxTransformer) you will get issues because BCEL is not (by design) threadsafe

Possible threading issues with xsltc + BCEL ???

2003-02-06 Thread Michael Melhem
Hi Cocooners, Are their any other Cocoon users having Threading Issues with xsltc? Its seems that if you have a translat being compiled at the same time by two or more threads (instances of TraxTransformer) you will get issues because BCEL is not (by design) threadsafe as it users static

Re: Possible threading issues with xsltc + BCEL ???

2003-02-06 Thread Andy Lewis
I've hit this - it only happens when compiling the stylesheet though. Concurrent requests right at startup do not do wel...I had no workaround...but that would be a GOOD THING to have fixed... Hi Cocooners, Are their any other Cocoon users having Threading Issues with xsltc? Its seems

status quo: cocoon with xsltc

2003-02-05 Thread robert . soesemann
Dear listmembers, after a frustrating night trying to use xsltc as a faster way to process xsls, browsing hundreds of archieve threads, the xsltc wiki I was not successfull. Has anybody succesfully integrated xsltc (or any other fast xsl compiler into cocoon? Does anybody know about the status

Re: status quo: cocoon with xsltc

2003-02-05 Thread Beat De Martin
De Martin On Wed, 2003-02-05 at 20:04, [EMAIL PROTECTED] wrote: Dear listmembers, after a frustrating night trying to use xsltc as a faster way to process xsls, browsing hundreds of archieve threads, the xsltc wiki I was not successfull. I was able to make it work for a subset of my

Re: status quo: cocoon with xsltc

2003-02-05 Thread Brian Johnson
I tried to switch to xsltc with Cocoon 2.1. After a few days of trying to modify my stylesheets to make it happy, I finally gave up. Transformations that worked fine under standard Xalan and Saxon would not work under xsltc. Are you having problems configuring Cocoon to use xsltc, or are you

Re: status quo: cocoon with xsltc

2003-02-05 Thread Brian Johnson
listmembers, after a frustrating night trying to use xsltc as a faster way to process xsls, browsing hundreds of archieve threads, the xsltc wiki I was not successfull. I was able to make it work for a subset of my xslts (those that didn't use parameters). Has anybody succesfully integrated

Re: status quo: cocoon with xsltc

2003-02-05 Thread Robert Sösemann
I am using cocoon 2.0.3. And I added xsltc without removing xalan as default. But after that nothing worked. Every request produced an emtpy page. (no errors logged). Even after using the old sitmap it didn't work anymore. Right now im trying to install saxon 6. Does anybody have data on how much

Re: status quo: cocoon with xsltc

2003-02-05 Thread Robert Sösemann
Would you mind send me the snippets from cocoon.xconf and sitemap to add saxon? Thanks ind advance. Rob - Original Message - From: Beat De Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 1:14 PM Subject: Re: status quo: cocoon with xsltc I'm using

Re: status quo: cocoon with xsltc

2003-02-05 Thread Robert Sösemann
: cocoon with xsltc I'm using the latest stable version of Saxon with no problems at all. I've used it under both 2.0.x and 2.1. Are you using one of the experimental releases? On Wednesday, February 5, 2003, at 07:14 AM, Beat De Martin wrote: I'm using Saxon as well, it seems faster than Xalan

Re: status quo: cocoon with xsltc

2003-02-05 Thread Brian Johnson
for your help. Rob - Original Message - From: Brian Johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 1:24 PM Subject: Re: status quo: cocoon with xsltc I'm using the latest stable version of Saxon with no problems at all. I've used it under both 2.0.x and 2.1

Re: status quo: cocoon with xsltc

2003-02-05 Thread Robert Sösemann
PROTECTED] Sent: Wednesday, February 05, 2003 4:25 PM Subject: Re: status quo: cocoon with xsltc It looks like there might be a problem with your stylesheet. Can you post a copy? Thanks. Brian On Wednesday, February 5, 2003, at 10:20 AM, Robert Sösemann wrote: No I am using 6.5.2. The problem

Re: status quo: cocoon with xsltc

2003-02-05 Thread Brian Johnson
Can you also post the include-basepath.xsl? Are there any other messages in the sitemap or error log? BTW - I am pretty sure xsltc has a bug and does not handle xsl:include relative paths properly. This doesn't affect Saxon. Brian On Wednesday, February 5, 2003, at 10:29 AM, Robert Sösemann

Re: status quo: cocoon with xsltc

2003-02-05 Thread Robert Sösemann
Thats the content of include-basepath.xsl My problems right now happen with saxon. I already said goodbye to xsltc ;-) And even saxon doesn't to be a great deal. The pages that work, are not faster than before. Strange, isn't it? ?xml version=1.0? xsl:stylesheet version=1.0

Re: status quo: cocoon with xsltc

2003-02-05 Thread Brian Johnson
and interferes with transaction management for multiple XA datasources within a pipeline. On Wednesday, February 5, 2003, at 04:12 PM, Robert Sösemann wrote: Thats the content of include-basepath.xsl My problems right now happen with saxon. I already said goodbye to xsltc ;-) And even saxon doesn't

XSLTC doesn't work with Cocoon 2.0.3

2002-12-08 Thread Lenya L. Khachaturov
Hello, I am trying to enable XSLTC in Cocoon 2.0.3, I've read http://outerthought.net/wiki/Wiki.jsp?page=XSLTC and followed these steps. The result I'm getting is Cocoon confusion - Cocoon was unable to process the request :-( Should it work out of the box? -- Lenya Khachaturov mailto:[EMAIL

Using XSLTC with Cocoon

2002-11-25 Thread Tyson Nunemacher
Hi there, Perhaps someone can help me. I was looking into using XSLTC as my XSL transformer with Cocoon 2.0.3. I found some instructions on the Cocoon Wiki site (http://outerthought.net/wiki/Wiki.jsp?page=XSLTC), and followed them carefully, but when I tried out the transformer

RE: xsltc w/ 2.0.3

2002-10-23 Thread Stephen Ng
I (religiously) use the stock 2.0.3 jars. I definitely had to make some changes in my xslt, because of bugs in my code that xsltc uncovered, but also (I think) because of bugs in xsltc. (Actually, even though I got my app to run under xsltc, I'm considering switching to Saxon because

xsltc w/ 2.0.3

2002-10-22 Thread Jeremy Green
Hello, From browsing the list it looks like it is possible to get xsltc working with Cocoon 2.0.3, and I was hoping someone could provide me with just a bit more information. I've followed the instructions given here: http://outerthought.net/wiki/Wiki.jsp?page=XSLTC My question really boils

Re: xsltc

2002-10-18 Thread Kevin O'Neill
Steve, I got xsltc working with 2.0.3 (thanks Vadim...), and even wrote a short how-to on it: http://outerthought.net/wiki/Wiki.jsp?page=XSLTC. On my app I get about a 2x speedup over Xalan. I followed you instructions (I think :)) but I get FATAL (/esit/data/summary.rdf) CocoonServlet

xsltc

2002-10-18 Thread Stephen Ng
Title: Message I got xsltc working with 2.0.3 (thanks Vadim...), and even wrote a short how-to on it: http://outerthought.net/wiki/Wiki.jsp?page=XSLTC. On my app I get about a 2x speedup over Xalan. But I'm confused about something. xsltc generates java code which does the transformation

RE: xsltc

2002-10-18 Thread Stephen Ng
, 2002 12:37 AM To: [EMAIL PROTECTED] Subject: Re: xsltc Steve, I got xsltc working with 2.0.3 (thanks Vadim...), and even wrote a short how-to on it: http://outerthought.net/wiki/Wiki.jsp?page=XSLTC. On my app I get about a 2x speedup over Xalan. I followed you instructions (I

Re: Xsltc and 2.0.3

2002-09-06 Thread Vadim Gritsenko
Stephen Ng wrote: Is it possible to plug xsltc into 2.0.3? Try following this: http://xml.apache.org/cocoon/snippet/snippet-xslt-options.html Vadim I tried substituting in sitemap.xmap: map:transformer name=xslt src=org.apache.cocoon.transformation.TraxTransformer

RE: Xsltc and 2.0.3

2002-09-06 Thread Stephen Ng
(TransformerFactoryImpl.java:593) at org.apache.cocoon.components.xslt.XSLTProcessorImpl.getTransformerHandle r(XSLTProcessorImpl.java:282) at org.apache.cocoon.components.language.markup.Logicsheet.getTransformerHa ndler(Logicsheet.java:160) Should I give up and wait for 2.0.4/2.1 for xsltc? Thanks

Re: Xsltc and 2.0.3

2002-09-06 Thread Vadim Gritsenko
for xsltc? Don't know; have not tried it personally with 2.0.3 (it's slower then saxon for me). One thing I do remember: xsltc some time ago was not able to compile sitemap because of Java extentions, and nobody yet reported that it's possible to completely replace Xalan with XSLTC. Try leaving

Xsltc and 2.0.3

2002-09-05 Thread Stephen Ng
Is it possible to plug xsltc into 2.0.3? I tried substituting in sitemap.xmap: map:transformer name=xslt src=org.apache.cocoon.transformation.TraxTransformer logger=sitemap.transformer.xsltc pool-max=32 pool-min=8 pool-grow=2 use

RE: Xsltc and 2.0.3

2002-09-05 Thread Amir Rosen
-Original Message- From: Stephen Ng [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 5:56 PM To: [EMAIL PROTECTED] Subject: Xsltc and 2.0.3 Is it possible to plug xsltc into 2.0.3? I tried substituting in sitemap.xmap: map:transformer name=xslt src

xsltc and 2.0.3

2002-09-05 Thread Stephen Ng
Is it possible to plug xsltc into 2.0.3? I tried substituting in sitemap.xmap: map:transformer name=xslt src=org.apache.cocoon.transformation.TraxTransformer logger=sitemap.transformer.xsltc pool-max=32 pool-min=8 pool-grow=2 use

Re: progress report on XSLTC]]

2002-06-08 Thread Ivelin Ivanov
Excelent! I want to try it NOW ! For all the folks that were benchmarking Saxon, Xalan, XT, etc. This is your chance to test drive the F1 car before it's out on the official race track. Gianugo, can you please provide instructions how to swap Xalan with XSLTC in the config. Thanks

Fw: XSLTC and Cocoon

2002-05-28 Thread Ivelin Ivanov
Folks, The XSLTC group is at a hold again. Anyone interested to work with Tom to resolve the issues? I am sorry if I sound pushy, especially when I am not helping myself. My focus is currently in another area of Cocoon, as some of you know. Recently there have been a number of people asking

RE: XSLTC

2002-05-22 Thread Graaf, Edgar de (fin)
: [EMAIL PROTECTED] Onderwerp: RE: XSLTC XSLTC is not ready for general use yet--there are bugs which are being worked out. There are a few messages on this topic floating around the cocoon-dev list. Steve -Original Message- From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]] Sent

XSLTC

2002-05-21 Thread Graaf, Edgar de (fin)
Hello, Can anyone tell me how I would use XSLTC in cocoon. Is there a transformer that can call a translet or something like that? Maybe it is handy to have the option to compile all XSL on usage (to translet). Or is that already the case? Regards, Edgar

RE: XSLTC

2002-05-21 Thread Stephen Ng
XSLTC is not ready for general use yet--there are bugs which are being worked out. There are a few messages on this topic floating around the cocoon-dev list. Steve -Original Message- From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 10:04 AM

Using XSLTC

2002-03-22 Thread Miller, Grant
Hi, I have seen the mailings regarding XSLTC not working with cocoon. I was wondering what the exact problem is and how limiting this is. For example, if all I want to do is a transform step in a pipeline using XSLTC is this theoretically possible now? Would this require having to write a new

XSLTC....

2002-01-30 Thread Lewis, Andrew J
Has anyone here done any work with XSLTC with Cocoon 2? If so, does it significantly impact transformation speed? And of course, last, does anyone know of a Transformer that can be used to wrap XSLTC Translets for inclusion into a pipeline? Thanks

RE: XSLTC....

2002-01-30 Thread Vadim Gritsenko
From: Lewis, Andrew J [mailto:[EMAIL PROTECTED]] Has anyone here done any work with XSLTC with Cocoon 2? Have not heard anything about it for a long time... Correct me if I'm wrong, but seems that nobody working on this. If so, does it significantly impact transformation

Re: XSLTC....

2002-01-30 Thread Peter Royal
On Wednesday 30 January 2002 02:16 pm, Vadim Gritsenko wrote: From: Lewis, Andrew J [mailto:[EMAIL PROTECTED]] Has anyone here done any work with XSLTC with Cocoon 2? Have not heard anything about it for a long time... Correct me if I'm wrong, but seems that nobody working

RE: XSLTC....

2002-01-30 Thread Lewis, Andrew J
: RE: XSLTC From: Lewis, Andrew J [mailto:[EMAIL PROTECTED]] Has anyone here done any work with XSLTC with Cocoon 2? Have not heard anything about it for a long time... Correct me if I'm wrong, but seems that nobody working on this. If so, does it significantly

RE: XSLTC....

2002-01-30 Thread Vadim Gritsenko
PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 2:16 PM To: [EMAIL PROTECTED] Subject:RE: XSLTC From: Lewis, Andrew J [mailto:[EMAIL PROTECTED]] Has anyone here done any work with XSLTC with Cocoon 2? Have not heard anything

XSLTC

2001-11-02 Thread Mitchell A. Cohen
Has anyone run xsltc transformations using cocoon 2? If so, could you give me some pointers. Mitchell A. CoheneePulse, Inc.905 W. Eisenhower Circle, Suite 110Ann Arbor, MI 48103phone: 734-996-2321