cvs commit: xml-cocoon2/xdocs uc2.xml xsp-internals.xml

2001-09-18 Thread cziegeler
cziegeler01/09/18 00:22:52 Modified:xdocsuc2.xml xsp-internals.xml Log: Building of docs works again Revision ChangesPath 1.10 +2 -0 xml-cocoon2/xdocs/uc2.xml Index: uc2.xml === RCS fi

AW: [C2] docs broken, and publicising Views

2001-09-18 Thread Carsten Ziegeler
The docs should build again. Thanks for reporting this! +1 for integrating "Towards the Sematic Web" Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100

[C2]: Building the Release Candidate - help needed

2001-09-18 Thread Carsten Ziegeler
Hi Team, we agreed to release Cocoon2 RC on next monday, so we should make sure that everything is done until then. As far as I can tell, we "only" have to solve the open bugs. The examples are working (at least on most systems). So this is a call for volunteers, helping to solve the bugs enter

AW: [C2]: Building the Release Candidate - help needed

2001-09-18 Thread Jörn Heid
| 2392|New|Nor|2001-06-28|Additional newline after some tags like is 'solved' with my new knowledge of xslt. It's from me and could be deleted. Sorry for that (blame on me). JOERN_HEID -Ursprüngliche Nachricht- Von: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. Se

AW: [C2]: Building the Release Candidate - help needed

2001-09-18 Thread Carsten Ziegeler
No problem! Great, one more bug solved ;-) Could you please change the bugzilla entry? Carsten > -Ursprüngliche Nachricht- > Von: Jörn Heid [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 18. September 2001 09:55 > An: [EMAIL PROTECTED] > Betreff: AW: [C2]: Building the Release Candida

CookiePropagatorAction and sitemap parameters substitution into descriptor files

2001-09-18 Thread Paolo
I am developing a new action named CookiePropagator that lets the user create Cookies in the response using an external descriptor file like this: The problem is that it should be useful to implement here the sitemap parameters substitution to let the user insert values like "{myparam}"

DO NOT REPLY [Bug 2392] - Additional newline after some tags like or

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3646] - Bug in XIncludeTransformer (File Not Found)

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

AW: [C2]: Building the Release Candidate - help needed

2001-09-18 Thread Jörn Heid
Just did so. I thought I have done so earlier. Hhm. Anyway. Did the same with the XInclude bug. -Ursprüngliche Nachricht- Von: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. September 2001 09:57 An: [EMAIL PROTECTED] Betreff: AW: [C2]: Building the Release Candidate -

Re: [C2]: Building the Release Candidate - help needed

2001-09-18 Thread Joerg Henne
> As far as I can tell, we "only" have to solve > the open bugs. The examples are working (at > least on most systems). > > So this is a call for volunteers, helping to > solve the bugs entered into bugzilla. There are two patches of mine still in the queue: - The serialization to XML does not g

Re: AW: [C2] docs broken, and publicising Views

2001-09-18 Thread Giacomo Pati
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > The docs should build again. Thanks for reporting this! > > +1 for integrating "Towards the Sematic Web" +1 as well Giacomo > > > Carsten > > Open Source GroupsunShine - b:Integrated >

Re: CookiePropagatorAction and sitemap parameters substitution into descriptor files

2001-09-18 Thread Giacomo Pati
Quoting Paolo <[EMAIL PROTECTED]>: > I am developing a new action named CookiePropagator that lets the user > create Cookies in the response using an external descriptor file like > this: > > > > > > > The problem is that it should be useful to implement here the sitemap > parameters su

OT: another cocoon project out there

2001-09-18 Thread Martin Man
hi all, has someone of you already seen this http://www.stratasys.com/software/cocoon/ and whether it can cause some troubles (IMO not aware of any ATM), at least it's funny :) rgds, martin -- --- "Only dead fish swi

Re: AW: [C2] docs broken, and publicising Views

