Re: Tapestry with Spring

2012-04-17 Thread arterzatij
It works thanks! And how do I need to inject a service to call it from an static method? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-with-Spring-tp5574749p5646920.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Tapestry with Spring

2012-04-15 Thread arterzatij
Thanks Jonathan, I´ll test it 2012/4/14 Jonathan Barker [via Tapestry] < ml-node+s1045711n5641422...@n5.nabble.com> > If you are injecting into a service (and not a page) then you want to > have a service constructor that takes a LoginService parameter. The > injection style you have used

Re: Tapestry with Spring

2012-04-14 Thread Jonathan Barker
If you are injecting into a service (and not a page) then you want to have a service constructor that takes a LoginService parameter. The injection style you have used is for Pages and Components. On Sat, Apr 14, 2012 at 11:56 AM, arterzatij wrote: > Hi, > > I'm currently doing some similar inte

Re: Tapestry with Spring

2012-04-14 Thread arterzatij
Hi, I'm currently doing some similar integration. First thing, while loading services the spring bean is loaded. This is the log info [DEBUG] spring.TapestryBeanFactory Creating shared instance of singleton bean 'loginService' [DEBUG] spring.TapestryBeanFactory Creating instance of bean 'login

Re: Tapestry with Spring

2012-03-18 Thread ksrijith
Thanks... Man I feel stupid now.. I was using Spring 2.5.6 instead of the newest version. Once I changed it to use the correct version 3.1.0.RELEASE everything started working perfectly. Thanks for your help. - -- Don't Forget to Rate -- View this message in context: http://tapestry.1045711

Re: Tapestry with Spring

2012-03-18 Thread Thiago H. de Paula Figueiredo
On Sun, 18 Mar 2012 04:37:23 -0300, ksrijith wrote: Hi, Hi! I'm currently building a solution using Tapestry and Spring What Tapestry and Spring versions? As far as I recall, Tapestry 5.3.2 works with Spring 3.1. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and