Replacement for hashcode() in CacheKeys...

2004-03-02 Thread Antonio Gallardo
Hi: Looking inside commons-collections I found this class: org.apache.commons.collections.keyvalue.MultiKey I wonder if it can help in: o.a.c.cache.ComponentCacheKey and o.a.c.cache.PipelineCacheKey inside the code of both hashcode() there is this comment: // FIXME - this is not very safe

Re: JCS Based Cache

2004-03-02 Thread Bertrand Delacretaz
Le Mardi, 2 mars 2004, à 08:59 Europe/Zurich, Corin Moss a écrit : ...JCS does have its own R/W lock of course - but I'd love not to have to change too many classes ;) I have no idea how the current locks work, but in this case the on-disk Store is going to be private to a single Cocoon

AW: JCS Based Cache

2004-03-02 Thread Marco Rolappe
hi corin, -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Corin Moss Gesendet: Dienstag, 2. März 2004 08:59 An: [EMAIL PROTECTED] Betreff: RE: JCS Based Cache You have a good point there - I'm simply going to have to replace the

RE: JCS Based Cache

2004-03-02 Thread Corin Moss
Yeah, they do - I don't see any point in changing them. My question was really more about whether we're sure the current locks are problem free. I see no reason to suspect otherwise, but I thought the question should be posed. The lock used is:

RE: JCS Based Cache

2004-03-02 Thread Corin Moss
Hiya :) I don't think you're wrong at all - I totally agree with you. The interesting thing is that total lockup is what I experience at times :) iowaits approaching 99.9% when we do really heavy load testing (or sometimes even under particularly heavy normal usage.) On the bright side,

Stream vs Mapped IO (was Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2)

2004-03-02 Thread Jorg Heymans
Has anyone else read Bruce Eckel's Thinking in Java ? quote (chapter 12) Although the performance of old stream I/O has been improved by implementing it with nio, mapped file access tends to be dramatically faster. /quote So by switching to 1.4 and *not* using NIO you're likely to get a speed

RE: JCS Based Cache - how to configure?

2004-03-02 Thread Corin Moss
Hi Guys, The more I look at JCS, the more interesting it gets. The simplest way to use it is to simply instantiate a JCS object, and configure it using a cache configuration file - obviously then the JCS object would be wrapped appropriately. If we were to use JCS at its most generic level

RE: Stream vs Mapped IO (was Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2)

2004-03-02 Thread Carsten Ziegeler
I'm not against considering 1.4 for 2.2, but please have in mind that we have to maintain 2.1.x first which is JDK 1.3 based and we need a replacement for Jisp there. Carsten -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jorg Heymans Sent: Tuesday, March 02,

RE: JCS Based Cache - how to configure?