2001-09-18 Thread Giacomo Pati
Quoting Giacomo Pati <[EMAIL PROTECTED]>: > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > The docs should build again. Thanks for reporting this! > > > > +1 for integrating "Towards the Sematic Web" > > +1 as well I've forgot to tell that Stefano has to give it's +1 as well. I know Stef

Re: OT: another cocoon project out there

2001-09-18 Thread Giacomo Pati
Quoting Martin Man <[EMAIL PROTECTED]>: > hi all, > has someone of you already seen this > > http://www.stratasys.com/software/cocoon/ This has been handled long ago. See http://mailman.real-time.com/pipermail/cocoon-devel/2000-August/001162.html Giacomo > > and whether it can cause s

Re: [C2]: Building the Release Candidate - help needed

2001-09-18 Thread Davanum Srinivas
Joerg, Please go ahead and post them seperately. Here's the procedure, just in case. 1. Get the latest CVS. 2. Apply your patch by hand. 3. run "cvs diff -u" from xml-cocoon2 directory. 4. Zip up the output of step 3 along with any other additional files. 5. Post the zip with detailed email to c

Re: OT: another cocoon project out there

2001-09-18 Thread Martin Man
On Tue, Sep 18, 2001 at 12:13:17PM +0200, Giacomo Pati wrote: > Quoting Martin Man <[EMAIL PROTECTED]>: > > > hi all, > > has someone of you already seen this > > > > http://www.stratasys.com/software/cocoon/ > > This has been handled long ago. See > > http://mailman.real-time.com/pipermai

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap Manager.java

2001-09-18 Thread cziegeler
cziegeler01/09/18 06:45:14 Modified:src/org/apache/cocoon/sitemap Tag: cocoon_20_branch Manager.java Log: Synchron sitemap generation always works now PR: bug #3579 Revision ChangesPath No revision No

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap Manager.java

2001-09-18 Thread cziegeler
cziegeler01/09/18 06:45:51 Modified:src/org/apache/cocoon/sitemap Manager.java Log: Synchron sitemap generation always works now PR: bug #3579 Revision ChangesPath 1.16 +26 -2 xml-cocoon2/src/org/apache/cocoon/sitemap/Manager.java Index: Manager.java ==

DO NOT REPLY [Bug 3579] - Synchron sitemap generation fails sometimes

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java form-validator.xsl

2001-09-18 Thread haul
haul01/09/18 07:23:07 Modified:src/org/apache/cocoon/components/language/markup/xsp/java form-validator.xsl Log: enclose get-results tag with xsp:expr Revision ChangesPath 1.5 +3 -3 xml-cocoon2/src/org/apache/cocoon/components/lang

[Fwd: [C2] Bug in XSLTProcessorImpl?]

2001-09-18 Thread Joerg Henne
[This is a re-post of a pending patch. Dims: the attached patch contains the version of the patch modified to your wishes.] Joerg Henne wrote: > > Hi, > > there seems to be a problem with the XSLTProcessorImpl which surfaces under > very special circumstances. If an entity catalog is used from

Re: AW: [C2] docs broken, and publicising Views

2001-09-18 Thread Stefano Mazzocchi
Giacomo Pati wrote: > > Quoting Giacomo Pati <[EMAIL PROTECTED]>: > > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > > > The docs should build again. Thanks for reporting this! > > > > > > +1 for integrating "Towards the Sematic Web" > > > > +1 as well > > I've forgot to tell that Stefan

[Fwd: [C2 patch] Incorrect serialization to XML]

2001-09-18 Thread Joerg Henne
[This is a re-post of a pending patch.] Joerg Henne wrote: > > Hi, > > the way I read the SAX specification, the qName (or raw name) of elements that > is passed to the callback methods is of purely informal character and does not > necessarily contain the full (raw) element name. However, C2's

cvs commit: xml-cocoon2/src/org/apache/cocoon/acting SessionStateAction.java

2001-09-18 Thread haul
haul01/09/18 07:47:00 Modified:xdocsmatchers_selectors.xml webapp sitemap.xmap src/org/apache/cocoon Constants.java src/org/apache/cocoon/selection HeaderSelectorFactory.java RequestSelectorFactory.java

