Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-11 Thread Peter Stavrinides
: Re: Tapestry 5.2.0 Alpha Release Now Available Is your constructor protected or package private? There is a know issue in 5.2: https://issues.apache.org/jira/browse/TAP5-1233 On Tue, Aug 10, 2010 at 10:30 AM, wrote: > Hi Guys, > > Congrats on the milestone alpha release! > > I j

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-10 Thread Igor Drobiazko
d and new versions of .class files, or different Java > versions might cause it... but surely the complier should pick up on this? I > am running Ubuntu 9.10 with eclispe galileo and Java 6 with the Maven Jetty > plugin. > > We are very stable in production under 5.1 and have very many IoC m

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-10 Thread Peter Stavrinides
> Does your class have nother constructors? No - Original Message - From: "Thiago H. de Paula Figueiredo" To: "Tapestry users" Sent: Tuesday, 10 August, 2010 15:44:03 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5.2.0 Alpha Release Now Av

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-10 Thread Thiago H. de Paula Figueiredo
On Tue, 10 Aug 2010 08:53:09 -0300, Peter Stavrinides wrote: Not quite, there is no explicit auto-loading, Sorry Thiago, I misread you, yes the service is autobuilding since its explicitly bound. Does your class have nother constructors? -- Thiago H. de Paula Figueiredo Independent Java,

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-10 Thread Peter Stavrinides
T +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5.2.0 Alpha Release Now Available > I guess you're autobuilding a service (AlertFilterCacheRepositoryImpl) > with a constructor that receives two Strings. Am I right? Not quite, there is no explicit auto-loading, I simp

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-10 Thread P . Stavrinides
sers" Sent: Tuesday, 10 August, 2010 13:58:58 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry 5.2.0 Alpha Release Now Available On Tue, 10 Aug 2010 05:30:32 -0300, wrote: > Hi Guys, Hi! > I just tried the upgrade from 5.1, but having no luck getting it > runni

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-10 Thread Thiago H. de Paula Figueiredo
On Tue, 10 Aug 2010 05:30:32 -0300, wrote: Hi Guys, Hi! I just tried the upgrade from 5.1, but having no luck getting it running, I am getting this exception: Caused by: java.lang.IllegalAccessError: tried to access method com.albourne.db.alert.cache.AlertFilterDigest.(IILjava/lang/Str

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-10 Thread P . Stavrinides
: "Howard Lewis Ship" To: "Tapestry users" Sent: Monday, 9 August, 2010 20:55:33 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Tapestry 5.2.0 Alpha Release Now Available After much too long, the first alpha release of Apache Tapestry 5.2 is now available for downlo

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-09 Thread Tornn
Hi! Yes it was helpful. But! When using tapestry 5.2 eclipse cant set brakepoints. It says: "Unable to install breakpoint - Absent line number information" screenshoot: http://my.jetscreenshot.com/2672/20100810-l1oj-38kb.jpg I tried to set breakpoint into onSuccess method. With Tapestry

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-09 Thread Vangel V. Ajanovski
On 08/09/2010 07:55 PM, Howard Lewis Ship wrote: > After much too long, the first alpha release of Apache Tapestry 5.2 is > now available for download. Tapstry 5.2 adds significant capabilities What I also saw in the repositories was 5.2.1-SNAPSHOT. - From my experience in the last year, snapshots

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-09 Thread Thiago H. de Paula Figueiredo
On Mon, 09 Aug 2010 18:39:54 -0300, Tornn wrote: Hi! 1. It asks me for: java.lang.ClassNotFoundException: javax.validation.ValidatorFactory 2. It asks me for: java.lang.ClassNotFoundException: org.springframework.context.ApplicationContext It seems you've added the tapestry-beanvalidator a

Re: Tapestry 5.2.0 Alpha Release Now Available

2010-08-09 Thread Tornn
Hi Howard! Actually I have at least 2 problems after "just changing versions". I think if I were using maven it would be ok (I hope). But after just overwriting T5.1 libraries I have 2 problems (I wont continue today, so there is maybe more of this): 1. It asks me for: java.lang.ClassNotFoundExc

Tapestry 5.2.0 Alpha Release Now Available

2010-08-09 Thread Howard Lewis Ship
After much too long, the first alpha release of Apache Tapestry 5.2 is now available for download. Tapstry 5.2 adds significant capabilities to Tapestry, along with loads of bug fixes and improvements. Major improvements include: * Live reloading of service implementation classes (not just compone