Re: XPatch support for maven-cocoon-deployer-plugin

2006-09-04 Thread Carsten Ziegeler
Leszek Gawron wrote: Just a few examples of what can be currently achieved only by patching: - tweaking store janitor - configuring transient store max objects - configuring continuations manager These three things could be configured through properties I guess. So there shouldn't be a

Re: XPatch support for maven-cocoon-deployer-plugin

2006-09-04 Thread Leszek Gawron
Carsten Ziegeler wrote: Leszek Gawron wrote: Just a few examples of what can be currently achieved only by patching: - tweaking store janitor - configuring transient store max objects - configuring continuations manager These three things could be configured through properties I guess. So

reading settings in cocoon.xconf

2006-09-04 Thread Leszek Gawron
Another feature request for Carsten. We have already discussed this once: While testing a development block the properties from /src/main/resources/META-INF/properties/* are not copied to webapp directory. In order to load them properly we need include-properties/ also in cocoon.xconf

Re: reading settings in cocoon.xconf

2006-09-04 Thread Carsten Ziegeler
Leszek Gawron wrote: Another feature request for Carsten. We have already discussed this once: While testing a development block the properties from /src/main/resources/META-INF/properties/* are not copied to webapp directory. In order to load them properly we need include-properties/

Re: reading settings in cocoon.xconf

2006-09-04 Thread Leszek Gawron
Carsten Ziegeler wrote: Leszek Gawron wrote: Another feature request for Carsten. We have already discussed this once: While testing a development block the properties from /src/main/resources/META-INF/properties/* are not copied to webapp directory. In order to load them properly we need

Re: reading settings in cocoon.xconf

2006-09-04 Thread Carsten Ziegeler
Leszek Gawron wrote As long as it is configured automatically so the only thing that user does is: mvn clean compile cocoon:deploy jetty:run I'm not that familiar with all aspects of the cocoon:deploy plugin, but I thought that this one is deploying all files into the necessary locations?

Re: reading settings in cocoon.xconf

2006-09-04 Thread Leszek Gawron
Carsten Ziegeler wrote: Leszek Gawron wrote As long as it is configured automatically so the only thing that user does is: mvn clean compile cocoon:deploy jetty:run I'm not that familiar with all aspects of the cocoon:deploy plugin, but I thought that this one is deploying all files into

[jira] Commented: (COCOON-1898) [PATCH] XPatch support for maven-cocoon-deployer-plugin

2006-09-04 Thread Lars Trieloff (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1898?page=comments#action_12432499 ] Lars Trieloff commented on COCOON-1898: --- Leszek, there are some weak points in the XUpdate language, for example the if-semantics are not yet defined.

Re: reading settings in cocoon.xconf

2006-09-04 Thread Carsten Ziegeler
Leszek Gawron wrote: SNIP The blocks consists of: - COB-INF resources (covered with mount in sitemap) - java classes (loaded on sitemap level with reloading classloader, now gets me thinking it will break if block supplies some core spring beans) - avalon contexts (covered by include in

[jira] Commented: (COCOON-1898) [PATCH] XPatch support for maven-cocoon-deployer-plugin

2006-09-04 Thread Leszek Gawron (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1898?page=comments#action_12432504 ] Leszek Gawron commented on COCOON-1898: --- Concerning src/main/xpatch: We have have agreed some time ago to keep all the specific cocoon resources in

Re: reading settings in cocoon.xconf

2006-09-04 Thread Leszek Gawron
Carsten Ziegeler wrote: Leszek Gawron wrote: SNIP The blocks consists of: - COB-INF resources (covered with mount in sitemap) - java classes (loaded on sitemap level with reloading classloader, now gets me thinking it will break if block supplies some core spring beans) - avalon contexts

Re: reading settings in cocoon.xconf

2006-09-04 Thread Carsten Ziegeler
Carsten Ziegeler wrote: Leszek Gawron wrote: SNIP The blocks consists of: - COB-INF resources (covered with mount in sitemap) - java classes (loaded on sitemap level with reloading classloader, now gets me thinking it will break if block supplies some core spring beans) - avalon contexts

Re: reading settings in cocoon.xconf

2006-09-04 Thread Leszek Gawron
Carsten Ziegeler wrote: Carsten Ziegeler wrote: Leszek Gawron wrote: SNIP The blocks consists of: - COB-INF resources (covered with mount in sitemap) - java classes (loaded on sitemap level with reloading classloader, now gets me thinking it will break if block supplies some core spring

Re: reading settings in cocoon.xconf

2006-09-04 Thread Carsten Ziegeler
Leszek Gawron wrote: Hmmm ... not really. And the system property solution would not also work. Everything because you may mount more that one development block directly from source: plugin groupIdorg.apache.cocoon/groupId artifactIdcocoon-deployer-plugin/artifactId

Re: XPatch support for maven-cocoon-deployer-plugin

2006-09-04 Thread Daniel Fagerstrom
Carsten Ziegeler skrev: Leszek Gawron wrote: ... - you won't even be able to define a new cforms widget definition because they don't use the new service selector that allows to span components over several files. While some things are trivial to fix some are not and all definitely need

RE: data added to our SVN for the ASF calendar

2006-09-04 Thread Arje Cahn
FYI, I have created a calendar file at http://svn.apache.org/repos/asf/cocoon/site/asf-calendar/ for display on http://asylum.zones.apache.org/rdfcal Great, thanks Bertrand! -- Arje

RE: Re: [GT2006] Registration is open! Cocoon GetTogether 2006 (Oct 2-4,Amsterdam)

2006-09-04 Thread Arje Cahn
Hi Bertrand, Do (potential) speakers have to register there as well? Yes, please register on the website, even if you're thinking of doing a talk. As usual, speakers will get a free pass. Please sign up but wait with the whole Paypal procedure until you know whether you'll be talking or not.

RE: Re: [GT2006] Registration is open! Cocoon GetTogether 2006 (Oct 2-4,Amsterdam)

2006-09-04 Thread Arje Cahn
I got a seat! Even made it through the Paypal forms in Dutch! Aw.. Really? Is it always in Dutch? It shouldn't do that! Do others have this as well?? -- Arje

Re: XPatch support for maven-cocoon-deployer-plugin

2006-09-04 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 3 Sep 2006, Leszek Gawron wrote: Date: Sun, 03 Sep 2006 20:00:15 +0200 From: Leszek Gawron [EMAIL PROTECTED] Reply-To: dev@cocoon.apache.org To: dev@cocoon.apache.org Subject: Re: XPatch support for maven-cocoon-deployer-plugin Reinhard

Re: XPatch support for maven-cocoon-deployer-plugin

2006-09-04 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 3 Sep 2006, Leszek Gawron wrote: Date: Sun, 03 Sep 2006 20:34:19 +0200 From: Leszek Gawron [EMAIL PROTECTED] Reply-To: dev@cocoon.apache.org To: dev@cocoon.apache.org Subject: Re: XPatch support for maven-cocoon-deployer-plugin Reinhard

Re: svn commit: r440049 - in /cocoon/trunk: blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/apache/cocoon/portal/event/aspect/impl/ blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/

2006-09-04 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No more usage of Avalon's LogEnabled and Contextualizable Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/apache/cocoon/portal/impl/AbstractLogEnabled.java URL:

RE: Re: [GT2006] Registration is open! Cocoon GetTogether 2006 (Oct 2-4,Amsterdam)

2006-09-04 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 4 Sep 2006, Arje Cahn wrote: Date: Mon, 4 Sep 2006 19:34:56 +0200 From: Arje Cahn [EMAIL PROTECTED] Reply-To: dev@cocoon.apache.org To: dev@cocoon.apache.org Subject: RE: Re: [GT2006] Registration is open! Cocoon GetTogether 2006 (Oct

[jira] Created: (COCOON-1907) Entity resolution in imported XSLT stylesheets does not use catalog

2006-09-04 Thread Mark Lundquist (JIRA)
Entity resolution in imported XSLT stylesheets does not use catalog --- Key: COCOON-1907 URL: http://issues.apache.org/jira/browse/COCOON-1907 Project: Cocoon Issue Type: Bug