RE: TreeProcessor incompatibility with compiled engine

2002-04-13 Thread Vadim Gritsenko
> From: giacomo [mailto:[EMAIL PROTECTED]] > > On Sat, 13 Apr 2002, Vadim Gritsenko wrote: > > > Hello, > > > > Found this when tried tree processor on my sitemap: > > > > org.apache.avalon.framework.configuration.ConfigurationException: There > > must be at least one part in map:aggregate at >

Re: TreeProcessor incompatibility with compiled engine

2002-04-13 Thread giacomo
On Sat, 13 Apr 2002, Vadim Gritsenko wrote: > Hello, > > Found this when tried tree processor on my sitemap: > > org.apache.avalon.framework.configuration.ConfigurationException: There > must be at least one part in map:aggregate at > file:/C:/.../sitemap.xmap:125:48 > at > org.apache.cocoo

cvs commit: xml-cocoon2 changes.xml

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 21:17:53 Modified:.Tag: cocoon_2_0_3_branch changes.xml Log: update Revision ChangesPath No revision No revision 1.138.2.1 +4 -1 xml-cocoon2/changes.xml Index: changes.xml

cvs commit: xml-cocoon2 build.xml

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 21:14:57 Modified:.Tag: cocoon_2_0_3_branch build.xml Log: speed up webapp-local target Revision ChangesPath No revision No revision 1.196.2.1 +11 -9 xml-cocoon2/build.xml Index: buil

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

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 21:11:29 Modified:src/java/org/apache/cocoon/selection Tag: cocoon_2_0_3_branch ParameterSelector.java Log: merge changes Revision ChangesPath No revision No revision 1.4.2.1

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

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 21:10:33 Modified:src/java/org/apache/cocoon/generation Tag: cocoon_2_0_3_branch StreamGenerator.java Log: merge changes Revision ChangesPath No revision No revision 1.8.2.1

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

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 21:06:49 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_2_0_3_branch xscript-lib.xsl Log: fix xscript Revision ChangesPath No revision No revision

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/xscript XScriptManagerImpl.java XScriptObject.java XScriptObjectFromURL.java XScriptObjectInlineXML.java

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 21:06:19 Modified:src/java/org/apache/cocoon/components/xscript Tag: cocoon_2_0_3_branch XScriptManagerImpl.java XScriptObject.java XScriptObjectFromURL.java XScriptObjectInlineXML.java Log: f

cvs commit: xml-cocoon2/src/webapp/docs/samples/xscript simple.xsp soap-getquote1.xsp soap-getquote2.xsp soap-getquote3.xsp

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 20:58:06 Modified:src/webapp/docs/samples Tag: cocoon_2_0_3_branch sample-dynamic.xml src/webapp/docs/samples/xscript Tag: cocoon_2_0_3_branch simple.xsp soap-getquote1.xsp soap-getquote2.xsp

Re: Bug in TreeProcessor sitemap reloading?

