Re: [chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-27 Thread Greg Pagendam-Turner
Thanks Howard, What version of Tapx should I be using? Currently I'm using 1.1-SNAPSHOT Regards, Greg On 28/04/2011 3:02 AM, Howard Lewis Ship wrote: I think you are using an older version of tapx-core; I split off the Kaptcha support into tapx-kaptcha because of this conflict. On Wed, Apr

Re: [chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-27 Thread Howard Lewis Ship
I think you are using an older version of tapx-core; I split off the Kaptcha support into tapx-kaptcha because of this conflict. On Wed, Apr 27, 2011 at 1:01 AM, Greg Pagendam-Turner wrote: > Thanks Stefan, > > That fixed that issue. > > Now I'm getting: > > 2011-04-27 17:58:56.332::WARN:  Failed

Re: [chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-27 Thread Greg Pagendam-Turner
Thanks Stefan, That fixed that issue. Now I'm getting: 2011-04-27 17:58:56.332::WARN: Failed startup of context JettyWebAppContext@ffce2f2@ffce2f2/liftyourgame,file:/C:/development/workspace/liftyourgame/src/main/webapp/,C:\development\workspace\liftyourgame\src\main\webapp java.lang.RuntimeE

Re: [chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-26 Thread Stefan Markmann
I had the same issue and just switched to OrderedConfiguration as mentioned in the message: // Quartz-Setup public void contributeSchedulerFactory(OrderedConfiguration configuration) { Resource configResource = new ClasspathResource("quartz.properties"); confi

[chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-26 Thread Greg Pagendam-Turner
Hi, I'm wanting to get my site working with the latest production release of Tapestry. My project depends on ChenilleKit quartz. According to the Tapestry mailing list a version 1.3.2 so I'm using that. My current problem is that the code in my app to create a schedular factory public s