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
* 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
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 someone please enlig
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
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