2004-03-02 Thread Carsten Ziegeler
I think the first solution to see how JCS behaves is to stick to the properties file. If JCS can be configured differently than you could make the component Parameterizable. Carsten -Original Message- From: Corin Moss [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 9:34 AM

Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2

2004-03-02 Thread Reinhard Pötz
Geoff Howard wrote: Ugo Cei wrote: Antonio Gallardo wrote: Do you agree with JSDK 1.4 as the lower Java version supported in Cocoon 2.2? Here is my +1 -0.5 Even though 1.4 is available for most platforms, and I've been using it exclusively for quite a long time, I still think there are

Re: JCS Based Cache

2004-03-02 Thread Sylvain Wallez
Bertrand Delacretaz wrote: Le Mardi, 2 mars 2004, à 08:16 Europe/Zurich, Corin Moss a écrit : ... I guess conceptually this really belongs within the Avalon-Excalibur-store framework, as it will sit along side AbstractJispFilesystemStore rather than on top of it... Makes sense but I don't

Re: JCS Based Cache

2004-03-02 Thread Bertrand Delacretaz
Le Mardi, 2 mars 2004, à 09:52 Europe/Zurich, Sylvain Wallez a écrit : ...Have a look in cocoon.roles: it's the default class for the org.apache.excalibur.store.Store/PersistentStore role. I did $ find src -type f | xargs grep -i defaultpersistent and it told me indeed:

[Solved] Re: [CForms] - Error in binding samples

2004-03-02 Thread Antonio Gallardo
Sorry, my fault. The samples are working good! Best Regards, Antonio Gallardo. Antonio Gallardo dijo: Hi: Try to send any of these forms: http://localhost:/samples/woody/form2xml.flow http://localhost:/samples/woody/form2bean.flow They don't show any error, but does not finish

RE: patch to Enhance CIncludeTrasnformer to handle encoding ofparameters

2004-03-02 Thread Carsten Ziegeler
Hi Marco, I applied the first part (SourceUtil) of your patch. I'm not sure about the other part (for the CIncludeTransformer). Can you explain a little bit, why/when this might be necessary? Thanks Carsten -Original Message- From: Marco Dubbeld [mailto:[EMAIL PROTECTED] Sent:

FW: Non-Ascii from Postgres

2004-03-02 Thread Yves Vindevogel
-Original Message- From: Yves Vindevogel [mailto:[EMAIL PROTECTED] Sent: maandag 1 maart 2004 17:35 To: [EMAIL PROTECTED] Subject: RE: Non-Ascii from Postgres The encoding thing does not help. Could this be a bug in 2.1.(4) ? I checked my connection, it includes charSet=iso-8859-1. I

DO NOT REPLY [Bug 27362] New: - Missing Last-Modified in ResourceReader avoids Browser Caching

2004-03-02 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=27362. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27362] - Missing Last-Modified in ResourceReader avoids Browser Caching

2004-03-02 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=27362. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Event caching and CachedSource

2004-03-02 Thread Unico Hommes
Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached pipelines from the cache completely. Making the subsequent request for such a pipeline

RE: Event caching and CachedSource

2004-03-02 Thread Corin Moss
Hiya, I'm probably wrong here, but my understanding of the RefresherImpl is that the timeout is used to cache the page on a timed basis a la cron (although that could be what you mean). I'm not entirely sure how this helps with external validation directly :) What I've been playing around with

RE: Event caching and CachedSource

2004-03-02 Thread Carsten Ziegeler
Unico Hommes wrote: Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached pipelines from the cache completely. Making the subsequent

RE: patch to Enhance CIncludeTrasnformer to handle encoding ofparameters

2004-03-02 Thread Marco Dubbeld
Yep! The value element may contain UTF-8, with chinese characters or other non ISO-8859 encoding characters. While testing, the this.startSerializedXMLRecording(XMLUtils.defaultSerializeToXMLFormat(true)); will use ISO-8859 encoding (see the properties given back from XMLUtils). However we

Re: Event caching and CachedSource

2004-03-02 Thread Geoff Howard
Unico Hommes wrote: Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached pipelines from the cache completely. Making the subsequent request

RE: patch to Enhance CIncludeTrasnformer to handle encodingofparameters

