Re: [vote] Felix Knecht as a new Cocoon committer

2007-03-06 Thread Daniel Fagerstrom
Reinhard Poetz skrev: Felix Knecht wrote: I will write a patch ... I think that Felix shouldn't write patches any longer but commit them himself. I want to propose Felix as a committer. Felix has been part of this community for more than 6! years. Recently he has provided about 10 patches

Re: [vote] Felix Knecht as a new Cocoon committer

2007-03-06 Thread Carsten Ziegeler
Reinhard Poetz wrote: Felix Knecht wrote: I will write a patch ... I think that Felix shouldn't write patches any longer but commit them himself. I want to propose Felix as a committer. Felix has been part of this community for more than 6! years. Recently he has provided about 10

Apples enhancements

2007-03-06 Thread Reinhard Poetz
I added/changed three things in Apples: - Apples can be Spring beans. In order to lookup a bean, prepand #, e.g. to lookup a bean of name 'myBean', use map:call function=#myBean/. - Add an AppleNotFoundException which informs why an Apple can't be initialized. - Add sendStatus() to the

Performance problems with 2.1.10 using FOM JavaScript cocoon.load()

2007-03-06 Thread (Berry) A.W. van Halderen
Dear all, The following issue I've put up to the users mailing list, with no prevail, so I'd kindly ask you people for some help. The problem is that when upgrading to Cocoon 2.1.10 for one of our software packages to make use of all the improvements in 2.1.10, we're hitting an enormous

Re: Performance problems with 2.1.10 using FOM JavaScript cocoon.load()

2007-03-06 Thread Bertrand Delacretaz
On 3/5/07, (Berry) A.W. van Halderen [EMAIL PROTECTED] wrote: Dear all,... Note that I've had to moderate your message in, please subscribe! ...The most important hint probably is that I've looked at the most important JavaScript file, and I'm seeing that when executing this script more than

Re: Apples enhancements

2007-03-06 Thread Carsten Ziegeler
Reinhard Poetz wrote: Carsten, may you have a look at http://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/src/main/java/org/apache/cocoon/components/flow/apples/ApplesProcessor.java? I'm not sure about sitemapManager = (ServiceManager)

Re: Configuration of RunnableManager

