some generic questions about dynamicity C3

2012-07-23 Thread Robby Pelssers
Hi people, We have the plan to go cloud with Cocoon (3). Our old way of working was to embed typical resources (css/xslt/js/xqueries) into the war itself. I am currently considering storing all resources into a database (mysql/...). Is someone already doing the same? Besides that, I am

[jira] [Created] (COCOON-2325) jx:forEach... returns exactly one item from non-empty collection under jdk 1.6.0_23+

2012-07-23 Thread Vasily E. Moskaljov (JIRA)
Vasily E. Moskaljov created COCOON-2325: --- Summary: jx:forEach... returns exactly one item from non-empty collection under jdk 1.6.0_23+ Key: COCOON-2325 URL:

[jira] [Closed] (COCOON-2324) Cocoon 2 - Resource not found

2012-07-23 Thread Javier Puerto (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Puerto closed COCOON-2324. - Resolution: Implemented Cocoon 2 - Resource not found -

[jira] [Assigned] (COCOON-2324) Cocoon 2 - Resource not found

2012-07-23 Thread Javier Puerto (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Puerto reassigned COCOON-2324: - Assignee: Javier Puerto Cocoon 2 - Resource not found

[jira] [Commented] (COCOON-2324) Cocoon 2 - Resource not found

2012-07-23 Thread Javier Puerto (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13420753#comment-13420753 ] Javier Puerto commented on COCOON-2324: --- By latest email messages from dev list,

[jira] [Commented] (COCOON-2325) jx:forEach... returns exactly one item from non-empty collection under jdk 1.6.0_23+

2012-07-23 Thread Javier Puerto (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13420760#comment-13420760 ] Javier Puerto commented on COCOON-2325: --- Hello Vasily, I've worked with JX flow

Re: [jira] [Commented] (COCOON-2324) Cocoon 2 - Resource not found

2012-07-23 Thread Javier Puerto
2012/7/18 David Crossley cross...@apache.org Thanks Javier, nicely handled. See also https://issues.apache.org/jira/browse/FOR-1236 today. Thanks David, I've finally closed it because seems like the user already solved the problem. Salu2. -David Javier Puerto (JIRA) wrote: [

[jira] [Assigned] (COCOON-2325) jx:forEach... returns exactly one item from non-empty collection under jdk 1.6.0_23+

2012-07-23 Thread Javier Puerto (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Puerto reassigned COCOON-2325: - Assignee: Javier Puerto jx:forEach... returns exactly one item from non-empty

[jira] [Updated] (COCOON-2325) jx:forEach... returns exactly one item from non-empty collection under jdk 1.6.0_23+

2012-07-23 Thread Javier Puerto (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Puerto updated COCOON-2325: -- Status: On Hold (was: Open) jx:forEach... returns exactly one item from non-empty

Re: some generic questions about dynamicity C3

2012-07-23 Thread Peter Hunsberger
Hi Robby, we did a lot of dynamic pipeline composition with C2 at a previous job. Because of the way it works we did not try to generate any part of the sitemap dynamically. My basic conclusion was that you'd need to replace some components of C2 but it would have been possible. It was just