Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Ken Starks wrote: 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

Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-29 Thread Laurent Medioni
Hello, Another one when migrating from 2.1.5 to 2.1.11... When a continuation is requested for the first time: it works well. When a continuation is requested for the second time: error calling continuation Caused by: java.lang.NullPointerException at

Re: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-29 Thread DAVIGNON Andre - CETE NP/DIODé/PANDOC
Hi, I upgraded a cocoon app with continuations from 2.1.8 to 2.1.11 without this kind of problem. Regards. André Le 29/07/2008 13:29, Laurent Medioni (par Internet, dépôt [EMAIL PROTECTED]) a écrit : Hello, Another one when migrating from 2.1.5 to 2.1.11... When a continuation is

RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-29 Thread Jasha Joachimsthal
Yes in some (maybe most) cases it works in 2.1.11. However there is an open issue [1] on continuations. Maybe that's also a cause of your problem. I can't remember in which cases it failed exactly. I thought it happened when you had a cross sitemap continuation or tried to pass a continuation

RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-29 Thread Laurent Medioni
Yes, I saw this issue. It is not exactly the same origin (I do not use Form)... I will next try to revert to the previous Rhino, as suggested in the workaround. I activated the continuation-sharing-bug-compatible=true on the ContinuationManager but it did not solved the issue... Thanks,

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Reinhard Pötz
Ken Starks wrote: Ken Starks wrote: 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

Re: cocoon + db4odjects.jar

2008-07-29 Thread Barbara Slupik
I use cocoon with MySQL, Hibernate and cForms and I don't know db4objects, so the suggestions below might be wrong 1. Adding jar file You should place your database in pom file. I have mysql defined like this: dependency groupIdmysql/groupId

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Reinhard Pötz wrote: snip Ken, is there any problem left? (Not sure after reading your mail ;-) ). Yes, the original problem remains (entirely). __I__ am doing all the work of recompiling, not RCL. Its meant to be automatic, and 'rapid' with RCL. Also, it does not pick up edits to the

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Torsten Curdt
Yes, the original problem remains (entirely). __I__ am doing all the work of recompiling, not RCL. Its meant to be automatic, and 'rapid' with RCL. Also, it does not pick up edits to the Spring configuration file, which Grzegorz Kossakowski demonstrated in his screencast. I have not found

Re: Creating a parent POM

2008-07-29 Thread Victor Vera
I've been getting the same error too. I was wondering if the 2.0.2 version of maven-war-plugin was to blame so I tried changing the version to 2.0.1 in my webapp block but I noticed the message still refers to 2.0.2 despite running `mvn clean`. So either I'm not correctly cleaning my

hi

2008-07-29 Thread student csu
ques :I am doing cocoon framework project in jbuilder 2008 so I wanted to know how to set up the breakpoints and step through the project in debug mode .As what I am doing it's not letting me step through so Please let me know how to set up the breakpoints and steo through the project . thanks

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

2008-07-29 Thread Hugh Sparks
Lingerer Huang writes: So MY SUGGESTION is : at least provide a non-jar style block implement.What do you think? See what you think of this: http://www.csparks.com/c22without.xhtml -Hugh Sparks, [EMAIL PROTECTED] - To

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Torsten Curdt wrote: Yes, the original problem remains (entirely). __I__ am doing all the work of recompiling, not RCL. Its meant to be automatic, and 'rapid' with RCL. Also, it does not pick up edits to the Spring configuration file, which Grzegorz Kossakowski demonstrated in his

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Torsten Curdt
Yes, I shall at some stage look at how my eclipse setup could be improved. However, I suspect that, for my present problem, it would be a red herring. No that exactly seems to be your problem. Fix that and you are good. RCL is not supposed to depend on a particular IDE such as eclipse; it

Processed by Apache Cocoon 2.1.11 in X milliseconds