2004-03-02 Thread Carsten Ziegeler
Marco Dubbeld wrote: Yep! The value element may contain UTF-8, with chinese characters or other non ISO-8859 encoding characters. While testing, the this.startSerializedXMLRecording(XMLUtils.defaultSerializeToXM LFormat(true)); will use ISO-8859 encoding (see the properties given back

Re: [RT] rethinking the cache storage system

2004-03-02 Thread Pier Fumagalli
On 2 Mar 2004, at 05:29, Mircea Toma wrote: Stefano Mazzocchi wrote: We were using Jisp and Scott's decision makes it clear that we either: - have to maintain Jisp 2.x ourselves or - use something else How about http://jdbm.sourceforge.net/ ? It implements the B+Tree algorithm. B+Tree is a

DO NOT REPLY [Bug 27362] - Missing Last-Modified in ResourceReader avoids Browser Caching

2004-03-02 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=27362. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Event caching and CachedSource

2004-03-02 Thread Unico Hommes
Carsten Ziegeler wrote: Unico Hommes wrote: Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached pipelines from the cache completely.

Re: Event caching and CachedSource

2004-03-02 Thread Unico Hommes
Geoff Howard wrote: Unico Hommes wrote: Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached pipelines from the cache completely. Making the

Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2

2004-03-02 Thread Vadim Gritsenko
Stefano Mazzocchi wrote: Ugo Cei wrote: Unico Hommes wrote: I think that as a software product that is known for its innovative nature it is *very* important in the interest of Cocoon to refuse being impaired by the immobility of bureaucracratic organisations. We are having a small crisis on

RE: Event caching and CachedSource

2004-03-02 Thread Carsten Ziegeler
Unico Hommes wrote: BTW, how does CachedSource accomplish something different from the caching point pipeline (which seems to accomplish more, though I've never used it). I never used it either. So I really don't know. Perhaps someone else could comment on this? The CachedSource

Re: Change from 80 cpl to 100 cpl standard

2004-03-02 Thread Vadim Gritsenko
Antonio Gallardo wrote: Vadim Gritsenko dijo: I, for myself, moved to somewhere around 100 characters per line. With long Java identifiers it's not much you can fit in 80 chars ;-) Yep. I agree with you. The 80 cpl (cols per line) is an old standard and we can change it if everybody agree

Re: [CForm]two question/suggestion about multi-value field

2004-03-02 Thread Vadim Gritsenko
roy huang wrote: 1.In cocoon form multi-value field rendered as listbox or others,but if you want to enter in a text input,the value is single. Can/Should cocoon form provide multi-value field as text input,using separator like , or ; to separate the multi-value? My first reaction: No way!

Re: whitespace cleanup and efficiency drive

2004-03-02 Thread Vadim Gritsenko
David Crossley wrote: David Crossley wrote: ... We have quite a number of these problem files in cocoon-2.1 I noticed a new one come in today with Carsten's commit of portal.samplesxconf The recent commit of all the *.license files proved that Eclipse is the culprit. Until their Bug

Re: Event caching and CachedSource

2004-03-02 Thread Geoff Howard
Unico Hommes wrote: Geoff Howard wrote: Unico Hommes wrote: Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached pipelines from the cache

Re: Event caching and CachedSource

2004-03-02 Thread Unico Hommes
Corin Moss wrote: Hiya, I'm probably wrong here, but my understanding of the RefresherImpl is that the timeout is used to cache the page on a timed basis a la cron (although that could be what you mean). I'm not entirely sure how this helps with external validation directly :) What I've been

Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2

2004-03-02 Thread Antonio Gallardo
Vadim Gritsenko dijo: Agreed. But, please, somebody, [POLL] our userbase first. There is already a pool. See the [POLL] in the user list. Best Regards, Antonio Gallardo

RE: Event caching and CachedSource

2004-03-02 Thread Corin Moss
Hi, That makes perfect sense. I implemented exactly that this week, although I have to admit it is nowhere near as elegant as I would like. Basically in my case it's a database update / delete / insert triggering a cache clear, it is then a specific request generating the re-cache. I'm then

Re: Momento and Cocoon

2004-03-02 Thread Alan
* Stefano Mazzocchi [EMAIL PROTECTED] [2004-03-02 06:07]: Please stop replying to me directly, I far prefer if you reply to the list, thanks. Sorry. Alan wrote: Yes. I choose Saxon to implement XQuery. I'm finding that XSLT is just as good a query language, that's why I keep using

Re: Event caching and CachedSource

2004-03-02 Thread Geoff Howard
Unico Hommes wrote: Corin Moss wrote: Hiya, I'm probably wrong here, but my understanding of the RefresherImpl is that the timeout is used to cache the page on a timed basis a la cron (although that could be what you mean). I'm not entirely sure how this helps with external validation directly

RE: patch to Enhance CIncludeTrasnformer to handle encodingofparameters

2004-03-02 Thread Marco Dubbeld
On Tue, 2004-03-02 at 13:29, Carsten Ziegeler wrote: Marco Dubbeld wrote: Yep! The value element may contain UTF-8, with chinese characters or other non ISO-8859 encoding characters. While testing, the this.startSerializedXMLRecording(XMLUtils.defaultSerializeToXM

Re: Event caching and CachedSource

2004-03-02 Thread Unico Hommes
Geoff Howard wrote: Unico Hommes wrote: Geoff Howard wrote: Unico Hommes wrote: Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached

Re: Momento and Cocoon

2004-03-02 Thread Stefano Mazzocchi
Alan wrote: * Stefano Mazzocchi [EMAIL PROTECTED] [2004-03-02 06:07]: I need a fast and scalable xquery-capable semi-structured content repository. Can momento provide me that? It could. If I were to release it open source. That's the point. That's why I'm engaging people on this

Re: Event caching and CachedSource

2004-03-02 Thread Unico Hommes
Geoff Howard wrote: Unico Hommes wrote: Corin Moss wrote: Hiya, I'm probably wrong here, but my understanding of the RefresherImpl is that the timeout is used to cache the page on a timed basis a la cron (although that could be what you mean). I'm not entirely sure how this helps with external

Re: Event caching and CachedSource

2004-03-02 Thread Unico Hommes
Corin Moss wrote: Hi, That makes perfect sense. I implemented exactly that this week, although I have to admit it is nowhere near as elegant as I would like. Basically in my case it's a database update / delete / insert triggering a cache clear, it is then a specific request generating the

RE: JCS Based Cache

2004-03-02 Thread Corin Moss
Ok then, The JCS based store is pretty much finished (well, obviously the first cut.) As far as I can tell I've implemented everything necessary for a test - there's a few un-used methods not implemented (I've commented these fairly clearly of course ;) What's the protocol for sharing the

FlowScript in 2.1.5-dev has gone tango uniform

2004-03-02 Thread Jeremy Quinn
Hi All I just upgraded my copy of Cocoon to today's CVS version. A (previously working) site that uses a lot of FlowScript has gone completely TU. I am getting a lot of this : org.apache.cocoon.ResourceNotFoundException: Function javascript:album() not found Where it worked before the

Re: JCS Based Cache

2004-03-02 Thread Geoff Howard
Corin Moss wrote: Ok then, The JCS based store is pretty much finished (well, obviously the first cut.) As far as I can tell I've implemented everything necessary for a test - there's a few un-used methods not implemented (I've commented these fairly clearly of course ;) What's the protocol

Re: Event caching and CachedSource

2004-03-02 Thread Geoff Howard
Unico Hommes wrote: Geoff Howard wrote: Unico Hommes wrote: Corin Moss wrote: Hiya, I'm probably wrong here, but my understanding of the RefresherImpl is that the timeout is used to cache the page on a timed basis a la cron (although that could be what you mean). I'm not entirely sure how

Re: Momento and Cocoon

2004-03-02 Thread Alan
* Stefano Mazzocchi [EMAIL PROTECTED] [2004-03-02 14:04]: Alan wrote: * Stefano Mazzocchi [EMAIL PROTECTED] [2004-03-02 06:07]: I need a fast and scalable xquery-capable semi-structured content repository. Can momento provide me that? It could. If I were to release it open

Re: JCS Based Cache

2004-03-02 Thread Bertrand Delacretaz
Le Mardi, 2 mars 2004, à 15:30 Europe/Zurich, Geoff Howard a écrit : ...I think we say the preferable way would be to create a bugzilla patch entry, which for new features is just a bug whose description starts with [PATCH] and has the source attached, usually as a .zip file. A unified diff

Re: workflow block commited

2004-03-02 Thread Andrew Savory
Hi, On 1 Mar 2004, at 18:25, Arje Cahn wrote: I'm interested in a workflow block as well. We currently have experience using OpenSymphony Workflow and would like to share this on the Cocoon list. I'm excited to see the workflow block appearing (yes, I need to get a life!). Arje, have you any

RE: cvs commit: cocoon-2.1/src/blocks/eventcache/java/org/apache/ cocoon/caching/impl StoreEventRegistryImpl.java DefaultEventRegistryImpl. java

2004-03-02 Thread Hunsberger, Peter
Geoff Howard [EMAIL PROTECTED] writes: snip/ Maybe we should consider marking the block stable? +1 That would be good from our perspective. If it made it into 2.1.6 +as stable we'd be more comfortable depending on it. :) Sounds like another chicken and egg. Murphy's

Java chokes on logkit-1.2.2

2004-03-02 Thread Vadim Gritsenko
Java: java version 1.4.2 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28) Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode) Starting tomcat fails with: javaw.exe -Xms64m -Xmx64m -Dcatalina.home=C:\Java\jakarta-tomcat-4.1.24 -classpath

RE: Gump

2004-03-02 Thread Hunsberger, Peter
Stefano Mazzocchi [EMAIL PROTECTED] writes: snip/ I have a RT ready for gump that would allow to solve these issues... but I need to work more on this since it appears to be a pretty tough computational problem of graph analysis. We do have generalized hedge generator code (both in a

RE: Java chokes on logkit-1.2.2

2004-03-02 Thread Carsten Ziegeler
Did you try a clean build? I have the same jdk and for me it works perfectly :) The second exception you get is due to a change in excalibur-logger. The logkit.xconf needs an entry for the root category (category without a name). I have fixed this some days ago in the CVS. Carsten

RE: Event caching and CachedSource

2004-03-02 Thread Hunsberger, Peter
Unico Hommes [EMAIL PROTECTED] writes: Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached pipelines from the cache completely.

Re: Java chokes on logkit-1.2.2

2004-03-02 Thread Vadim Gritsenko
Carsten Ziegeler wrote: Did you try a clean build? It's not a cocoon cvs; it's copy of cocoon libs into web-inf/lib. I have the same jdk and for me it works perfectly :) The second exception you get is due to a change in excalibur-logger. The logkit.xconf needs an entry for the root category

Re: FlowScript in 2.1.5-dev has gone tango uniform

2004-03-02 Thread Christopher Oliver
Can you try reverting the rhino jar to a previous version and see if that fixes the problem? I may have introduced a regression. Thanks, Chris Jeremy Quinn wrote: Hi All I just upgraded my copy of Cocoon to today's CVS version. A (previously working) site that uses a lot of FlowScript has

Re: JCS Based Cache

2004-03-02 Thread Upayavira
Corin Moss wrote: Ok then, The JCS based store is pretty much finished (well, obviously the first cut.) As far as I can tell I've implemented everything necessary for a test - there's a few un-used methods not implemented (I've commented these fairly clearly of course ;) What's the protocol

Re: [RT] Cocoon Input Model

2004-03-02 Thread Alan
* Hunsberger, Peter [EMAIL PROTECTED] [2004-03-01 22:06]: Alan [EMAIL PROTECTED] writes: snip/ There is already flow logic in the site map. The pipeline is a select statement. It is a clear expression of the pipelines intent. Ok, that's where we differ. Our

Re: Event caching and CachedSource

2004-03-02 Thread Unico Hommes
Carsten Ziegeler wrote: Unico Hommes wrote: Hi gang :-) A drawback I have been running into lately with eventcache mechanism is that it lacks the ability to remove heavy processing from the critical path. An event will simply remove a set of cached pipelines from the cache completely.

RE: patch to Enhance CIncludeTrasnformer to handle encodingofparameters

2004-03-02 Thread Bruno Dumon
On Tue, 2004-03-02 at 14:57, Marco Dubbeld wrote: On Tue, 2004-03-02 at 13:29, Carsten Ziegeler wrote: Marco Dubbeld wrote: Yep! The value element may contain UTF-8, with chinese characters or other non ISO-8859 encoding characters. While testing, the

[Portal] Why don't cocoon errors appear in a coplet ?

2004-03-02 Thread Olivier Billard
Hi cocooners ! I posted in the users' but maybe some sitemap gurus can show me the light ;). I use the portal for a project and i'm not able to display errors in a (main) coplet. I always have a blank content, as if when rendering the content of the coplet, the error content is not put in the

RE: [RT] Cocoon Input Model

2004-03-02 Thread Hunsberger, Peter
Alan [EMAIL PROTECTED] writes: snip/ I am using the matching facilities agressively. It is how I see a web application. A GET are function calls, the URI's are the function signatures, the pipelines are the function bodies. Its stateless functional programming to me.

Re: Momento and Cocoon

2004-03-02 Thread Stefano Mazzocchi
Alan wrote: * Stefano Mazzocchi [EMAIL PROTECTED] [2004-03-02 14:04]: Alan wrote: * Stefano Mazzocchi [EMAIL PROTECTED] [2004-03-02 06:07]: I need a fast and scalable xquery-capable semi-structured content repository. Can momento provide me that? It could. If I were to release it open

Re: Momento and Cocoon

2004-03-02 Thread Alan
* Stefano Mazzocchi [EMAIL PROTECTED] [2004-03-02 17:34]: Alan wrote: * Stefano Mazzocchi [EMAIL PROTECTED] [2004-03-02 14:04]: I need an xml database with xquery capabilities to place as a slide store for when it will implement JCR. ??? Xindice is currently my candidate for that,

RE: Gump

2004-03-02 Thread Hunsberger, Peter
of B's fault or because of A's fault, you can't tell. What I'm going to propose is to have bidimensional dependencies: (A,20040302) --(depends on)-- (B,20040212) At this point, gump can do multiple builds based on the timestamp and it is possible figure out who broke what and when

Re: FlowScript in 2.1.5-dev has gone tango uniform

2004-03-02 Thread Jeremy Quinn
On 2 Mar 2004, at 15:22, Christopher Oliver wrote: Can you try reverting the rhino jar to a previous version and see if that fixes the problem? I may have introduced a regression. Many thanks for your reply. I picked up : rhino1.5r4-continuations-20040218.jar and

[CForms] Support for multipe unique-row-id in Repeater

2004-03-02 Thread Antonio Gallardo
OK. It is done! Now we can write: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:unique-field id=myId1 path=myId1/ wb:unique-field id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=myId1 path=myId1/ wb:value id=myId2

Re: [CForm]two question/suggestion about multi-value field

2004-03-02 Thread Bruno Dumon
On Tue, 2004-03-02 at 14:31, Vadim Gritsenko wrote: snip/ 2.Sometime we need to just display multi-value as text like wd:output,but I only found binding can only bind multivalue-field with multi-value(only in cvs now).Can/Should cocoon form provide multi-value binding to output widget?

Re: FlowScript in 2.1.5-dev has gone tango uniform

2004-03-02 Thread Jeremy Quinn
On 2 Mar 2004, at 18:42, Jeremy Quinn wrote: To restate the basic problem : I have 2 URLs each served by a different sub-sitemap, each loading a different (single) flowscript. Each flowscript has some common function names, eg. index(). For debugging purposes, each function outputs it's name

Re: Java chokes on logkit-1.2.2

2004-03-02 Thread JD Daniels
Vadim Gritsenko wrote: Carsten Ziegeler wrote: Did you try a clean build? It's not a cocoon cvs; it's copy of cocoon libs into web-inf/lib. I have the same jdk and for me it works perfectly :) The second exception you get is due to a change in excalibur-logger. The logkit.xconf needs an

