Antwort: Updating to excalibur datasource 1.1?

2003-06-11 Thread volker . schmitt
Hi Carsten, I think only installing it and remove the JVM dependency. In the meantime Version 1.1.1 is available ;-) Volker What has to be done to update to the released excalibur datasource 1.1? Carsten Carsten Ziegeler Open Source Group, S&N AG http://radio.weblogs.com/0107211/

Updating to excalibur datasource 1.1?

2003-06-11 Thread Carsten Ziegeler
What has to be done to update to the released excalibur datasource 1.1? Carsten Carsten Ziegeler Open Source Group, S&N AG http://radio.weblogs.com/0107211/

Re: cvs commit: cocoon-2.1/src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp JdbcEsqlQuery.java

2003-06-11 Thread Antonio Gallardo
Hi Torsten: Thanks for the answer! Antonio Gallardo

Re: sitemap.xls - XSLTFactoryLoader flaw?

2003-06-11 Thread Joerg Heinicke
Hello Derek, can you please make sure, that the correct Xalan version is used? You can follow the instructions at http://wiki.cocoondev.org/Wiki.jsp?page=NoMoreDtmIdError or directly http://xml.apache.org/xalan-j/faq.html#environmentcheck. Guardiola, Derek (ELS-STL)) wrote: CVS "latest source

DO NOT REPLY [Bug 20658] - [PATCH] got broken in M1 by removing XSPUtil.include

2003-06-11 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: cocoon-2.0 changes.xml

2003-06-11 Thread joerg
joerg 2003/06/11 16:28:49 Modified:.changes.xml Log: fixed usage of deprecated(?) method XSPUtil.include() in ESQL logicsheet (bug 20658) Revision ChangesPath 1.22 +5 -1 cocoon-2.0/changes.xml Index: changes.xml =

cvs commit: cocoon-2.0/src/java/org/apache/cocoon/components/language/markup/xsp XSPUtil.java

2003-06-11 Thread joerg
joerg 2003/06/11 16:26:42 Modified:src/java/org/apache/cocoon/components/language/markup/xsp XSPUtil.java Log: code formatting Revision ChangesPath 1.3 +59 -61 cocoon-2.0/src/java/org/apache/cocoon/components/language/markup/xsp/XSPUtil

cvs commit: cocoon-2.0/src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl

2003-06-11 Thread joerg
joerg 2003/06/11 16:26:28 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: fixed usage of deprecated(?) method XSPUtil.include() by usage of convenience methods (bug 20658) Revision ChangesPath 1.3 +11

cvs commit: cocoon-2.1 status.xml

2003-06-11 Thread joerg
joerg 2003/06/11 16:16:35 Modified:.status.xml Log: fixed usage of removed method XSPUtil.include() in ESQL logicsheet (bug 20658) Revision ChangesPath 1.54 +3 -0 cocoon-2.1/status.xml Index: status.xml

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/language/markup/xsp XSPUtil.java

2003-06-11 Thread joerg
joerg 2003/06/11 16:15:56 Modified:src/java/org/apache/cocoon/components/language/markup/xsp XSPUtil.java Log: code formatting Revision ChangesPath 1.6 +20 -25 cocoon-2.1/src/java/org/apache/cocoon/components/language/markup/xsp/XSPUtil

cvs commit: cocoon-2.1/src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl

2003-06-11 Thread joerg
joerg 2003/06/11 16:15:26 Modified: src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: fixed usage of removed method XSPUtil.include() (bug 20658) Revision ChangesPath 1.3 +11 -24 cocoon-2.1/sr

DO NOT REPLY [Bug 20658] - [PATCH] got broken in M1 by removing XSPUtil.include

2003-06-11 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: Lenya as Cocoon project

2003-06-11 Thread Steven Noels
On 11/06/2003 17:51 Andreas Kuckartz wrote: Which conditions have yet to be satisfied so that Lenya can leave the incubator ? There's no formal examination at the end of an incubation trajectory (that would be totally against our spirit of self-empowerment), but the idea should be that code and

