DO NOT REPLY [Bug 34940] New: - session:savexml doesn't work in aggregated pipeline

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

Re: Speed of jx-macros compared to FormsTransformer

2005-05-17 Thread Reinhard Poetz
Sylvain Wallez wrote: Reinhard Poetz wrote: Today I've run some load tests that compare Cocoon Forms using jx-macros and the FormsTransformer. The transformer is *considerably* faster (~ factor of 3!) than the macros and the higher the load the better for the transformer. Is there any special

RE: [CForms] Field definitions aren't contextualizable

2005-05-17 Thread Bart Molenkamp
Why isn't the org.apache.cocoon.components.LifecycleHelper used? That should hide all those details. -Oorspronkelijk bericht- Van: Sylvain Wallez [mailto:[EMAIL PROTECTED] Verzonden: maandag 16 mei 2005 18:22 Aan: dev@cocoon.apache.org Onderwerp: Re: [CForms] Field definitions aren't

Re: [VOTE RESULTS] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-17 Thread Leszek Gawron
Leszek Gawron wrote: I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro file which is kind of ugly IMO - see

DO NOT REPLY [Bug 33292] - [PATCH] JavaInterpreter incorrectly sets 'initialized' field to true

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

Re: Speed of jx-macros compared to FormsTransformer

2005-05-17 Thread Leszek Gawron
Daniel Fagerstrom wrote: Reinhard Poetz wrote: Sylvain Wallez wrote: snip/ Ah no, forgot to say: this requires to use JXTemplate and the forms-template-as-jx-macros. Today I've run some load tests that compare Cocoon Forms using jx-macros and the FormsTransformer. The transformer is

[Possible Fix] Problem posting CFORMs to page anchors.

2005-05-17 Thread Paul Crabtree
After delving into the Cocoon source i've tracked the problem down to org.apache.cocoon.forms.transformation.FormsPipelineConfig in the translateText method. The problem is that this method looks for # as the start of a jxpath _expression_ but doesnt let it through if a '{' character doesnt

[Continuations] ConcurrentModificationException when invalidating on JBoss

2005-05-17 Thread Paul Crabtree
Hi all, This is kind of a repost but with more importance. We're due to go live soon with the Cocoon project im working on but ever since an upgrade to Cocoon 2.1.7 we've been experiencing ConcurrentModificationException warnings from ContinuationsManagerImpl.invalidateContinuations as Cocoon

Re: Speed of jx-macros compared to FormsTransformer

2005-05-17 Thread Reinhard Poetz
Daniel Fagerstrom wrote: Reinhard Poetz wrote: Sylvain Wallez wrote: snip/ Ah no, forgot to say: this requires to use JXTemplate and the forms-template-as-jx-macros. Today I've run some load tests that compare Cocoon Forms using jx-macros and the FormsTransformer. The transformer is

[test] please ignore, only pinging this list

2005-05-17 Thread Bertrand Delacretaz
This list seems really quiet today, just checking delivery of this ping... -Bertrand smime.p7s Description: S/MIME cryptographic signature

Re: [VOTE RESULTS] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-17 Thread Upayavira
Leszek Gawron wrote: Leszek Gawron wrote: I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro file which is kind

Re: CForm model to POJO with a natural binding [RE: was Display a CForm Repeater in JXTemplate]

2005-05-17 Thread Nicolas Maisonneuve
ok maybe i'm not very clear: the binding framework is good but useless for simple/natural binding. Exemple of a form: form field name=title/ booleanfield namefield/ repeater name=contacts field name=name / .../repeater ... a useful tool/feature would be: var my bean = form.modelToPojo()

DO NOT REPLY [Bug 32935] - [PATCH] Popular website with XSP homepage won't come up

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

DO NOT REPLY [Bug 32934] - [PATCH] Same logicsheet applied twice due to race condition during startup

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

Re: Speed of jx-macros compared to FormsTransformer

2005-05-17 Thread Daniel Fagerstrom
Leszek Gawron wrote: Daniel Fagerstrom wrote: Reinhard Poetz wrote: Sylvain Wallez wrote: snip/ Ah no, forgot to say: this requires to use JXTemplate and the forms-template-as-jx-macros. Today I've run some load tests that compare Cocoon Forms using jx-macros and the FormsTransformer. The

Re: [VOTE RESULTS] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-17 Thread Daniel Fagerstrom
Leszek Gawron wrote: Leszek Gawron wrote: I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro file which is kind

DO NOT REPLY [Bug 32934] - [PATCH] Same logicsheet applied twice due to race condition during startup

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

Re: svn commit: r170589 - in /cocoon/branches/BRANCH_2_1_X/src/blocks/forms: conf/ java/org/apache/cocoon/forms/formmodel/ java/org/apache/cocoon/forms/validation/impl/

2005-05-17 Thread Vadim Gritsenko
[EMAIL PROTECTED] wrote: + * A [EMAIL PROTECTED] Field} for CAPTCHA validation. Upon generation, a secret random string is stored + * in a session attribute having the same name as the field's ID, for use by a + * [EMAIL PROTECTED] org.apache.cocoon.forms.validation.impl.CaptchaValidator}. +

Mailing list statistics

2005-05-17 Thread Mark Leicester
Hello everyone, I've installed a Hall of Fame module into PlanetCocoon. This module summarises activity on the site: active users, active commenters, popular content, etc. It's not exact, but it gives an idea of mailing list traffic. I say It's not exact because naturally it includes activity

Mailing list statistics

2005-05-17 Thread Mark Leicester
Sorry, that link again is: http://www.planetcocoon.com/hof Hello everyone, I've installed a Hall of Fame module into PlanetCocoon. This module summarises activity on the site: active users, active commenters, popular content, etc. It's not exact, but it gives an idea of mailing list traffic. I

Re: Speed of jx-macros compared to FormsTransformer

2005-05-17 Thread Vadim Gritsenko
Daniel Fagerstrom wrote: Leszek Gawron wrote: but you make the invoker look up element's name in macro map for EVERY template element started. Costly as hell. JX instructions are resolved the same way but during parsing. We cannot do the same for macros because we do not know the full macros