DO NOT REPLY [Bug 10203] New: - NPE when using document() in XSLT

2002-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10203. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Servlet initializing twice

2002-06-25 Thread Jeroen ter Voorde
- Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 2:48 PM Subject: RE: Servlet initializing twice From: Jeroen ter Voorde [mailto:[EMAIL PROTECTED]] Hi, I read this problem was fixed in the latest tomcat versions.

RE: xstlc.jar in scratchpad

2002-06-25 Thread Morrison, John
From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Let's vote for making XSLTC the default XSLT parser in Cocoon 2.1-dev alpha. +1 I think the stylesheets which depend on Xalan extensions should specificly name the transformer. All the rest should be fine with XSLTC, or if they're not,

RE: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Piroumian Konstantin
From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] Hi team, The extended sitemap variable substitution syntax based on InputModules is available in HEAD. Sitemap variables can now be prefixed by the name of an InputModule. This means for example that {request:foo} will evaluate to

DO NOT REPLY [Bug 10117] - Problem resolving href for XSLT document()

2002-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10117. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/variables PreparedVariableResolver.java

2002-06-25 Thread sylvain
sylvain 2002/06/25 00:55:13 Modified:src/java/org/apache/cocoon/components/treeprocessor AbstractProcessingNodeBuilder.java src/java/org/apache/cocoon/components/treeprocessor/sitemap MatchNodeBuilder.java

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Torsten Curdt
On Tuesday 25 June 2002 09:40, Piroumian Konstantin wrote: Hi team, The extended sitemap variable substitution syntax based on InputModules is available in HEAD. excellent! Sitemap variables can now be prefixed by the name of an InputModule. This means for example that

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Christian Haul
On 25.Jun.2002 -- 11:40 AM, Piroumian Konstantin wrote: Sitemap variables can now be prefixed by the name of an InputModule. This means for example that {request:foo} will evaluate to the value of the foo request parameter or that {session:myAttr} will evaluate to the value of

RE: [RT] SpitScript - B-Logic that doesn't suck ( Re: [RT] Flowmaps)

2002-06-25 Thread Piroumian Konstantin
From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] Piroumian Konstantin wrote: Writing JavaScript even for client-side can be very tricky sometimes, but when you'll start to perform component lookups, EJB calls, etc. in JS then you'll have much fun trying to understand why your

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Christian Haul
On 25.Jun.2002 -- 10:13 AM, Torsten Curdt wrote: hm... if we'd go that far request:getParameter(bla) would probably the most straight forward syntax for those users. But sooner or later there will be requests asking for default values (if a parameter is not set) and we end up with a

RE: [Important]: JDK issues

2002-06-25 Thread Carsten Ziegeler
Stefano Mazzocchi wrote: Carsten Ziegeler wrote: Christian Haul wrote: there's a -target release switch to javac. Yes, and this is set to 1.2 (I hope) and afaiu it affects only the byte-code but not the libraries/packages used for compilation. In Ant, there is a

cvs commit: xml-cocoon2/src/webapp/samples/portal sitemap.xmap

2002-06-25 Thread cziegeler
cziegeler2002/06/25 01:52:58 Modified:src/documentation/xdocs/developing/webapps authentication.xml src/java/org/apache/cocoon/webapps/authentication/acting LoginAction.java src/webapp/samples/portal

cvs commit: xml-cocoon2/src/webapp/samples/protected sitemap.xmap

2002-06-25 Thread cziegeler
cziegeler2002/06/25 02:32:48 Modified:src/webapp/samples/mod-db sitemap.xmap src/webapp/samples/protected sitemap.xmap Log: Avoid usage of context: . Now these samples are relocatible Revision ChangesPath 1.2 +3 -3

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Frank Taffelt
Get yourself default values (from current cocoon.xconf): component-instance class=org.apache.cocoon.components.modules.input.DefaultsMetaModule name=defaults input-module name=request/ values skindefaultSkin/skin base-urlhttp://localhost:8080/cocoon/base-url /values

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/concepts modules.xml