2002-04-13 Thread Vadim Gritsenko
Sylvain, > Vadim Gritsenko wrote: > > >Hi all, > > > >Is this an undiscovered bug in the TreeProcessor? > > > >0. Go to http://localhost:8080/cocoon/formvalidation/test > >1. Hit "submit" > >2. Touch sitemap.xmap > >3. Hit "submit" > >4. Get "java.lang.IllegalStateException: You cannot lookup com

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/generator ProgramGeneratorImpl.java

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 20:42:51 Modified:src/java/org/apache/cocoon/components/language/generator ProgramGeneratorImpl.java Log: Revert some changes: Create handler with supplied manager (reason: compiled sitemap engine requires newManager in order to have acc

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/generator ProgramGeneratorImpl.java

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 20:42:51 Modified:src/java/org/apache/cocoon/components/language/generator Tag: cocoon_2_0_3_branch ProgramGeneratorImpl.java Log: Revert some changes: Create handler with supplied manager (reason: compiled sitemap engine requires newMan

DO NOT REPLY [Bug 8058] - [PATCH] Add get-bigdecimal to ESQL

2002-04-13 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 8058] New: - [PATCH] Add get-bigdecimal to ESQL

2002-04-13 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

TreeProcessor incompatibility with compiled engine

2002-04-13 Thread Vadim Gritsenko
Hello, Found this when tried tree processor on my sitemap: org.apache.avalon.framework.configuration.ConfigurationException: There must be at least one part in map:aggregate at file:/C:/.../sitemap.xmap:125:48 at org.apache.cocoon.components.treeprocessor.sitemap.AggregateNodeBuilder. b

cvs commit: xml-cocoon2/src/webapp/docs/samples sample-dynamic.xml

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 19:22:07 Modified:.changes.xml src/webapp/docs/samples sample-dynamic.xml Log: xscript samples work now Revision ChangesPath 1.140 +4 -1 xml-cocoon2/changes.xml Index: changes.xml =

cvs commit: xml-cocoon2 build.xml

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 18:29:43 Modified:.build.xml Log: speed up webapp-local target: no packaging and no jar copying anymore (down to 13 sec now) Revision ChangesPath 1.198 +11 -9 xml-cocoon2/build.xml Index: build.xml ==

cvs commit: xml-cocoon2/src/documentation/xdocs tutorial.xml

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 17:56:31 Modified:src/documentation/xdocs tutorial.xml Log: fix XSL file name Revision ChangesPath 1.4 +3 -3 xml-cocoon2/src/documentation/xdocs/tutorial.xml Index: tutorial.xml

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

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 17:45:29 Modified:src/java/org/apache/cocoon/components/xscript XScriptManagerImpl.java XScriptObject.java XScriptObjectFromURL.java XScriptObjectInlineXML.java src/java/org/apache/

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/xslt XSLTProcessorImpl.java

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 17:39:28 Modified:src/java/org/apache/cocoon/components/xslt XSLTProcessorImpl.java Log: Use Source.toSAX in transform() Revision ChangesPath 1.20 +18 -24 xml-cocoon2/src/java/org/apache/cocoon/components/xslt/XSLTProce

cvs commit: xml-cocoon2/src/webapp/docs/samples/xscript simple.xsp soap-getquote1.xsp soap-getquote2.xsp soap-getquote3.xsp

2002-04-13 Thread vgritsenko
vgritsenko02/04/13 17:38:34 Modified:src/webapp/docs/samples/xscript simple.xsp soap-getquote1.xsp soap-getquote2.xsp soap-getquote3.xsp Log: nice identing Revision ChangesPath 1.2 +9 -13 xml-cocoon2/src/webapp/do

DO NOT REPLY [Bug 8057] - [PATCH] new samples for HSSF Serializer

2002-04-13 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 8057] - [PATCH] new samples for HSSF Serializer

2002-04-13 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 8057] - [PATCH] new samples for HSSF Serializer

2002-04-13 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 8057] New: - [PATCH] new samples for HSSF Serializer

2002-04-13 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

RE: Search Engine Optimization and Cocoon (long!)

2002-04-13 Thread Conal Tuohy
Don't use a 404 to signal that a URL has changed: use a 301 "Moved Permanently". http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2 > -Original Message- > From: Bert Van Kets [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 14 April 2002 08:57 > To: [EMAIL PROTECTED] > Subject: Re

DO NOT REPLY [Bug 8056] - [PATCH] SQL Transformer -- get rid of exponents in large decimals by using BigDecimal

2002-04-13 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 8056] New: - [PATCH] SQL Transformer -- get rid of exponents in large decimals by using BigDecimal

2002-04-13 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

Re: Search Engine Optimization and Cocoon (long!)

2002-04-13 Thread Bert Van Kets
If you get visits from search engines to those pages it would be crazy to get rid of those links. I would however install the new pages without the query string and try to get as high as possible with as many SE's as possible. Once those new links do their work, you have an alternative and y

Re: XWT

2002-04-13 Thread Andrew C. Oliver
True... I understand. I'm just saying.. . If it came with Mozilla...and it were a real part of mozilla...it would rock... applets in fact do suck. On Sat, 2002-04-13 at 10:08, Torsten Curdt wrote: > Andrew, it's not *my* thinking that needs to change but our *customers* > thinking... > ...it'

Re: Commentary (was Re: [Analysis] Cocoon, The Play)

