Re: pipelineComponent scope troubles

2007-09-14 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Grzegorz Kossakowski wrote: Giacomo Pati pisze: Here it is :-) snip/ I agree, it's *ugly* :-) :-) snip/ I guess that you came across nasty bug in JEXL that tries to evaluate built-in functions on null values and informs about it in

Springifying CForms

2007-09-14 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all If there is nobody working on the subject I'll spend a few hours on doing that. My general tactic would be to first rewrite the xconf/rules into a spring config so that adding new Widgets/Converters/Datatypes will than be easily manageable

Re: Cocoon, a survival tool

2007-09-14 Thread Bertrand Delacretaz
On 9/12/07, Sylvain Wallez [EMAIL PROTECTED] wrote: Cocoon is a place to find shelter in extreeme conditions and environments... Of course...Cocoon has been running under Windows for years ;-) -Bertrand

[jira] Created: (COCOON-2133) Addition of allow-enlarge parameter to ImageOp resize operation

2007-09-14 Thread Robin Wyles (JIRA)
Addition of allow-enlarge parameter to ImageOp resize operation - Key: COCOON-2133 URL: https://issues.apache.org/jira/browse/COCOON-2133 Project: Cocoon Issue Type:

Re: Springifying CForms

2007-09-14 Thread Grzegorz Kossakowski
Giacomo Pati pisze: Hi all Hi Giacomo If there is nobody working on the subject I'll spend a few hours on doing that. I'm very pleased to see that you want to work on this as it has been on my wish-list for quite long time. However, I'm not sure if you remember that we are going to have

[jira] Updated: (COCOON-2133) Addition of allow-enlarge parameter to ImageOp resize operation

