Re: @Inject Service in another Service: Service is null

2012-11-02 Thread sommeralex
thanx for the suggestions. but i already have / at least what I know / "merged" tapestry with spring. I have another service, named messageService, and this messageService is injecting severa

Re: @Inject Service in another Service: Service is null

2012-11-02 Thread Howard Lewis Ship
When you are mixing Spring and Tapestry, you have to be careful. Have you reviewed the documentation: http://tapestry.apache.org/integrating-with-spring-framework.html There's something important there that you are missing. On Fri, Nov 2, 2012 at 9:02 AM, sommeralex wrote: > service A instance

Re: @Inject Service in another Service: Service is null

2012-11-02 Thread sommeralex
service A instance is injected from everywhere i am using it.. in this case, InitDB is injecting @GroupService groupService. And within groupService, i am injecting FeatureService / which is null. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Inject-Service-in-anothe

Re: @Inject Service in another Service: Service is null

2012-11-02 Thread bigcache1
How do you get your ServiceA instance? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Inject-Service-in-another-Service-Service-is-null-tp5717598p5717600.html Sent from the Tapestry - User mailing list archive at Nabble.com. -