Re: latest 2.1-dev CVS: java.lang.NoSuchMethodError: org.apache.avalon.excalibur.component.ComponentHandler: method initialize()V not found

2003-06-11 Thread Rob Johnston
On Wed, 11 Jun 2003, Berin Loritsch wrote: > Rob Johnston wrote: > >Is this a bug that I should report? I spoke to someone else who had the > >exact same problem with cocoon 2.1-dev under FreeBSD (over a month ago) > >& he said his solution was to "not ship with support for FreeBSD" -- > >which i

Re: my first flow.app

2003-06-11 Thread Jeremy Quinn
On Wednesday, June 11, 2003, at 05:16 PM, Ugo Cei wrote: Jeremy Quinn wrote: But what is the best way to provide your own 'business logic classes' with a way to log via Cocoon's logging mechanisms (ie. output to the Flow.log). You could either make your classes into Avalon components implement

Re: cvs commit: cocoon-2.1/src/blocks/databases/java/org/apache/cocoon/components/language/markup/xspJdbcEsqlQuery.java

2003-06-11 Thread Torsten Curdt
reusing the statement for the limit clause seems not to always work, reverting to the proposed JDBC way until this got fixed in the AbstractEsqlQuery Hi torsten! What this mean? Can you explain a little more about this? Sure the problem is to know about the number of rows in the rowset. T

Re: latest 2.1-dev CVS: java.lang.NoSuchMethodError: org.apache.avalon.excalibur.component.ComponentHandler:method initialize()V not found

2003-06-11 Thread Berin Loritsch
Rob Johnston wrote: Is this a bug that I should report? I spoke to someone else who had the exact same problem with cocoon 2.1-dev under FreeBSD (over a month ago) & he said his solution was to "not ship with support for FreeBSD" -- which isn't a viable option for us (even though the jdks for Free

Re: latest 2.1-dev CVS: java.lang.NoSuchMethodError: org.apache.avalon.excalibur.component.ComponentHandler: method initialize()V not found

2003-06-11 Thread Rob Johnston
Is this a bug that I should report? I spoke to someone else who had the exact same problem with cocoon 2.1-dev under FreeBSD (over a month ago) & he said his solution was to "not ship with support for FreeBSD" -- which isn't a viable option for us (even though the jdks for FreeBSD are not "officia

DO NOT REPLY [Bug 20682] New: - Generator "directory": "dateFormat" is buggy

2003-06-11 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: my first flow.app

2003-06-11 Thread Ugo Cei
Jeremy Quinn wrote: But what is the best way to provide your own 'business logic classes' with a way to log via Cocoon's logging mechanisms (ie. output to the Flow.log). You could either make your classes into Avalon components implementing LogEnabled, but I wouldn't really want to do that for

Re: Lenya as Cocoon project

2003-06-11 Thread Andreas Kuckartz
Steven Noels wrote: > I would like to see Lenya correcting its own homepage according to my > enquiries sent to Michael. It _must_ be prominently noted on Lenya's > homepage that it is an Apache Cocoon project _under incubation_. Which conditions have yet to be satisfied so that Lenya can leave t

DO NOT REPLY [Bug 19138] - [Contrib]/[Patch] Made SQLTransformer paginatable.

2003-06-11 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: sitemap.xls - XSLTFactoryLoader flaw?

2003-06-11 Thread Guardiola, Derek (ELS-STL))
CVS "latest source distribution". I'm not sure exactly which version that is distributed but I believe it might be 2.0.4 due to the timestamp. -- Derek Guardiola Elsevier Science -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:56 PM To: [

Re: flow debugger

2003-06-11 Thread Jeremy Quinn
It appears I was a bit hasty . weird, it's off now . sorry about that. regards Jeremy On Wednesday, June 11, 2003, at 03:00 PM, Jeremy Quinn wrote: Hi All, I tried turning on the Cocoon Flow Debugger, by uncommenting the enabled in in my Cocoon.xconf. It successfully launches the d

flow debugger