cvs commit: xml-cocoon2/xdocs matchers_selectors.xml

2001-09-18 Thread haul
haul01/09/18 07:51:15 Modified:xdocsTag: cocoon_20_branch matchers_selectors.xml Log: changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordingly Revision ChangesPath No rev

cvs commit: xml-cocoon2/webapp sitemap.xmap

2001-09-18 Thread haul
haul01/09/18 07:51:59 Modified:webapp Tag: cocoon_20_branch sitemap.xmap Log: changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordingly Revision ChangesPath No revision

cvs commit: xml-cocoon2/src/org/apache/cocoon Constants.java

2001-09-18 Thread haul
haul01/09/18 07:52:50 Modified:src/org/apache/cocoon Tag: cocoon_20_branch Constants.java Log: changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordingly Revision ChangesPath No

cvs commit: xml-cocoon2/src/org/apache/cocoon/acting SessionStateAction.java

2001-09-18 Thread haul
haul01/09/18 07:53:26 Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch SessionStateAction.java Log: changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordingly Revisio

cvs commit: xml-cocoon2/src/org/apache/cocoon/matching WildcardHeaderMatcherFactory.java

2001-09-18 Thread haul
haul01/09/18 07:56:41 Modified:src/org/apache/cocoon/matching Tag: cocoon_20_branch WildcardHeaderMatcherFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordin

cvs commit: xml-cocoon2/src/org/apache/cocoon/matching WildcardParameterValueMatcherFactory.java

2001-09-18 Thread haul
haul01/09/18 07:56:45 Modified:src/org/apache/cocoon/matching Tag: cocoon_20_branch WildcardParameterValueMatcherFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples

cvs commit: xml-cocoon2/src/org/apache/cocoon/matching WildcardSessionAttributeMatcherFactory.java

2001-09-18 Thread haul
haul01/09/18 07:56:50 Added: src/org/apache/cocoon/matching Tag: cocoon_20_branch WildcardSessionAttributeMatcherFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + sample

cvs commit: xml-cocoon2/src/org/apache/cocoon/matching WildcardSessionStateMatcherFactory.java

2001-09-18 Thread haul
haul01/09/18 07:56:54 Removed: src/org/apache/cocoon/matching Tag: cocoon_20_branch WildcardSessionStateMatcherFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples ac

RE: AW: [C2] docs broken, and publicising Views

2001-09-18 Thread Morrison, John
Welcome back 'home'...? Did you have a nice time travelling the world? > -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 18 September 2001 3:57 pm > To: [EMAIL PROTECTED] > Subject: Re: AW: [C2] docs broken, and publicising Views > > > Giacomo P

cvs commit: xml-cocoon2/src/org/apache/cocoon/selection HeaderSelectorFactory.java

2001-09-18 Thread haul
haul01/09/18 07:58:40 Modified:src/org/apache/cocoon/selection Tag: cocoon_20_branch HeaderSelectorFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordingly

cvs commit: xml-cocoon2/src/org/apache/cocoon/selection RequestSelectorFactory.java

2001-09-18 Thread haul
haul01/09/18 07:58:45 Modified:src/org/apache/cocoon/selection Tag: cocoon_20_branch RequestSelectorFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordingly

cvs commit: xml-cocoon2/src/org/apache/cocoon/selection SessionAttributeSelectorFactory.java

2001-09-18 Thread haul
haul01/09/18 07:58:49 Added: src/org/apache/cocoon/selection Tag: cocoon_20_branch SessionAttributeSelectorFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples acco

cvs commit: xml-cocoon2/src/org/apache/cocoon/selection SessionStateSelectorFactory.java

2001-09-18 Thread haul
haul01/09/18 07:58:54 Removed: src/org/apache/cocoon/selection Tag: cocoon_20_branch SessionStateSelectorFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordin

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java form-validator.xsl

