ChenilleKit 1.3.3 and tapestry-kaptcha 5.4-beta28 are incompatible

2015-02-25 Thread Balázs Palcsó
Hi, The reason for the below exception that I had both ChenilleKit and tapestry-kaptcha on my classpath. If I remove tapestry-kaptcha I don't get the below error. Regards, Balazs On 25 February 2015 at 23:10, Balázs Palcsó wrote: > Hi, > > Thanks for the quick replies. I will try to implement

Re: Tapestry-upload and File System AssetFactory .

2015-02-25 Thread Balázs Palcsó
Hi, Thanks for the quick replies. I will try to implement it. Regarding ChenilleKit JARs. I have added this dependency to build.gradle: compile 'org.chenillekit:chenillekit-tapestry:1.3.3' which brings in these files. chenillekit-core-1.3.3, chenillekit-google-1.3.3, chenillekit-image-1.3.3, chen

Re: Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread Thiago H de Paula Figueiredo
On Wed, 25 Feb 2015 13:10:30 -0300, George Christman wrote: I just worry about things breaking internally when overriding some of these core versions. Nothing will break if Hibernate kept backward compatibility between these two minors versions, and I do think there'll be no problem. t

Re: Regarding java.lang.ClassFormatError

2015-02-25 Thread Thiago H de Paula Figueiredo
On Wed, 25 Feb 2015 09:37:27 -0300, Amit S2 wrote: Hi, Hi! We are using Apache Tapestry 4.1 in our application. We have number of pages in that application and we are using multiple components to render the UI. In order to add new functionality to existing application we have to

Re: Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread George Christman
I just worry about things breaking internally when overriding some of these core versions. For the time being I just overrode the version and posted this message as information to the team. Thanks On Wed, Feb 25, 2015 at 10:33 AM, Dmitry Gusev wrote: > Hey, > > Just add latest version to your p

Re: Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread Dmitry Gusev
Hey, Just add latest version to your project's pom.xml / build.gradle and you should be fine, it will override any transitive dependencies you might have from Tapestry JARs. On Wed, Feb 25, 2015 at 6:16 PM, George Christman wrote: > Hi guys, it looks like we are a couple point releases behind o

Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread George Christman
Hi guys, it looks like we are a couple point releases behind on hibernate core. I'm trying to upgrade to hibernate-search 5.0.1 but it requires core 4.3.8, any chance we could upgrade the version? thanks

Regarding java.lang.ClassFormatError

2015-02-25 Thread Amit S2
Hi, We are using Apache Tapestry 4.1 in our application. We have number of pages in that application and we are using multiple components to render the UI. In order to add new functionality to existing application we have to add some more components in our pages.If we are adding new component