2003-06-11 Thread Jeremy Quinn
Hi All, I tried turning on the Cocoon Flow Debugger, by uncommenting the enabled in in my Cocoon.xconf. It successfully launches the debugger when I invoke some flowscript. Now I want to turn it off .. I reset the changes to cocoon.xconf, restarted TomCat and the blessed debugger launches

Re: Cocoon performance using MemoryStore

2003-06-11 Thread Vadim Gritsenko
Carsten Ziegeler wrote: Vadim Gritsenko wrote: So my question is, why don't we use this implementation, to make Cocoon more scalable? ;-) You can. Have you tried it yet? I guess what Volker means is adding your new implementation from the scratchpad to excalibur store (btw, you hav

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java

2003-06-11 Thread cziegeler
cziegeler2003/06/11 06:33:25 Modified:src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java Log: Fixing reconfiguration of sitemap configurable components Revision ChangesPath 1.5 +2 -1 cocoon-2.1/src/java/org/apache/co

Re: [BUG]: Endless recursion in source resolving

2003-06-11 Thread Berin Loritsch
Vadim Gritsenko wrote: [EMAIL PROTECTED] wrote: Hi, additional comment about the performance. ... It seams that we need to write our own handwritten parser for the URI stuff. What do you think? Any specialized parser would be faster than generic parser such as regexp. And, regexp library is

my first flow.app

2003-06-11 Thread Jeremy Quinn
Hi All I have just begun playing with Flow, JXForm and Hibernate (Thanks to Hugo Burm's demo at : http://wiki.cocoondev.org/ Wiki.jsp?page=XMLFormJXFormHibernateAndFlowscript ) I got off and running in less than one day. WOW! My first question .. Logging: logging from a FlowScript

Re: Would like to contribute...

2003-06-11 Thread Kevin McDermott
"Andreas Kuckartz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can you open a Bugzilla entry and upload a patch please? > I've checked out cocoon-2.1 from CVS... In order to fit our changes in, it would be helpful if we could configure the filename munger in the sitemap.xmap fil

RE: RE: Cocoon performance using MemoryStore

2003-06-11 Thread volker . schmitt
Carsten wrote: >Vadim Gritsenko wrote: >> >So my question is, why don't we use this implementation, to make Cocoon >> >more scalable? ;-) >> > >> >> You can. Have you tried it yet? >> > I guess what Volker means is adding your new implementation from the > scratchpad to excalibur store (btw, you

Re: Lenya as Cocoon project

2003-06-11 Thread Steven Noels
On 11/06/2003 11:03 Carsten Ziegeler wrote: If so, I think it should be added under "Incubated Projects". I guess that's already part of the W-I-P in the cocoon-site module. I would like to see Lenya correcting its own homepage according to my enquiries sent to Michael. It _must_ be prominently

RE: Lenya as Cocoon project

2003-06-11 Thread Carsten Ziegeler
Andreas Kuckartz wrote: > > I suggest that Lenya is added to the list of "Projects" on the Cocoon > website and Wyona is removed from the list of external projects. > If so, I think it should be added under "Incubated Projects". Carsten

Lenya as Cocoon project

2003-06-11 Thread Andreas Kuckartz
I suggest that Lenya is added to the list of "Projects" on the Cocoon website and Wyona is removed from the list of external projects. Andreas

Re: [BUG]: Endless recursion in source resolving

2003-06-11 Thread Bruno Dumon
On Tue, 2003-06-10 at 15:13, Berin Loritsch wrote: > > Bruno, did you introduce a test where the behavior was > occuring? It would be really be useful to ensure the > recursion does not accidentally get reintroduced. Good point -- but given Volker comments, I'll first look into redesigning that

RE: RE: [BUG]: Endless recursion in source resolving

2003-06-11 Thread Bruno Dumon
Hi Volker, On Tue, 2003-06-10 at 21:19, [EMAIL PROTECTED] wrote: > Hi, > > additional comment about the performance. > I have debuged the method parseURI with the following Argument: > file:/C:/Data/Eclipse/workspace-lib/WorldAccount-webapp/tomcat/webapps/wa/ > I have append the Stackframe the re