Re: [CForm]two question/suggestion about multi-value field

2004-03-02 Thread Vadim Gritsenko
Bruno Dumon wrote: On Tue, 2004-03-02 at 14:31, Vadim Gritsenko wrote: snip/ 2.Sometime we need to just display multi-value as text like wd:output,but I only found binding can only bind multivalue-field with multi-value(only in cvs now).Can/Should cocoon form provide multi-value binding

Re: Java chokes on logkit-1.2.2

2004-03-02 Thread Vadim Gritsenko
JD Daniels wrote: Vadim Gritsenko wrote: Carsten Ziegeler wrote: Did you try a clean build? It's not a cocoon cvs; it's copy of cocoon libs into web-inf/lib. ... Did you figure how to fix this? I just did a fresh cvs checkout and clean build and get the same error (jdk 1.4.1_01) I

Re: Java chokes on logkit-1.2.2

2004-03-02 Thread JD Daniels
Vadim Gritsenko wrote: JD Daniels wrote: Vadim Gritsenko wrote: Carsten Ziegeler wrote: Did you try a clean build? It's not a cocoon cvs; it's copy of cocoon libs into web-inf/lib. ... Did you figure how to fix this? I just did a fresh cvs checkout and clean build and get the same error

Re: Java chokes on logkit-1.2.2

