Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-12 Thread George Christman
Thanks Kalle and yes I did try overriding the service with my own implementation, however I must have been missing something some wheres because the configuration always appeared to be empty triggering a renderException. On Fri, Apr 10, 2015 at 7:14 PM, Kalle Korhonen wrote: > On Fri, Apr 10, 20

Re: IoC Service, call a method after instantiation/realization

2015-04-12 Thread Chris Mylonas
Thanks guys, I'll play around with @Startup in the next day or so. Unfortunately my workflow at the moment is tapestry/hibernate at prototype stage then moves to EJB with JPA when things get serious! On Sun, 12 Apr 2015 20:36:51 +1000, Kalle Korhonen wrote: Also, if you are using Hiber

Re: IoC Service, call a method after instantiation/realization

2015-04-12 Thread Kalle Korhonen
Also, if you are using Hibernate or JPA, you should definitely check out http://tynamo.org/tapestry-hibernate-seedentity+guide for the entity seeding needs. Kalle On Sun, Apr 12, 2015 at 3:26 AM, Charlouze wrote: > Hey! > > The tapestry @startup annotation is to be used in modules. The annotate

Re: IoC Service, call a method after instantiation/realization

2015-04-12 Thread Charlouze
Hey! The tapestry @startup annotation is to be used in modules. The annotated method will be called upon application startup after the registry setup. If you need those methods to be called in a specific order, you should contribute to RegistryStartup. I hope it'll help you. Le dim 12 avr. 2015