Re: Please help

2009-09-24 Thread Daniel Jue
I agree, while the trolls on here tend to use a similar technique to bring up moot points (especially things that were answered in the previous few days), we should not jump to conclusions about someone with a genuinely reluctant team. Here is a tip: Have the developers who opposed the use of Tape

Re: Please help

2009-09-24 Thread Howard Lewis Ship
It's a little early to start dropping the "T" bomb. I'd like to thank Thiago for his response ... it's dead on. Although the upgrade from 5.0 to 5.1 was not quite as seamless as I would have liked, for the majority of users it represented a simple switch in dependencies, with a number of new featu

Re: Please help

2009-09-24 Thread Angelo Turetta
On 24/09/2009 16:40, Gerald Bauer wrote: They presented evidence that Tapestry has a bad track record on backwards compatibility. They also mentioned that the fact that Tapestry is a one man project it is too risky to adopt in our company. Can you please provide some additional reference about

Re: Please help

2009-09-24 Thread Thiago H. de Paula Figueiredo
Em Thu, 24 Sep 2009 11:40:45 -0300, Gerald Bauer escreveu: Hi all, Hi! They presented evidence that Tapestry has a bad track record on backwards compatibility. The Tapestry team is committed to not make any more backwards-incompatible versions. Tapestry 5's architecture provide us a l

Re: Please help me in migration of Tapestry 4.0.2 to 4.1.5

2008-03-24 Thread rohan.kalyan
I did change the getter and setter methods to return and set List instead of ArrayList and it worked. thanks a lot for replying. Steve Shucker wrote: > > I suspect you have an accessor hardcoded to get/set a > java.util.ArrayList. java.util.Arrays$ArrayList implements List but > does not ext

Re: Please help me in migration of Tapestry 4.0.2 to 4.1.5

2008-03-21 Thread Steve Shucker
I suspect you have an accessor hardcoded to get/set a java.util.ArrayList. java.util.Arrays$ArrayList implements List but does not extend java.util.ArrayList. Check to see if you're explicitly using the implementation class (ArrayList) when your method should really only get/set something tha

Re: Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Mirko
Andreas Andreou gmail.com> writes: > > That's an ognl issue - see which ognl version is getting included in > your project, > and upgrade to the latest (2.7.2) > > See: > http://blog.opencomponentry.com/2008/02/01/ognl-272-released/ I have checked, it was 2.7.1. I tried now with 2.7.2, but st

Re: Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Andreas Andreou
That's an ognl issue - see which ognl version is getting included in your project, and upgrade to the latest (2.7.2) See: http://blog.opencomponentry.com/2008/02/01/ognl-272-released/ On Feb 4, 2008 7:51 AM, Tomic Mirko <[EMAIL PROTECTED]> wrote: > I tried upgrading my components to tapestry 4.1.