2008-07-29 Thread Robert La Ferla
I have a question regarding Cocoon profiling. In the cocoon.log, I see that each request is timed. However, nowhere in my Cocoon configuration do I see profiling enabled. Is it because I have the profiling block compiled into Cocoon? How can I disable this profiling? INFO (2008-07-29)

RE: hi

2008-07-29 Thread Jasha Joachimsthal
Which Cocoon version are you using? If it's 2.1, you can use cocoon-views [1] [1] http://cocoon.apache.org/2.1/userdocs/concepts/views.html Jasha -Oorspronkelijk bericht- Van: student csu [mailto:[EMAIL PROTECTED] Verzonden: di 29-7-2008 18:20 Aan: users@cocoon.apache.org Onderwerp: hi

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Torsten Curdt wrote: Yes, I shall at some stage look at how my eclipse setup could be improved. However, I suspect that, for my present problem, it would be a red herring. No that exactly seems to be your problem. Fix that and you are good. RCL is not supposed to depend on a particular IDE

Rotating log files in Cocoon 2.1.11

2008-07-29 Thread Robert La Ferla
I would like to configure Cocoon 2.1.11 so that every day (24 hrs), the cocoon.log is written to a new file (cocoon-2008-JUL-29.log) I tried configuring logkit.xconf to do this but it doesn't work. Because I didn't want to wait a full day to see if it worked, I changed the configuration to

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Torsten Curdt
My suggestion: 1. close eclipse 2. rm -R target 3. mkdir target 4. start eclipse 5. project - clean 6. make sure project - build automatically is checked 7. you should not see any errors 8. run find target -name *.class You should then see all the class files in the target dir. If you have

Re: hi

2008-07-29 Thread student csu
I am using the latest version of cocoon just I want to debug the project some error is coming so just let me know how to debug it in jbuilder .how to set up the breakpoints. thanks On Tue, Jul 29, 2008 at 10:27 AM, Jasha Joachimsthal [EMAIL PROTECTED] wrote: Which Cocoon version are

I18N Transformer keeping namespace declarations

2008-07-29 Thread Gary Larsen
Hi, Before executing the I18NTransformer in the pipeline the xml contains the i18n tags each with a namespace declaration. td class=dataCell width=20% i18n:text xmlns:i18n=http://apache.org/cocoon/i18n/2.1;administration_2_brief/i18n: text /td The namespace declarations are being

Processed by Apache Cocoon 2.1.11 in X milliseconds

2008-07-29 Thread Robert La Ferla
I have a question regarding Cocoon profiling. In the cocoon.log, I see that each request is timed. However, nowhere in my Cocoon configuration do I see profiling enabled. Is it because I have the profiling block compiled into Cocoon? How can I disable this profiling? INFO (2008-07-29)

RE: I18N Transformer keeping namespace declarations

2008-07-29 Thread Jasha Joachimsthal
What abut the StripNameSpacesTransformer [1]? [1] http://cocoon.apache.org/2.2/core-modules/core/2.2/1340_1_1.html Jasha -Oorspronkelijk bericht- Van: Gary Larsen [mailto:[EMAIL PROTECTED] Verzonden: di 29-7-2008 22:19 Aan: users@cocoon.apache.org Onderwerp: I18N Transformer keeping

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Torsten Curdt wrote: Ken, I am sorry but my patience is running out here. These are all very basic Eclipse questions - not Cocoon ones. Please follow the instructions above. They should get you there. If you can't get your Eclipse setup to work properly I suggest to check with the Eclipse

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Torsten Curdt
Let's take a deep breath here first. My patience is also running out. Firstly, concerning your anger that I 'cannot get my Eclipse setup yo work properly', may I remind you that it was you who steered me down the eclipse path while I wished to see things working from a command-line approach.

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Reinhard Pötz
Torsten Curdt wrote: That said - you are much welcome to improve the documentation once you got this working. In the end that's how this whole open source thing works. Ken, I've been helping 15+ people to get started with Cocoon 2.2 for the last 15 months. Most of the time pointing to the