2002-04-13 Thread giacomo
On Sat, 13 Apr 2002, Ovidiu Predescu wrote: > On Sat, 13 Apr 2002 14:06:53 +0200 (CEST), giacomo <[EMAIL PROTECTED]> wrote: > > > For the exported components of the deployed Cocoon Blocks I see two > > ways of making them available to the other Cocoon Blocks: > > > > 1) Have a root CM populated

Re: Commentary (was Re: [Analysis] Cocoon, The Play)

2002-04-13 Thread Ovidiu Predescu
On Sat, 13 Apr 2002 14:06:53 +0200 (CEST), giacomo <[EMAIL PROTECTED]> wrote: > > > I only think that if we do this for 2.1 it will take forever for us to > > > reach a final release... this is the reason why I was considering > > > componentization refactoring to happen for 2.2 at least. > > > >

Re: XWT

2002-04-13 Thread Torsten Curdt
Andrew, it's not *my* thinking that needs to change but our *customers* thinking... ...it's the chicken-egg problem again... if a plugin would come with both IE and NS they might see it differently. But until that... most of them just don't want any plugin the user needs to install... applets a

Re: XWT

2002-04-13 Thread Andrew C. Oliver
Change your thinking a bit. What if someone wrote a plugin for mozilla and they actually shipped it with the browser... that might make it a little more appealing. On Fri, 2002-04-12 at 07:19, Torsten Curdt wrote: > Ugo Cei wrote: > > > I just stumbled upon XWT yesterday. This guy managed to de

Re: SV: continuation fear (was Re: [status & RT] design challenges)

2002-04-13 Thread Ovidiu Predescu
On Fri, 12 Apr 2002 14:17:52 +0200, =?US-ASCII?Q?Daniel_Fagerstrom?= <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Now to answer your question about going back in the history and > > choosing a different path. Notice that the 'cart' instance variable > > uses a shared Java HashMap in

Re: Commentary (was Re: [Analysis] Cocoon, The Play)

2002-04-13 Thread giacomo
On Fri, 12 Apr 2002, Berin Loritsch wrote: > Berin Loritsch wrote: > > Stefano Mazzocchi wrote: > >> > >> But I think Berin touches a few serious design issues > >> (overcomponentization, role of cache control, component isolation) that > >> we must seriously consider. > > > > I think you also mi

Re: Commentary (was Re: [Analysis] Cocoon, The Play)

2002-04-13 Thread giacomo
On Fri, 12 Apr 2002, Berin Loritsch wrote: > Stefano Mazzocchi wrote: > > Berin Loritsch wrote: > > > >>Coming to a theater near you, Cocoon 2.1: Same Plot, Different Story! > > > > > > Oh, I love it, love it, love it. :) > > > > Now, let's get nasty! how about XSLT-transforming the sitemap into

Re: Search Engine Optimization and Cocoon (long!)

2002-04-13 Thread Diana Shannon
Bert, Thanks for the great read! > Part 7: other things you should know > - > A. Querystrings (everything behind a ? in the URL) > Most major search engines hate querystrings. They assume that the > query strings are used for database access

Re: continuation fear (was Re: [status & RT] design challenges)

2002-04-13 Thread Ovidiu Predescu
On Fri, 12 Apr 2002 18:16:39 +0400, Piroumian Konstantin <[EMAIL PROTECTED]> wrote: > Btw, Ovidiu, if understand the interpreted approach correctly, you can > forward controll to a different pipeline in sitemap than the calling one > using sendPage("another_pipeline"). Is that right? So, you don'

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

2002-04-13 Thread sylvain
sylvain 02/04/13 01:46:30 Modified:src/java/org/apache/cocoon/components/treeprocessor Tag: cocoon_2_0_3_branch DefaultTreeBuilder.java Log: Don't hide original exceptions... Revision ChangesPath No revision No

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

2002-04-13 Thread sylvain
sylvain 02/04/13 01:28:33 Modified:src/java/org/apache/cocoon/components/treeprocessor DefaultTreeBuilder.java Log: Don't hide original exceptions... Revision ChangesPath 1.4 +3 -3 xml-cocoon2/src/java/org/apache/cocoon/components/tree