2002-06-25 Thread haul
haul2002/06/25 02:37:05 Modified:src/documentation/xdocs/userdocs/concepts modules.xml Log: Add new sitemap syntax, thanks to Sylvain. Revision ChangesPath 1.2 +51 -12 xml-cocoon2/src/documentation/xdocs/userdocs/concepts/modules.xml Index:

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Christian Haul
On 25.Jun.2002 -- 11:32 AM, Frank Taffelt wrote: Get yourself default values (from current cocoon.xconf): component-instance class=org.apache.cocoon.components.modules.input.DefaultsMetaModule name=defaults input-module name=request/ values skindefaultSkin/skin

RE: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Carsten Ziegeler
Christian Haul wrote: AFAIK it is possible to declare components in a sitemap using map:components. Thus map:components input-modules logger=core.modules.input component-instance class=org.apache.cocoon.components.modules.input.DefaultsMetaModu le name=my-defaults

Re: Servlet initializing twice

2002-06-25 Thread Jeroen ter Voorde
- Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 2:48 PM Subject: RE: Servlet initializing twice From: Jeroen ter Voorde [mailto:[EMAIL PROTECTED]] Hi, I read this problem was fixed in the latest tomcat

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Christian Haul
On 25.Jun.2002 -- 11:50 AM, Carsten Ziegeler wrote: AFAIK, the discussion was a little bit different. Some of us wanted to remove *all* component definitions from the sitemap, so completly removing the map:components section. But I can't recall a discussion about adding own component

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Torsten Curdt
On Tuesday 25 June 2002 10:39, Christian Haul wrote: On 25.Jun.2002 -- 10:13 AM, Torsten Curdt wrote: hm... if we'd go that far request:getParameter(bla) would probably the most straight forward syntax for those users. But sooner or later there will be requests asking for default values

Re: [RT] SpitScript - B-Logic that doesn't suck ( Re: [RT] Flowmaps)

2002-06-25 Thread James Strachan
From: Piroumian Konstantin [EMAIL PROTECTED] From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] Piroumian Konstantin wrote: For completeness of the example I have to say, that business logic is implemented partially in EJBs (in pure Java) and partially comes from external

[RT]: The value of SAXConnectors

2002-06-25 Thread Carsten Ziegeler
Does anyone remember the good old SAXConnector? It was originally designed for transparently handling xinclude/cinclude statements. But it wasn't used for this because of the problems it caused for the caching. Then SAXConnectors were used for profiling and debugging. The profiling code was

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Christian Haul
On 25.Jun.2002 -- 12:07 PM, Torsten Curdt wrote: On Tuesday 25 June 2002 10:39, Christian Haul wrote: On 25.Jun.2002 -- 10:13 AM, Torsten Curdt wrote: Well, but I bet people want default values per use... (this is not a proposal just an example ;) something like: Well, from a

RE: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Vadim Gritsenko
From: Christian Haul [mailto:[EMAIL PROTECTED]] ... OTOH I believe that the current implementation is a big step forward and while there is plenty of room to extend this concept, we should gather hands-on experience first before attaching too many knobs to it. +1 Vadim

RE: [RT]: The value of SAXConnectors

2002-06-25 Thread Vadim Gritsenko
From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Does anyone remember the good old SAXConnector? It was originally designed for transparently handling xinclude/cinclude statements. But it wasn't used for this because of the problems it caused for the caching. Then SAXConnectors were

DO NOT REPLY [Bug 10208] New: - [PATCH]/[RT] Aggregation and Error Conditions (file not found)

2002-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10208. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10208] - [PATCH]/[RT] Aggregation and Error Conditions (file not found)

2002-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10208. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Root sitemap cleanup

2002-06-25 Thread Piroumian Konstantin
Hi! I am remembering that I removed (or wished to) all the JSP* stuff from the root sitemap after the JSP sample refactoring, but they are still there. Is it intended so or I simply forgot to do it? Konstantin _ Konstantin Piroumian Lead Developer

RE: [RT]: The value of SAXConnectors

