Intermittent problems with JSONObjectEventResultProcessor and Response

2014-02-21 Thread Travis Romney
I'm using Tapestry 5.3.7, and I have a Tapestry component that makes an ajax call every 30 seconds. Most of the requests succeed, But every so often a request fails seemingly at random intervals. I've tracked the problem down to the response object being null in JSONObjectEventResultProcessor.proce

Re: Tapestry IOC: Multiple bindings for same interface

2014-02-21 Thread Thiago H de Paula Figueiredo
On Fri, 21 Feb 2014 12:58:26 -0300, Michael Gagauz wrote: Is it possible in T5 to inject multiple services which implemented same interface into array field? I.e: @Inject private SomeService[] services; No. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and deve

Re: Error: 'ApplicationContextCustomizer' has already been defined after changed Tapestry version (up or down)

2014-02-21 Thread Barry Books
try mvn clean On Fri, Feb 21, 2014 at 10:35 AM, Yago González wrote: > I can't see in the tree. > > I explain better, my pom have a variable for tapestry version ( used with > tapestry-core and tapestry-spring), but when i change tapestry version and > i compiled it's added in WEB-INF/lib the O

Re: Error: 'ApplicationContextCustomizer' has already been defined after changed Tapestry version (up or down)

2014-02-21 Thread Yago González
I can't see in the tree. I explain better, my pom have a variable for tapestry version ( used with tapestry-core and tapestry-spring), but when i change tapestry version and i compiled it's added in WEB-INF/lib the Old's JAR's what i used in the old version. 2014-02-21 17:23 GMT+01:00 Dragan Sah

Re: Error: 'ApplicationContextCustomizer' has already been defined after changed Tapestry version (up or down)

2014-02-21 Thread Dragan Sahpaski
It's a transitive dependency. Do mvn dependency:tree of you're using maven. Cheers, Dragan Sahpaski On Fri, Feb 21, 2014 at 5:20 PM, Yago González wrote: > Yes, exactly but Why? Where is stored old JAR's ? > In pom have not reference´ s, is cached under .m2/repository ¿? > > > > > 2014-02-21 16

Re: Error: 'ApplicationContextCustomizer' has already been defined after changed Tapestry version (up or down)

2014-02-21 Thread Yago González
Yes, exactly but Why? Where is stored old JAR's ? In pom have not reference´ s, is cached under .m2/repository ¿? 2014-02-21 16:42 GMT+01:00 Thiago H de Paula Figueiredo : > On Fri, 21 Feb 2014 12:35:15 -0300, Yago González > wrote: > > Hello Everybody, this is mi first message. >> > > Hi!

Re: Error: 'ApplicationContextCustomizer' has already been defined after changed Tapestry version (up or down)

2014-02-21 Thread Thiago H de Paula Figueiredo
On Fri, 21 Feb 2014 12:35:15 -0300, Yago González wrote: Hello Everybody, this is mi first message. Hi! Check your classpath. You probably have the tapestry-spring JAR added twice, with different versions. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and dev

Tapestry IOC: Multiple bindings for same interface

2014-02-21 Thread Michael Gagauz
Is it possible in T5 to inject multiple services which implemented same interface into array field? I.e: @Inject private SomeService[] services; - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional com

Error: 'ApplicationContextCustomizer' has already been defined after changed Tapestry version (up or down)

2014-02-21 Thread Yago González
Hello Everybody, this is mi first message. Well, i have a problem when change the number of tapestry version. I have a proof project with Tapestry 5.3.4 (with Hibernate and Spring). I create a WAR file with maven and install in Tomcat and run very well, without problems, but i change for Tapestry

Re: Apache Tapestry 5.4-beta-3 preview release

2014-02-21 Thread Thiago H de Paula Figueiredo
On Wed, 19 Feb 2014 18:47:44 -0300, Howard Lewis Ship wrote: Tapestry is starting to stabilize; this preview release includes quite a few bug fixes, including those from Thiago's "Month of Tapestry". By the way, I've already worked half of the 160 hours. It's been a lot of fun. :) I'd l