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
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
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
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
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