Spring Bean Demo and RCL operational?

2010-10-06 Thread Will Heger
Hi Robby, Did you happen to test java RCL in your archetype block? That's really my pain point right now, I used to be able to make changes in .java files and it get automatic reloads, but no longer. Also! I forgot to thank you about 'setSelectionList' I ended up doing something slightly

RE: Spring Bean Demo and RCL operational?

2010-10-06 Thread Robby Pelssers
setup is using -SpringSource Tool Suite 2.3.3.M1 -jdk1.5.0_16 -Windows XP Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Will Heger [mailto:will.he...@gmail.com] Verzonden: wo 6-10-2010 8:41 Aan: users@cocoon.apache.org Onderwerp: Spring Bean Demo and RCL operational

RE: Spring Bean Demo and RCL operational?

2010-10-05 Thread Robby Pelssers
modulecom.nxp.spider2:blocktest/module spring#{message}/spring /demo Kind regards, Robby Pelssers -Original Message- From: Will Heger [mailto:will.he...@gmail.com] Sent: Mon 10/4/2010 11:09 PM To: users@cocoon.apache.org Subject: Spring Bean Demo and RCL operational? Thanks for the assistance. I'm

Spring Bean Demo and RCL operational?

2010-10-04 Thread Will Heger
Hi, After creating a fresh cocoon from the archetype: mvn archetype:generate -DarchetypeCatalog=http://cocoon.apache.org Using option 2, the block with a sample, I have two problems: * The Spring Demo Bean does not produces '#message' instead of the bean output. * RCL will not recompile after

Spring Bean Demo and RCL operational?

2010-10-04 Thread Will Heger
I tried this on a couple of other machines, windows etc. same problem. On Mon, Oct 4, 2010 at 4:51 AM, Will Heger will.he...@gmail.com wrote: Hi, After creating a fresh cocoon from the archetype: mvn archetype:generate -DarchetypeCatalog=http://cocoon.apache.org Using option 2, the block

Re: Spring Bean Demo and RCL operational?

2010-10-04 Thread Andre Juffer
On 10/04/2010 08:36 PM, Will Heger wrote: I tried this on a couple of other machines, windows etc. same problem. Was there anything in logs files? Or if you run jetty from within a block, there could be possible error/warning messages. If you follow exactly what has been explained on the

Spring Bean Demo and RCL operational?

2010-10-04 Thread Will Heger
Thanks for the assistance. I'm actually not that concerned about the Spring Bean Demo, I just posted it as a symptom. Java class reloading is very important to me, I find it really tough to work when I need to start and restart jetty, even when eclipse is checking my compiles. This hasn't been