2001-09-18 Thread haul
haul01/09/18 08:00:15 Modified:src/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_20_branch form-validator.xsl Log: embed get-result in xsp:expr Revision ChangesPath No revision No

cvs commit: xml-cocoon2/src/org/apache/cocoon/selection SessionAttributeSelectorFactory.java

2001-09-18 Thread haul
haul01/09/18 08:15:05 Modified:src/org/apache/cocoon/selection Tag: cocoon_20_branch SessionAttributeSelectorFactory.java Log: forgot to rename class Revision ChangesPath No revision No revision

BugZilla emails

2001-09-18 Thread Ovidiu Predescu
I think having BugZilla automatically post messages on the dev mailing list is a good thing. I think however that the automatic messages should contain the text description of the bug report, in addition to the URL of the bug, or a diff from the previous change. This way I can find out about bugs

cvs commit: xml-cocoon2/src/org/apache/cocoon/serialization AbstractTextSerializer.java

2001-09-18 Thread dims
dims01/09/18 09:23:46 Modified:src/org/apache/cocoon/components/xslt XSLTProcessorImpl.java src/org/apache/cocoon/serialization AbstractTextSerializer.java Log: - Patch for "Bug in XSLTProcessorImpl" from Joerg Henne <[EMAIL PROTECTED]> -

cvs commit: xml-cocoon2/src/org/apache/cocoon/serialization AbstractTextSerializer.java

2001-09-18 Thread dims
dims01/09/18 09:23:54 Modified:src/org/apache/cocoon/components/xslt Tag: cocoon_20_branch XSLTProcessorImpl.java src/org/apache/cocoon/serialization Tag: cocoon_20_branch AbstractTextSerializer.java Log: - Patch for

cvs commit: xml-cocoon2/src/org/apache/cocoon/serialization AbstractTextSerializer.java

2001-09-18 Thread dims
dims01/09/18 09:34:27 Modified:src/org/apache/cocoon/serialization AbstractTextSerializer.java Log: Temporarily comment out portions of patch from Joerg Henne <[EMAIL PROTECTED]> Some Samples are garbled because of this. Revision ChangesPath

cvs commit: xml-cocoon2/src/org/apache/cocoon/serialization AbstractTextSerializer.java

2001-09-18 Thread dims
dims01/09/18 09:34:35 Modified:src/org/apache/cocoon/serialization Tag: cocoon_20_branch AbstractTextSerializer.java Log: Temporarily comment out portions of patch from Joerg Henne <[EMAIL PROTECTED]> Some Samples are garbled because of this. Revisi

Re: [Fwd: [C2 patch] Incorrect serialization to XML]

2001-09-18 Thread Davanum Srinivas
Joerg, Applied the patch partially. Please take a look at the latest CVS and look for the string "FIXME" in 2 locations, If you uncomment the two lines of code after each FIXME, some of the samples don't work. They are garbled. Can you please test against a few browsers and then send us an upd

Re: Problem with sessions on Cocoon 2

2001-09-18 Thread David Hénot
On Friday 14 September 2001 21:36, you wrote: > Does your browser allow session-cookies? > If not or may you have switched session-cookies off at your browser, > then you need use URL rewriting see > response.encodeURL(), respone.redirectEncodeURL() > for more info Thanks for your answer but my b

RE: BugZilla emails

2001-09-18 Thread Ignacio J. Ortega
+1 But this change will affect any other project in jakarta or xml land I can do that, but i think that should be asked to Pier first.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]En nombre de > Ovidiu Predescu > Enviado el: m

Re: AW: [C2] docs broken, and publicising Views

2001-09-18 Thread Stefano Mazzocchi
"Morrison, John" wrote: > > Welcome back 'home'...? Did you have a nice time travelling the world? Yes, and I'm not finished yet, but I'll keep reading this anyway. As far as pictures are concerned, I've created an image gallery implemented with Cocoon2 with a few new fancy components that I'd

Re: [VOTE] Framework mods

