Re: Live service reloading in 5.2

2010-03-24 Thread Howard Lewis Ship
Thanks for the heads up; I think I know why this is behaving as you suggest, and its fixable. Add an issue. Basically, when using reloadable, the object at the end of the delegate/advice stack, which is normally the service implementation, is itself a proxy that performs live class reloading. Curr

Re: Live service reloading in 5.2

2010-03-24 Thread Christophe Cordenier
Hi .eagerload() does not work when we do not call preventReload() on the service. If it's by design, maybe the first call to one of the two methods should take the priority, or maybe an exception should be thrown if the two are called on the service. Best Regards, Christophe Cordenier. 2010/3/13

Re: Live service reloading in 5.2

2010-03-22 Thread Christophe Cordenier
Hi Wooki will move to Tapestry 5.2 for next release, we will provide our feedback after upgrade. Thanks for this great feature. Best Regards, Christophe Cordenier. 2010/3/13 Howard Lewis Ship > As you may have seen from my blog posting, I just added live service > re

Re: Live service reloading in 5.2

2010-03-15 Thread Vangel V. Ajanovski
On 15.03.2010 01:14, Howard Lewis Ship wrote: > That's very odd, I can't think of a reason why any of the changes I > made would change that behavior. So, to be more precise: Our application was build mainly using the approach proposed in http://wiki.apache.org/tapestry/Tapstry5First_project_with_

Re: Live service reloading in 5.2

2010-03-14 Thread Howard Lewis Ship
On Sun, Mar 14, 2010 at 2:14 PM, Vangel V. Ajanovski wrote: > On 14.03.2010 19:18, Raul Raja Martinez wrote: >> Congratulations!, is this true also for Spring injected services or only for >> those managed with Tapestry IOC? >> > It did not work for spring services here. > Regular injected service

Re: Live service reloading in 5.2

2010-03-14 Thread Vangel V. Ajanovski
On 14.03.2010 19:18, Raul Raja Martinez wrote: > Congratulations!, is this true also for Spring injected services or only for > those managed with Tapestry IOC? > It did not work for spring services here. Regular injected service implementations get reloaded. Also something was a bit different

Re: Live service reloading in 5.2

2010-03-14 Thread Raul Raja Martinez
Congratulations!, is this true also for Spring injected services or only for those managed with Tapestry IOC? 2010/3/13 Howard Lewis Ship > As you may have seen from my blog posting, I just added live service > reloading to Tapestry 5.2. I'd encourage users to give 5.2 a whirl > and make sure t