Re: Adding my Java code to flowscript

2011-01-25 Thread Andre Juffer
As far as I am concerned, the best solution is keep your Java development separated from Cocoon. If you Java has no knowledge about or dependency on cocoon, it is much simpler and in my mind also much better to place your Java classes in a separated Jar file and make your cocoon-based

upgrade spring in cocoon 2.2

2011-01-25 Thread Thomas Markus
hi, i'm trying to use cocoon 2.2 with latest spring release. jetty start fails with java.lang.AbstractMethodError: org.apache.cocoon.tools.rcl.springreloader.SynchronizedConfigureableWebApplicationContext.setId(Ljava/lang/String;)V i found this change in

Re: Adding my Java code to flowscript

2011-01-25 Thread Andre Juffer
On 01/25/2011 06:57 PM, Des Magner wrote: Hi André That is more or less what I was trying to achieve, ie. write Java code that can be used in my flowscript but for this Java code to be completely independent of cocoon. From reading the documentation I was given to understand that this code