Re: Injecting Tapestry Services into Spring beans

2010-10-07 Thread Jeshurun Daniel
you would do that in production), the session object disappears even though Spring security still says the user is logged in. I haven't found a way around this yet. I hope this helps. Thanks,Jeshurun --- On Wed, 10/6/10, Kai Weber wrote: From: Kai Weber Subject: Re: Injecting Ta

Re: Injecting Tapestry Services into Spring beans

2010-10-06 Thread Kai Weber
* Jeshurun Daniel : > Ok please ignore that it was just me being stupid. I got it working > now. Thanks. Could you tell us, what you had to do to got it working? Kai - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.o

Re: Injecting Tapestry Services into Spring beans

2010-10-05 Thread Jeshurun Daniel
Ok please ignore that it was just me being stupid. I got it working now. Thanks. --- On Tue, 10/5/10, Jeshurun Daniel wrote: From: Jeshurun Daniel Subject: Injecting Tapestry Services into Spring beans To: "Tapestry users" Received: Tuesday, October 5, 2010, 1:25 PM Would some

Injecting Tapestry Services into Spring beans

2010-10-05 Thread Jeshurun Daniel
Tapestry services into spring beans only gives me a null object.  I read a mailing list thread where one user had succeeded in this by using Spring's and then @autowired on the beans, but when I tried this I got errors "No service implements the interface org.apache.tapestry5.services.S

Re: Injecting Tapestry services into Spring beans

2009-10-28 Thread Juan E. Maya
Ok, i found the problem. To inject the service u have to use: @Inject @Autowired private Service MyService; As always the problem was between the screen and chair :) On Wed, Oct 28, 2009 at 1:06 AM, Juan E. Maya wrote: > Hi Hennig, did u manage to resolve this problem? > > i am having the same

Re: Injecting Tapestry services into Spring beans

2009-10-27 Thread Juan E. Maya
Hi Hennig, did u manage to resolve this problem? i am having the same issue. I just can't inject any tapestry beans inside Spring. I using tapestry 5.1.0.5 and spring 2.6. Without compatible mode but the services just don't get injected :( On Fri, Jul 10, 2009 at 3:00 PM, Henning Petersen wrote

Injecting Tapestry services into Spring beans

2009-07-10 Thread Henning Petersen
Hi everybody, I'm trying to inject two services from Tapestry-Spring-Security into a Spring bean, using Tapestry 5.1.0.5 and Spring 2.5.6-SEC01. The way I think this should work is this: public class PasswordChangeServiceImpl implements PasswordChangeService { @Inject pr