2004-03-02 Thread JD Daniels
JD Daniels wrote: Vadim Gritsenko wrote: JD Daniels wrote: Vadim Gritsenko wrote: Carsten Ziegeler wrote: Did you try a clean build? It's not a cocoon cvs; it's copy of cocoon libs into web-inf/lib. ... Did you figure how to fix this? I just did a fresh cvs checkout and clean build

Re: whitespace cleanup and efficiency drive

2004-03-02 Thread Joerg Heinicke
On 02.03.2004 14:34, Vadim Gritsenko wrote: We have quite a number of these problem files in cocoon-2.1 I noticed a new one come in today with Carsten's commit of portal.samplesxconf The recent commit of all the *.license files proved that Eclipse is the culprit. Until their Bug 15119 is

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Geoff Howard
Joerg Heinicke wrote: On 02.03.2004 22:08, Geoff Howard wrote: Hi, Most of the time when I run XConfToolTask, it works fine, but sometimes I get the following error: IOException: java.net.ConnectException: Connection timed out: connect Any idea what's the problem here? Which version of

Re: FlowScript in 2.1.5-dev has gone tango uniform

2004-03-02 Thread Sylvain Wallez
Jeremy Quinn wrote: On 2 Mar 2004, at 18:42, Jeremy Quinn wrote: To restate the basic problem : I have 2 URLs each served by a different sub-sitemap, each loading a different (single) flowscript. Each flowscript has some common function names, eg. index(). For debugging purposes, each

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Joerg Heinicke
On 02.03.2004 22:51, Geoff Howard wrote: The problem after an upgrade is the remaining of the xerces JAR at tools/lib. The JARs are only copied on demand to that place, i.e. if no xerces JAR exists at that place at all. If there is already a 2.6.0 JAR it won't be replaced if you have updated