2002-06-25 Thread Carsten Ziegeler
Vadim Gritsenko wrote: From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Does anyone remember the good old SAXConnector? It was originally designed for transparently handling xinclude/cinclude statements. But it wasn't used for this because of the problems it caused for the

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback XIncludeCallBack.java

2002-06-25 Thread bloritsch
bloritsch2002/06/25 06:35:08 Modified:src/java/org/apache/cocoon/components/language/generator GeneratorSelector.java src/java/org/apache/cocoon/components/validation/schematron SchematronFactory.java

Use Cases [was Re: [RT] SpitScript - B-Logic that doesn't suck ( Re: [RT] Flowmaps)]

2002-06-25 Thread Diana Shannon
On Sunday, June 23, 2002, at 12:25 PM, Daniel Fagerstrom wrote: snip / So what use cases do we have? * It should definitely be easy to write wizards in a flow description language. I believe this is the case for flowscripts (see

[Heads Up] I changed some variable names

2002-06-25 Thread Berin Loritsch
Please keep in mind that in JDK 1.4 the word 'assert' is a keyword. To avoid broken compiles, please refrain from using that word. I used 'assertion' as it means the same thing, but won't cause compile errors if someone wanted to compile Cocoon with assertion support. They that give up

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

2002-06-25 Thread cziegeler
cziegeler2002/06/25 07:04:58 Modified:src/documentation/xdocs/installing updating.xml src/java/org/apache/cocoon cocoon.roles Log: Updated updating docs a little bit Revision ChangesPath 1.6 +18 -1

SourceResolver and pooled sources

2002-06-25 Thread Stephan Michels
Hi, At the moment I think about a source resolver which handles a pool of sources. At the moment, for every retrieving a source you must create a new object. I would propose to store the Source components into a store(perhaps the transient store). This will speed up some things. I also noticed

Re: [RT] SpitScript - B-Logic that doesn't suck ( Re: [RT] Flowmaps)

2002-06-25 Thread Stefano Mazzocchi
Piroumian Konstantin wrote: From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] Piroumian Konstantin wrote: Writing JavaScript even for client-side can be very tricky sometimes, but when you'll start to perform component lookups, EJB calls, etc. in JS then you'll have much fun

Re: Use Cases [was Re: [RT] SpitScript - B-Logic that doesn't suck ( Re: [RT] Flowmaps)]

2002-06-25 Thread Stefano Mazzocchi
Diana Shannon wrote: On Sunday, June 23, 2002, at 12:25 PM, Daniel Fagerstrom wrote: snip / So what use cases do we have? * It should definitely be easy to write wizards in a flow description language. I believe this is the case for flowscripts (see

SourceWritingTransformer java.util.EmptyStackException error

2002-06-25 Thread Denis Thierry
Hi All, I downloaded the latest version of cocoon2.1-dev and I get the following error while trying to run the examples of SourceWriterTransformer (tomcat 404b2+jdk1.4+winnt4.0): java.util.EmptyStackException at java.util.Stack.peek(Stack.java:79) at java.util.Stack.pop(Stack.java:61) at

RE: [RT]: The value of SAXConnectors

2002-06-25 Thread Vadim Gritsenko
From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Vadim Gritsenko wrote: From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Does anyone remember the good old SAXConnector? It was originally designed for transparently handling xinclude/cinclude statements. But it wasn't

RE: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Per Kreipke
Is it possible to make the InputModule feature available to 2.0.3 as well as 2.1? Per - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [RT] SpitScript - B-Logic that doesn't suck ( Re: [RT] Flowmaps)

2002-06-25 Thread Ugo Cei
Stefano Mazzocchi wrote: Sure. I tried and I *HATED* the fact that in order to do something as simple as if (request.blah 0) call(error.html, request.blah); else call(result.html, request.blah); I have to write a 'ComparingSelector' and then use it like this map:act

Re: [Important]: JDK issues

2002-06-25 Thread Sylvain Wallez
Carsten Ziegeler wrote: Stefano Mazzocchi wrote: Carsten Ziegeler wrote: Christian Haul wrote: there's a -target release switch to javac. Yes, and this is set to 1.2 (I hope) and afaiu it affects only the byte-code but not the libraries/packages used for

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Christian Haul
On 25.Jun.2002 -- 11:57 AM, Per Kreipke wrote: Is it possible to make the InputModule feature available to 2.0.3 as well as 2.1? InputModules are in 2.0.x scratchpad, a bit out of sync though. As for the sitemap integration - 2.0.3 is a bug fix release and no new features should be

Re: Use Cases [was Re: [RT] SpitScript - B-Logic that doesn'tsuck ( Re: [RT] Flowmaps)]

2002-06-25 Thread Ovidiu Predescu
Diana, On 6/25/02 6:52 AM, Diana Shannon [EMAIL PROTECTED] wrote: On Sunday, June 23, 2002, at 12:25 PM, Daniel Fagerstrom wrote: snip / So what use cases do we have? * It should definitely be easy to write wizards in a flow description language. I believe this is the case for

Re: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Sylvain Wallez
Per Kreipke wrote: Is it possible to make the InputModule feature available to 2.0.3 as well as 2.1? Seems you like this feature, eh ? Well, there are several problems for this to be available in 2.0.3 : - InputModules are in scratchpad and TreeProcessor in the main trunk and now has a

RE: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Per Kreipke
Christian, Sylvain, Thanks for your responses. Unfortunately, living on the bleeding edge isn't possible for a (soon to be) production system :-o. Also, it seems like 'waiting for 2.1' could turn into a play of a similar name ;-) [tongue in cheek, no criticism intended!] It sounds like there

Re: [RT]: The value of SAXConnectors

2002-06-25 Thread Sylvain Wallez
Carsten Ziegeler wrote: Vadim Gritsenko wrote: From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Does anyone remember the good old SAXConnector? It was originally designed for transparently handling xinclude/cinclude statements. But it wasn't used for this because of the problems it caused

DO NOT REPLY [Bug 10228] New: - JDBC3 bug introduced

2002-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10228. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10228] - JDBC3 bug introduced

2002-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10228. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Vadim Gritsenko
From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] Carsten Ziegeler wrote: ... AFAIK, the discussion was a little bit different. Some of us wanted to remove *all* component definitions from the sitemap, so completly removing the map:components section. But I can't recall a discussion about

RE: [announce] Extended sitemap variable substitution syntax

2002-06-25 Thread Vadim Gritsenko
From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] Per Kreipke wrote: Is it possible to make the InputModule feature available to 2.0.3 as well as 2.1? Seems you like this feature, eh ? Well, there are several problems for this to be available in 2.0.3 : - InputModules are in

RE: Root sitemap cleanup

2002-06-25 Thread Vadim Gritsenko
From: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] Hi! I am remembering that I removed (or wished to) all the JSP* stuff from the root sitemap after the JSP sample refactoring, but they are still there. Is it intended so or I simply forgot to do it? Go ahead. Vadim Konstantin

RE: [Important]: JDK issues

2002-06-25 Thread Vadim Gritsenko
From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] Carsten Ziegeler wrote: Stefano Mazzocchi wrote: Carsten Ziegeler wrote: Christian Haul wrote: there's a -target release switch to javac. Yes, and this is set to 1.2 (I hope) and afaiu it affects only the byte-code but not the

RE: [RT]: The value of SAXConnectors

2002-06-25 Thread Vadim Gritsenko
From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] Carsten Ziegeler wrote: Vadim Gritsenko wrote: From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Does anyone remember the good old SAXConnector? It was originally designed for transparently handling xinclude/cinclude statements. But

Re: [RT] SpitScript - B-Logic that doesn't suck ( Re: [RT] Flowmaps)

2002-06-25 Thread Steven Noels
Ugo Cei wrote: warningshameless plug ahead/warning Stefano Mazzocchi wrote: I'm not skeptical about visual tools that exist (gosh, I love GUIs!). I'm skeptical about 'visual tools' that are possible but don't exist, nor are freely available for us to play with, enhance and control.