RCL plug-in and different classloaders issues

2008-08-15 Thread Grzegorz Kossakowski
Hi, I'm just playing around with Cocoon's RCL plug-in in some more complicated scenario and stumbled upon a problem when the same class is loaded by two different classloaders. In brief, following steps are performed: 1. Class from my block is loaded using ResourceStoreClassLoader. Let's call

Re: svn commit: r685792 - in /cocoon/trunk/core: cocoon-core/ cocoon-core/src/main/java/org/apache/cocoon/spring/ cocoon-core/src/main/resources/META-INF/cocoon/spring/ cocoon-servlet-service/cocoon-s

2008-08-15 Thread Reinhard Pötz
Grzegorz Kossakowski wrote: [EMAIL PROTECTED] pisze: Author: reinhard Date: Thu Aug 14 00:43:31 2008 New Revision: 685792 URL: http://svn.apache.org/viewvc?rev=685792view=rev Log: The BlockPathPropertyPlaceholderConfigurer module is *usually* only useful if the SSF is used together with

Re: RCL plug-in and different classloaders issues

2008-08-15 Thread Torsten Curdt
In brief, following steps are performed: 1. Class from my block is loaded using ResourceStoreClassLoader. Let's call this class MAIN. 2. This class accesses some static method of another class loaded by ResourceStoreClassLoader (because this class comes from my block as well) and sets some

Re: RCL plug-in and different classloaders issues

2008-08-15 Thread Grzegorz Kossakowski
Torsten Curdt pisze: Just a quick comment: static + classloader == evil ;-) :-) Yes, I thought the same but is there any other solution in scenario I outlined when it's thirdparty class that creates a new instance of your class, which in turn needs to access some of your resources? 3.

Re: svn commit: r685792 - in /cocoon/trunk/core: cocoon-core/ cocoon-core/src/main/java/org/apache/cocoon/spring/ cocoon-core/src/main/resources/META-INF/cocoon/spring/ cocoon-servlet-service/cocoon-s

2008-08-15 Thread Grzegorz Kossakowski
Reinhard Pötz pisze: Grzegorz Kossakowski wrote: [EMAIL PROTECTED] pisze: Author: reinhard Date: Thu Aug 14 00:43:31 2008 New Revision: 685792 URL: http://svn.apache.org/viewvc?rev=685792view=rev Log: The BlockPathPropertyPlaceholderConfigurer module is *usually* only useful if the SSF is

[jira] Closed: (COCOON-2236) Servlet Service Framework 1.1.0 is incompatible with Cocoon Core 2.2

2008-08-15 Thread Grzegorz Kossakowski (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz Kossakowski closed COCOON-2236. Resolution: Fixed Fixed in r686261. Servlet Service Framework 1.1.0 is

Re: svn commit: r685792 - in /cocoon/trunk/core: cocoon-core/ cocoon-core/src/main/java/org/apache/cocoon/spring/ cocoon-core/src/main/resources/META-INF/cocoon/spring/ cocoon-servlet-service/cocoon-s

2008-08-15 Thread Reinhard Pötz
Grzegorz Kossakowski wrote: Reinhard Pötz pisze: Grzegorz Kossakowski wrote: [EMAIL PROTECTED] pisze: Author: reinhard Date: Thu Aug 14 00:43:31 2008 New Revision: 685792 URL: http://svn.apache.org/viewvc?rev=685792view=rev Log: The BlockPathPropertyPlaceholderConfigurer module is *usually*

Staging releases are gone?

2008-08-15 Thread Grzegorz Kossakowski
Hi, I just wanted to finish release process of Forms 1.0.0 and Template 1.0.0 and discovered that releases I've prepared and deployed into our staging repository are gone: http://people.apache.org/builds/cocoon/org/apache/cocoon/ Now I can see only Reinhard's releases. This leads me to

Re: Staging releases are gone?

2008-08-15 Thread Vadim Gritsenko
On Aug 15, 2008, at 12:47 PM, Grzegorz Kossakowski wrote: I just wanted to finish release process of Forms 1.0.0 and Template 1.0.0 and discovered that releases I've prepared and deployed into our staging repository are gone: http://people.apache.org/builds/cocoon/org/apache/cocoon/ Now I

[HEAD-UPS] Welcome Java 1.5 and Maven 2.0.9 in trunk!

2008-08-15 Thread Grzegorz Kossakowski
Hi, Welcome Java 1.5 and Maven 2.0.9 in trunk, please! :-) I think that I've checked everything when it comes to our infrastructure for compliance with Java 1.5 and Maven 2.0.9. To sum things up: 1. I've switched us to Java 1.5, Maven 2.0.9 profile in Continuum (seems to work correctly) 2.

[jira] Assigned: (COCOON-2216) IncludeCacheManager can not perfom parallel includes

2008-08-15 Thread Grzegorz Kossakowski (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz Kossakowski reassigned COCOON-2216: Assignee: Grzegorz Kossakowski IncludeCacheManager can not perfom

[jira] Commented: (COCOON-2216) IncludeCacheManager can not perfom parallel includes

2008-08-15 Thread Grzegorz Kossakowski (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622964#action_12622964 ] Grzegorz Kossakowski commented on COCOON-2216: -- Sorry for big delay but I was