Re: FlowScript in 2.1.5-dev has gone tango uniform

2004-03-02 Thread Antonio Gallardo
Hi Jeremy: Are you updated your endorsed libs? Please don't get offended by the obvious question, but I thought this problem is related to this issue. Can you check this? Best Regards, Antonio Gallardo. Jeremy Quinn dijo: Hi All I just upgraded my copy of Cocoon to today's CVS version. A

Re: Applying SourceWritingTransformer to file used in pipeline

2004-03-02 Thread Joerg Heinicke
On 27.02.2004 11:31, Remmerie Bart wrote: It appears to be impossible to use the SourceWriting transformer to a file that is in use by the pipeline. Of course it is so, you must have in mind that the file content is streamed! And what should be the use case for writing a file *while* you are

Re: FOP with embeded SVG doesn't render at correct size in Cocoon

2004-03-02 Thread Joerg Heinicke
On 28.02.2004 19:18, Steve Schwarz wrote: Thanks for the info. I tried replacing the Cocoon jars: batik-all-1.5.jar fop-0.20.5.jar with the FOP 0.20.5 jars (fop.jar batik.jar) in that case no SVG is rendered at all because there is a problem with use and url(#), even though the reference is

Re: Update to batik 1.5.1

2004-03-02 Thread Joerg Heinicke
On 28.02.2004 04:00, Carlos Araya wrote: Before you go updating the libraries, realize that FOP on Cocoon's CVS depends on a specific version of Batik... PLEASE, please don't update without knowing what the dependencies are. Carlos, do you use the current combination of Fop 0.20.5 and Batik 1.5?

Re: workflow block commited

2004-03-02 Thread Gregor J. Rothfuss
Carsten Ziegeler wrote: I see the following minimum todo list from the Cocoon POV: - Use the Avalon Logging instead of log4j directly - Use Avalon components - Move to the source resolver instead of directly reading files - Don't use the Xerces XPath API directly, use Avalon XPath component - The

[HELP!] - RE: Java chokes on logkit-1.2.2

2004-03-02 Thread Antonio Gallardo
Hi: I already read 3 or 5 times all the mails: http://marc.theaimsgroup.com/?t=107823977800010r=1w=2 But I don't understand how to solve the problem. :-( Can someone describe a little bit more what is needed to solve the problem? Please help! ;-) Best Regards, Antonio Gallardo

DO NOT REPLY [Bug 27385] New: - New store implementation supporting JCS as a persistent store

2004-03-02 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=27385. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27385] - New store implementation supporting JCS as a persistent store

