Re: Cocoon 2.2.1 - Context path at root doesn't work

2008-07-28 Thread Reinhard Pötz
lingerer huang wrote: Hi,Sparks I support your idea totally.Several years ago when I decide to using cocoon as my application's framework,Don't need to shutdown when update during development and deployment is one majar reason.I like spring ,but when I update spring I must restart the

Re: Migrating Cocoon 2.1 project to Cocoon 2.2

2008-07-28 Thread JLe
Is it possible to just copy my 2.1 application into the src\main\resources\COB-INF folder of 2.2? or is there an other directory? Barbara Slupik-3 wrote: In cocoon-2.2 everything runs as blocks. So you have to put your old application into one or more blocks and create cocoon-2.2

Re: Migrating Cocoon 2.1 project to Cocoon 2.2

2008-07-28 Thread Grzegorz Kossakowski
JLe pisze: Is it possible to just copy my 2.1 application into the src\main\resources\COB-INF folder of 2.2? or is there an other directory? It depends on what kind of resources you want to copy. Sitemap and resources accessed from sitemap should go into this folder. Configuration files

Re: Migrating Cocoon 2.1 project to Cocoon 2.2

2008-07-28 Thread JLe
Alright, now i wondering, if the sitemap of 2.2.0 is not able to redirect to another sitemap in a subfolder. i have one sitemap in the root folder of my project and it contains of a match: map:match pattern= map:redirect-to uri=subpage/

Cocoon 2.1.11: debug log full of CocoonStoreJanitor executions

2008-07-28 Thread Laurent Medioni
Hello, I am migrating a 2.1.5 project to 2.1.11. Among many other things, in debug mode I have my log file full of : DEBUG (2008-07-28) 14:12.57:998 [core.runnable] (Unknown-URI) Unknown-Thread/DefaultRunnableManager.ExecutionInfo: Executing command [EMAIL PROTECTED] in pool daemon, schedule

cocoon + db4odjects.jar

2008-07-28 Thread jantje
Hi there, is het possible to use the db4objects database with Cocoon 2.2? If so, then where should I place the the .jar file? And how can I execute java source in cocoon? Is this possible in map:generate type=jx src=cocoon:/{1}.test.xml / Thanks.. -- View this message in context:

RE: Cocoon 2.1.11: debug log full of CocoonStoreJanitor executions

2008-07-28 Thread Laurent Medioni
Sorry, managed to have the right interval after the second server start/stop (?...!). My question still holds for the delay vs. interval. When we configure the ContinuationsManager we give an offset and a period. They end-up as, respectively, delay and interval when the ContinuationsManager

Re: Creating a parent POM

2008-07-28 Thread Ken Starks
Andre Thenot wrote: On Jun 28, 2008, at 14:15, Benjamin Boksa wrote: when trying to follow the part Creating a parent pom in the Deploying a Cocoon application tutorial [1] I get the following error: snip/ [INFO] Internal error in the plugin manager executing goal

RCL. Help needed with the rapid class reloader

2008-07-28 Thread Ken Starks
I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a resounding NO to both questions at the end. NO -- RCL [UPDATE] in the console NO --

Re: RCL. Help needed with the rapid class reloader

2008-07-28 Thread Reinhard Pötz
Ken Starks wrote: I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a resounding NO to both questions at the end. NO -- RCL [UPDATE]

Re: RCL. Help needed with the rapid class reloader

2008-07-28 Thread Ken Starks
Reinhard Pötz wrote: Ken Starks wrote: I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a resounding NO to both questions at the

Re: RCL. Help needed with the rapid class reloader

2008-07-28 Thread Reinhard Pötz
Ken Starks wrote: Reinhard Pötz wrote: Ken Starks wrote: I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a resounding NO to both

Binding on different xml paths

2008-07-28 Thread Héléna Tanguy
Hello, I'm working on a cocoon form with binding on xml document. Now everything works correctly. But I must make an evolution to this form, the binding must be made on 2 xml different paths. For example: Some widgets are binded with this xml path: myData/contacts/contact[position=x]/name,

Re: RCL. Help needed with the rapid class reloader

2008-07-28 Thread Ken Starks
Reinhard Pötz wrote: Ken Starks wrote: Reinhard Pötz wrote: Ken Starks wrote: I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a

Re: cocoon + db4odjects.jar

2008-07-28 Thread jantje
Well, Actually I try to replace the old XSP. So I want to generate xml. A large chunk of this xml has to be generated with java source code (accessing a java database). In XSP it was simple: XSP, containing executable java source code, and generating xml.. I don't even know how to start in