cvs commit: xml-cocoon2/xdocs caching.xml

2001-06-26 Thread cziegeler
cziegeler01/06/26 00:24:23 Modified:xdocscaching.xml Log: Updated doc Revision ChangesPath 1.6 +56 -7 xml-cocoon2/xdocs/caching.xml Index: caching.xml === RCS file: /home/cvs/xml-cocoo

cvs commit: xml-cocoon2 build.bat

2001-06-26 Thread cziegeler
cziegeler01/06/26 00:25:26 Modified:.build.bat Log: build script is now independent of the jar-name (version) of xalan and xerces Revision ChangesPath 1.6 +4 -2 xml-cocoon2/build.bat Index: build.bat =

cvs commit: xml-cocoon2/xdocs caching.xml

2001-06-26 Thread cziegeler
cziegeler01/06/26 00:25:57 Modified:xdocsTag: cocoon_20_branch caching.xml Log: Updated doc Revision ChangesPath No revision No revision 1.1.2.6 +56 -7 xml-cocoon2/xdocs/caching.xml Index: caching.xml =

cvs commit: xml-cocoon2 build.bat

2001-06-26 Thread cziegeler
cziegeler01/06/26 00:27:34 Modified:.Tag: cocoon_20_branch build.bat Log: build script is now independent of the jar-name (version) of xalan and xerces Revision ChangesPath No revision No revision 1.4.2.2 +4 -

Cocoon and JDOM

2001-06-26 Thread Michael Wyraz
Hi! i've tried a bit around with JDOM (www.jdom.org) and think, it's much better than DOM. So my question is: Can cocoon (1.8 or 2) used with JDOM instead of DOM? Are there any restrictions with JDOM? thanks. Michael. - To un

[C2]: Strange component management behaviou

2001-06-26 Thread Carsten Ziegeler
Hello, after some testing, the strange behaviour reported by Giacomo a few days ago is reproducable here: Installing a clean, uptodate C2 into Tomcat 3.2.1, JDk1.3, Windows 2000 is working first fine: When I call cocoon/welcome it is served with the CachingEventPipeline. However changing the mod

AW: [C2]: Problems with content aggregation and redirects

2001-06-26 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > On Mon, 25 Jun 2001, Carsten Ziegeler wrote: > > > > Giacomo Pati wrote: > > > > > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > > > Giacomo Pati wrote: > > > > > > > > > > On Fri, 22 Jun 2001, Carsten Ziegeler wrote: > > > > > > > > > > > > Michael Hartle wrote:

[C2] Site pages are not correct

2001-06-26 Thread Piroumian, Konstantin
Hi, all! Today I received a message from a newbie user. He is not strong in English, so he ask me to forward his message to you. He is learning C2 and had a little questions and comments about the documentation. First of all, he says that the documentation is experienced people oriented and not

[C2] Case insensitive java classes

2001-06-26 Thread Morrison, John
Hi All. I've a match along the lines of (with some validation removed ;)... Assume I have a file called docs/public/test.xml, which contains some xsp code. If I call this with the url http://xxx/context/john/test.xml I (correctly) get the results. If I (or, more likely somebody els

[C2] Passing parameters to aggregated content

2001-06-26 Thread Sergio Carvalho
Hi, I posted this on cocoon-users for some time now, to no avail. Maybe I can get help here ;-) In C2, I need to pass parameters to aggregated content. e.g.: ... Where {siteSection} will be used by the header. e.g. ...

RE: [C2] Passing parameters to aggregated content

2001-06-26 Thread Morrison, John
try... or some such combination. I'd also recommend putting the matches which are aggregated into a seperate internal-only pipeline. J. > -Original Message- > From: Sergio Carvalho [mailto:[EM

DOM4J

2001-06-26 Thread Mats Norén
Is there anyone using the DOM4J API with C2?   I´m thinking of using it a DOMTransformer, is it the AbstractDOMTransformer that need to be modified or is it the DOMBuilder I should copy and make DOM4JBuilder?   /Mats

[Patch][C2.1] sitemap.xsl name translation errors + more

2001-06-26 Thread Christian Haul
Hi. Current sitemap.xsl presents three problems: 1) in matchers type is erroneously converted but compared to unconverted type 2) in matchers name2 is erroneously not converted thus trying to define java variables containing " " or "-". Since it appears code was copied for selectors t

[Bug 2319] - Could not start cocoon

2001-06-26 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2319 *** shadow/2319 Mon Jun 25 15:56:35 2001 --- shadow/2319.tmp.3075Tue Jun 26 11:02:14 2001 *** *** 2,9 | Could not start cocoon | +---

[Bug 2319] - Could not start cocoon

2001-06-26 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2319 *** shadow/2319 Tue Jun 26 11:02:14 2001 --- shadow/2319.tmp.3092Tue Jun 26 11:03:35 2001 *** *** 2,8 | Could not start cocoon | +---

Re: AW: [C2]: Problems with content aggregation and redirects

2001-06-26 Thread giacomo
On Tue, 26 Jun 2001, Carsten Ziegeler wrote: > > Giacomo Pati wrote: > > > > On Mon, 25 Jun 2001, Carsten Ziegeler wrote: > > > > > > Giacomo Pati wrote: > > > > > > > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > > > > Giacomo Pati wrote: > > > > > > > > > > > > On Fri, 22 Jun 2001, Cars

Re: [C2] Case insensitive java classes

2001-06-26 Thread giacomo
On Tue, 26 Jun 2001, Morrison, John wrote: > Hi All. > > I've a match along the lines of (with some validation removed ;)... > > > > > > > > > Assume I have a file called docs/public/test.xml, which contains some xsp > code. If I call this with the url http://xxx/context/john/test.xml

logicsheet, request, and session docs

2001-06-26 Thread Christopher Painter-Wakefield
Cocoon developers: it appears that the three docs I submitted (request.xml, session.xml, and logicsheet.xml) are really only applicable to Cocoon 1. I didn't expect them to get added to the Cocoon 2 page, but I didn't say anything when they showed up there, because I didn't know enough about Coc

RE: DOM4J

2001-06-26 Thread Beauprez Sven
Mats, I had the same idea for JDOM (but haven't started to implement it yet). I think, to be complete, you need to 'copy' all the DOM related classes. On the other hand, following classes will suffice for the moment :-). * org.apache.cocoon.xml.dom.DOMBuilder * org.apache.cocoon.xml.dom.DOMFactor

XSP Problem

2001-06-26 Thread Muhamad Nazir
Hi everybody, I'm quite new in cocoon and I really hope someone could answer my problem. I've created an XSP logicsheet file and tried to run it but it always displaying the same error which is : java.lang.RuntimeException: Error loading logicsheet at resource://mylogicsheet.xsl due to jav

Need Cocoon2 test with latest Xalan CVS

2001-06-26 Thread Scott_Boag
Would any of you kind Cocoon souls mind trying the Xalan from the latest CVS code? I think I fixed a major problem tonight that I am hoping will clear up some of the problems with Cocoon. Also, incremental two-threaded mode is now off by default. You need to call transformerFactory.setAttribute