2007-03-06 Thread Felix Knecht
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giacomo Pati schrieb: Hi Felix Felix Knecht wrote: I wonder how to create/add my own configuration for the RunnableManager. At the moment, the given configuration is included in the deployed jar file (having configured 2 pools

Re: [graphics] Artwork for cocoon.apache.org - final4

2007-03-06 Thread Jeroen Reijn
Hi all, I'm not sure if these problems still occur in these new two version, but I found two bugs in the design in IE6. My current resolution is 1280x1024, but even after resizing the window it stays the same. I normally work with FireFox 2.0, but I had IE 6.0 open this morning which showed me

Re: Apples enhancements

2007-03-06 Thread Reinhard Poetz
Carsten Ziegeler wrote: Reinhard Poetz wrote: Carsten, may you have a look at http://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/src/main/java/org/apache/cocoon/components/flow/apples/ApplesProcessor.java? I'm not sure about sitemapManager = (ServiceManager)

Re: Configuration of RunnableManager

2007-03-06 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix Knecht wrote: Giacomo Pati schrieb: Hi Felix Felix Knecht wrote: I wonder how to create/add my own configuration for the RunnableManager. At the moment, the given configuration is included in the deployed jar file (having configured 2

Re: Performance problems with 2.1.10 using FOM JavaScript cocoon.load()

2007-03-06 Thread Vadim Gritsenko
(Berry) A.W. van Halderen wrote: The problem is that when upgrading to Cocoon 2.1.10 for one of our software packages to make use of all the improvements in 2.1.10, we're hitting an enormous performance hit. We basically see that requests which would normally take 10ths to 100thms of

Re: [vote] Felix Knecht as a new Cocoon committer

2007-03-06 Thread Leszek Gawron
Reinhard Poetz wrote: Felix Knecht wrote: I will write a patch ... I think that Felix shouldn't write patches any longer but commit them himself. I want to propose Felix as a committer. Felix has been part of this community for more than 6! years. Recently he has provided about 10 patches

Re: Apples enhancements

2007-03-06 Thread Leszek Gawron
Reinhard Poetz wrote: I added/changed three things in Apples: - Apples can be Spring beans. In order to lookup a bean, prepand #, e.g. to lookup a bean of name 'myBean', use map:call function=#myBean/. - Add an AppleNotFoundException which informs why an Apple can't be initialized. -

Re: Apples enhancements

2007-03-06 Thread Reinhard Poetz
Leszek Gawron wrote: Reinhard Poetz wrote: I added/changed three things in Apples: - Apples can be Spring beans. In order to lookup a bean, prepand #, e.g. to lookup a bean of name 'myBean', use map:call function=#myBean/. - Add an AppleNotFoundException which informs why an Apple can't

Re: Performance problems with 2.1.10 using FOM JavaScript cocoon.load()

2007-03-06 Thread (Berry) A.W. van Halderen
On Tue, Mar 06, 2007 at 08:21:33AM -0500, Vadim Gritsenko wrote: Cocoon 2.1.10 has latest version of rhino (js-1.6r5), while cocoon 2.1.9 comes with older 1.5r4. This change probably is the cause of the issue, try comparing behavior of these two rhino versions. Actually, even the js1.6r5

Re: Performance problems with 2.1.10 using FOM JavaScript cocoon.load()

2007-03-06 Thread (Berry) A.W. van Halderen
On Tue, Mar 06, 2007 at 10:37:04AM +0100, Bertrand Delacretaz wrote: On 3/5/07, (Berry) A.W. van Halderen [EMAIL PROTECTED] wrote: Note that I've had to moderate your message in, please subscribe! Hmm, I'm subscribed, but apparently I've missed that it was under an alias rather than the actual

Re: Apples enhancements

2007-03-06 Thread Leszek Gawron
Reinhard Poetz wrote: Leszek Gawron wrote: Reinhard Poetz wrote: I added/changed three things in Apples: - Apples can be Spring beans. In order to lookup a bean, prepand #, e.g. to lookup a bean of name 'myBean', use map:call function=#myBean/. - Add an AppleNotFoundException which

Re: Apples enhancements

2007-03-06 Thread Reinhard Poetz
Leszek Gawron wrote: Reinhard Poetz wrote: Leszek Gawron wrote: Reinhard Poetz wrote: I added/changed three things in Apples: - Apples can be Spring beans. In order to lookup a bean, prepand #, e.g. to lookup a bean of name 'myBean', use map:call function=#myBean/. - Add an

Re: [vote] Felix Knecht as a new Cocoon committer

2007-03-06 Thread Jorg Heymans
Reinhard Poetz wrote: I think that Felix shouldn't write patches any longer but commit them himself. I want to propose Felix as a committer. Felix has been part of this community for more than 6! years. Recently he has provided about 10 patches which prove that he has a good unerstanding of

File Upload/Download

2007-03-06 Thread wc184
Hi, I'm trying to implement a file upload/download feature in my application using Cocoon. I've tried searching for revelant information on this but I can't seem to find anything decent. Any pointers would be appreciated. WC -- View this message in context:

Re: Apples enhancements

2007-03-06 Thread Leszek Gawron
Reinhard Poetz wrote: Leszek Gawron wrote: Reinhard Poetz wrote: Leszek Gawron wrote: Reinhard Poetz wrote: I added/changed three things in Apples: - Apples can be Spring beans. In order to lookup a bean, prepand #, e.g. to lookup a bean of name 'myBean', use map:call function=#myBean/.

Re: File Upload/Download

2007-03-06 Thread Mark Lundquist
On Mar 6, 2007, at 9:37 AM, wc184 wrote: Hi, I'm trying to implement a file upload/download feature in my application using Cocoon. I've tried searching for revelant information on this but I can't seem to find anything decent. Any pointers would be appreciated. WC Hi WC, Yeah, this

Re: Configuration of RunnableManager

2007-03-06 Thread Felix Knecht
After some discussions I think also, that Giacomos suggestion is a good way to go. So I will change https://issues.apache.org/jira/browse/COCOON-2019 to go in this direction. Felix Giacomo Pati schrieb: Hi Felix Felix Knecht wrote: I wonder how to create/add my own configuration for the

[jira] Commented: (COCOON-2019) Make DefaultRunnableManager custom configurable

2007-03-06 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478511 ] Felix Knecht commented on COCOON-2019: -- After some discussions I think also, that Giacomos suggestion is a

RE: File Upload/Download

2007-03-06 Thread Geert Josten
Hi, I'm trying to implement a file upload/download feature in my application using Cocoon. I've tried searching for revelant information on this but I can't seem to find anything decent. Any pointers would be appreciated. WC Hi WC, Yeah, this is more of a question for

[jira] Created: (COCOON-2020) CAPTCHA input element should have autocomplete=off

2007-03-06 Thread Mark Lundquist (JIRA)
CAPTCHA input element should have autocomplete=off --- Key: COCOON-2020 URL: https://issues.apache.org/jira/browse/COCOON-2020 Project: Cocoon Issue Type: Bug Components:

[jira] Created: (COCOON-2021) NPE in WriteDOMSessionTransformer

2007-03-06 Thread robert.onslow (JIRA)
NPE in WriteDOMSessionTransformer - Key: COCOON-2021 URL: https://issues.apache.org/jira/browse/COCOON-2021 Project: Cocoon Issue Type: Bug Components: * Cocoon Core Affects Versions: 2.1.10

Re: [vote] Felix Knecht as a new Cocoon committer

2007-03-06 Thread Vadim Gritsenko
Reinhard Poetz wrote: Felix Knecht wrote: I will write a patch ... I think that Felix shouldn't write patches any longer but commit them himself. I want to propose Felix as a committer. Felix has been part of this community for more than 6! years. Recently he has provided about 10 patches

Re: Apples enhancements

2007-03-06 Thread Reinhard Poetz
Leszek Gawron wrote: Reinhard Poetz wrote: Leszek Gawron wrote: What 'apple initialization options' are you refering to ? - Thread.currentThread().getContextClassLoader().loadClass(appleName); - sitemapManager.lookup(beanName); And why would you like to mix those? Either you want managed