2007-09-14 Thread Robin Wyles (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Wyles updated COCOON-2133: Attachment: ResizeOperation.patch Patch to add allow-enlarge parameter to imageop resize

Re: pipelineComponent scope troubles

2007-09-14 Thread Grzegorz Kossakowski
Giacomo Pati pisze: Ok, so this is the snippet where it is used: a href=view-my-tasks id=view-my-tasks ${status.myTasks.size()} /a As it is part of the content surrounding of that page it was included by a XSLT via: ci:include element=status

Re: Custom Spring configuration extensions do not work in TestCases

2007-09-14 Thread Daniel Fagerstrom
It looks like an XML-schema error to me. Check line 33 in the ObjectModelTemplate.xml against the schema and see if there is a problem. /Daniel Grzegorz Kossakowski skrev: Hi, I'm struggling with a following problem. I import several configuration files from a file configuring a bean I'm

Custom Spring configuration extensions do not work in TestCases

2007-09-14 Thread Grzegorz Kossakowski
Hi, I'm struggling with a following problem. I import several configuration files from a file configuring a bean I'm testing using org.apache.cocoon.AbstractTestCase. One of imported files contains references to configurator:bean-map/ (our extension to Spring configs) that cannot be resolved

RE: CocoonGT

2007-09-14 Thread Arje Cahn
Hi Leszek, I'll send you a new link in private! See you in Rome Arje' -Original Message- From: Leszek Gawron [mailto:[EMAIL PROTECTED] Posted At: donderdag 13 september 2007 10:26 Posted To: Cocoon Dev List Conversation: CocoonGT Subject: CocoonGT As something broke

Re: Springifying CForms

2007-09-14 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Grzegorz Kossakowski wrote: Giacomo Pati pisze: Hi all Hi Giacomo If there is nobody working on the subject I'll spend a few hours on doing that. I'm very pleased to see that you want to work on this as it has been on my wish-list for

Re: pipelineComponent scope troubles

2007-09-14 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Grzegorz Kossakowski wrote: Giacomo Pati pisze: Ok, so this is the snippet where it is used: a href=view-my-tasks id=view-my-tasks ${status.myTasks.size()} /a As it is part of the content surrounding of that page it was

Re: Springifying CForms

2007-09-14 Thread Grzegorz Kossakowski
Giacomo Pati pisze: I don't think I can manage that until release date. Ok, so the problem is sovled partly. Since moving towards Spring is not trivial step I wouldn't like to see it done for Forms 1.0.0 but I'm quite familiar with Spring _and_ Avalon I didn't have your skills in mind

Any JIRA administrators on board?

2007-09-14 Thread Grzegorz Kossakowski
Hi all, I'm trying to add these two new fields that we voted on[1] some time ago. You can find current status of my effort on INFRA-1361[2] issues. I was asked if there are JIRA admins amongst Cocoon developers as we will need admin rights for managing our fields (like adding versions).

Re: Springifying CForms

2007-09-14 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Grzegorz Kossakowski wrote: Giacomo Pati pisze: I don't think I can manage that until release date. Ok, so the problem is sovled partly. Since moving towards Spring is not trivial step I wouldn't like to see it done for Forms 1.0.0 but

Re: pipelineComponent scope troubles

2007-09-14 Thread Grzegorz Kossakowski
Giacomo Pati pisze: You'll find the log for request scoped at http://people.apache.org/~giacomo/request-log4j.log and singleton scoped at http://people.apache.org/~giacomo/singleton-console.log. Singleton scope doesn't even start the app. Ok, that is all weird and definitively worth

Re: Any JIRA administrators on board?

2007-09-14 Thread Carsten Ziegeler
Do you see me waving my hands? Ehm, as far as I know I'm a Jira admin, but actually I have no clue what to do :) Carsten Grzegorz Kossakowski wrote: Hi all, I'm trying to add these two new fields that we voted on[1] some time ago. You can find current status of my effort on INFRA-1361[2]

Re: Any JIRA administrators on board?

2007-09-14 Thread Grzegorz Kossakowski
Carsten Ziegeler pisze: Do you see me waving my hands? Ehm, as far as I know I'm a Jira admin, but actually I have no clue what to do :) I don't know either, maybe ask on issue I mentioned? It's also important if you are JIRA Administrator or just Project (Cocoon) Administrator the same way as

Re: Custom Spring configuration extensions do not work in TestCases

2007-09-14 Thread Grzegorz Kossakowski
Daniel Fagerstrom pisze: It looks like an XML-schema error to me. Check line 33 in the ObjectModelTemplate.xml against the schema and see if there is a problem. Thanks Daniel. Being clueless about XML-schema error while developing XML framework is a shame ;-) Nevertheless, I moved OM bean

Re: pipelineComponent scope troubles

2007-09-14 Thread Grzegorz Kossakowski
Grzegorz Kossakowski pisze: Giacomo Pati pisze: You'll find the log for request scoped at http://people.apache.org/~giacomo/request-log4j.log and singleton scoped at http://people.apache.org/~giacomo/singleton-console.log. Singleton scope doesn't even start the app. Ok, that is all

Re: Springifying CForms

2007-09-14 Thread Joerg Heinicke
On 14.09.2007 10:46 Uhr, Grzegorz Kossakowski wrote: Speaking more generally I don't think that whiteboard is a good place. What I would like to see is: 1. You create branch (like cocoon-forms-1.0.X) in our branches folder 2. We release subsequent candidates for 1.0.0 from that branch and

Re: Springifying CForms

2007-09-14 Thread Grzegorz Kossakowski
Joerg Heinicke pisze: On 14.09.2007 10:46 Uhr, Grzegorz Kossakowski wrote: Speaking more generally I don't think that whiteboard is a good place. What I would like to see is: 1. You create branch (like cocoon-forms-1.0.X) in our branches folder 2. We release subsequent candidates for 1.0.0

[jira] Closed: (COCOON-2108) xmodule:flow-attr Does not accept document objects

2007-09-14 Thread Grzegorz Kossakowski (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz Kossakowski closed COCOON-2108. Resolution: Fixed Fix Version/s: 2.2-dev (Current SVN)