Re: How to register MockProcessInfoProvider?

2007-07-25 Thread Grzegorz Kossakowski
Carsten Ziegeler pisze: Yes, this is an open question - we should avoid these methods if possible :) Now, I can guess that you don't like the answer, but to have general components which might be reusable outside of Cocoon we should stick to available interfaces where possible. Generally

Re: How to register MockProcessInfoProvider?

2007-07-25 Thread Carsten Ziegeler
Grzegorz Kossakowski wrote: What about wrapping these few classes by dynamic proxies that would implement lacking methods? These wrapping would happen in CocoonObjectModelProvider[1], would be narrowed to the Object Model only and could be quite transparent to the rest. Sounds good to me.

HttpServletRequest vs o.a.c.e.Request saga continues

2007-07-25 Thread Grzegorz Kossakowski
Hi guys, Background My recent commit r559394[1] broke Cocoon again. More specifically, you will get java.lang.NoClassDefFoundError: org/apache/commons/beanutils/ConvertUtils or JXPath's error that it can't find

Re: HttpServletRequest vs o.a.c.e.Request saga continues

2007-07-25 Thread Carsten Ziegeler
Grzegorz Kossakowski wrote: Hi guys, SNIP/ This lists could be much longer. This lists make me sick because it was never as much painful to develop something Cocoon-related as this GSoC work. I was prepared to some obstacles, world is not perfect, I knew that our internals are far from

[jira] Subscription: COCOON-open-with-patch

2007-07-25 Thread jira
Issue Subscription Filter: COCOON-open-with-patch (104 issues) Subscriber: cocoon Key Summary COCOON-2074 Build ignores custom applications https://issues.apache.org/jira/browse/COCOON-2074 COCOON-2071 Option to turn off pooling for components (probably faster on new JVMs

[jira] Closed: (COCOON-2027) [PATCH] Handling of empty responses in AJAX Forms with IFrame transport

2007-07-25 Thread Antonio Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Gallardo closed COCOON-2027. Resolution: Fixed Fix Version/s: 2.2-dev (Current SVN)

[jira] Updated: (COCOON-2031) Language Exception at Runtime by the attempt to compile a random XSP

2007-07-25 Thread Antonio Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Gallardo updated COCOON-2031: - Component/s: (was: * Cocoon Core) Blocks: XSP This is a XSP block

[jira] Updated: (COCOON-2031) Language Exception at Runtime by the attempt to compile a random XSP

2007-07-25 Thread Antonio Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Gallardo updated COCOON-2031: - Status: On Hold (was: Open) Hi Sebastian, The issue seems to be a race condition that

Re: cocoon 2.2 application memory consumption problems

2007-07-25 Thread Vadim Gritsenko
[EMAIL PROTECTED] wrote: I did some more studying with jhat, and it appears that the jpegs inside the zips are being held in memory by the cocoon cache, in the end leading to the out of memory condition. ... However, I find it odd the cache doesnt release the objects when memory grows scarce.

Re: HttpServletRequest vs o.a.c.e.Request saga continues

2007-07-25 Thread Grzegorz Kossakowski
Carsten Ziegeler pisze: Ok, all this is definitly not optimal and it now pays back that we never paid enough attention when the various parts were developed by different people. I understand your frustration and I would opt for clearing everything up in your situation as well. I personally