2004-03-02 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=27385. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2

2004-03-02 Thread Pier Fumagalli
On 1 Mar 2004, at 08:33, Ugo Cei wrote: Antonio Gallardo wrote: Do you agree with JSDK 1.4 as the lower Java version supported in Cocoon 2.2? Here is my +1 -0.5 Even though 1.4 is available for most platforms, and I've been using it exclusively for quite a long time, I still think there are

Re: Gump

2004-03-02 Thread Stefano Mazzocchi
Hunsberger, Peter wrote: Not sure, I think you're on your own on this one... don't worry, I'm so used to that it doesn't even hurt anymore -- Stefano. smime.p7s Description: S/MIME Cryptographic Signature

Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2

2004-03-02 Thread Stefano Mazzocchi
Pier Fumagalli wrote: using RegEx in the 2.2 sitemap would be a killer I thought we already had regexp in the sitemap. -- Stefano, puzzled smime.p7s Description: S/MIME Cryptographic Signature

Re: [CForm]two question/suggestion about multi-value field

2004-03-02 Thread Bruno Dumon
On Tue, 2004-03-02 at 22:03, Vadim Gritsenko wrote: Bruno Dumon wrote: On Tue, 2004-03-02 at 14:31, Vadim Gritsenko wrote: snip/ 2.Sometime we need to just display multi-value as text like wd:output,but I only found binding can only bind multivalue-field with

A different luceneIndexTtransformer

2004-03-02 Thread Nicolas Maisonneuve
hy, i updated a old modified luceneIndexTransformer that i made last year. This LuceneIndexTransformer is more general (more low level) and can be used to index all kind of resources (not only HTML page). a typic pipeline to index would be : ressource - XSLT - LuceneIndexTransformer- xml

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Joerg Heinicke
On 02.03.2004 22:08, Geoff Howard wrote: Hi, Most of the time when I run XConfToolTask, it works fine, but sometimes I get the following error: IOException: java.net.ConnectException: Connection timed out: connect Any idea what's the problem here? Which version of Cocoon? The xpatch task is

Re: Gump

2004-03-02 Thread Stefano Mazzocchi
is to have bidimensional dependencies: (A,20040302) --(depends on)-- (B,20040212) At this point, gump can do multiple builds based on the timestamp and it is possible figure out who broke what and when, in theory point at the very single commit to blame. The problem is that the complexity