2001-09-18 Thread Peter Royal
At 11:04 AM 9/18/2001 -0400, you wrote: >1) Simply replace the Loggable and AbstractLoggable classes with the proposed >version. This causes a backwards incompatibility, and is not preffered. I prefer this. Yes, it breaks compatibility, but I value a meaningful name over the break. (In my o

Re: [C2] docs broken, and publicising Views

2001-09-18 Thread Marcelo F. Ochoa
jeff wrote: >>From a clean CVS: > >jeff@expresso:~/apache/xml/xml-cocoon2$ ./build.sh docs > >Apache Cocoon 2 Build System > >Buildfile: build.xml > >init: >--- Apache Cocoon 2.1-dev [1999-2001] > >.. chug chug.. >[Xalan2Processor] Appl

cvs commit: xml-cocoon2/bin ant

2001-09-18 Thread giacomo
giacomo 01/09/18 13:13:14 Modified:bin ant Log: a cosmetic change to get permisson to alter the cvs directly Revision ChangesPath 1.9 +1 -1 xml-cocoon2/bin/ant Index: ant === RCS fil

Re: [C2]: Building the Release Candidate - help needed

2001-09-18 Thread giacomo
On Tue, 18 Sep 2001, Carsten Ziegeler wrote: > Hi Team, > > we agreed to release Cocoon2 RC on next monday, > so we should make sure that everything is done > until then. > > As far as I can tell, we "only" have to solve > the open bugs. The examples are working (at > least on most systems). > >

Re: Problem with sessions on Cocoon 2

2001-09-18 Thread Martin Man
On Fri, Sep 14, 2001 at 06:34:40PM +0200, David Hénot wrote: > Hello, > > I'm having a problem trying to use sessions (precisely the session validator > action) with cocoon 2. > I tried to send a mail to the cocoon-users ML, but got no replies. So I > upgraded to the beta2 (I started with beta1

Re: AW: [C2] docs broken, and publicising Views

2001-09-18 Thread giacomo
On Tue, 18 Sep 2001, Stefano Mazzocchi wrote: > "Morrison, John" wrote: > > > > Welcome back 'home'...? Did you have a nice time travelling the world? > > Yes, and I'm not finished yet, but I'll keep reading this anyway. > > As far as pictures are concerned, I've created an image gallery > imple

Re: cvs commit: xml-cocoon2/bin ant

2001-09-18 Thread giacomo
On 18 Sep 2001 [EMAIL PROTECTED] wrote: The bin/ant file should now checkout with execution permission set (on unix systems) Giacomo > giacomo 01/09/18 13:13:14 > > Modified:bin ant > Log: > a cosmetic change to get permisson to alter the cvs directly > > Revision Changes

AW: [C2] docs broken, and publicising Views

2001-09-18 Thread David Crossley
A few minutes ago i got CVS HEAD and conducted an independent validation run of all xdocs/*.xml The normal cocoon build "printer-docs" shows no validation errors. However, there were some validation errors reported (for three xdocs) by the SP/nsgmls parser ... ... the element has no attribute "a

[Patch] xdocs - change jump elements to link elements

2001-09-18 Thread David Crossley
The attached archive contains patches for three xdocs (logicsheet-concepts.xml, uc2.xml, xsp-internals.xml) to change the element to element and activate the Document Type Definition which was hidden to try to workaround the validation errors from the use of a non-existent anchor attribute for t

ensure uniform xdocs/*.xml

2001-09-18 Thread David Crossley
There are some aspects of the document set that need attention - uniform XML declarations and Document Type Declarations. When these two issues are resolved, then i will create the CVS diffs for all relevant xdocs. Here are the 4 unique values for XML declaration from all 85 xdocs.

Cocoon 1.8.2 and Tomcat 4.0b3 installation problems

2001-09-18 Thread milend
Hello ! I was trying to run Cocoon 1.8.2 with Tomcat 4.0.b3 following the instructions found on http://xml.apache.org/cocoon/install.html#tomcat but i get errors : java.lang.NullPointerException at org.apache.catalina.loader.Extension.getRequired(Extension.java:336) at org.apache.catalina.load