RE: Accessing Tapestry Services from Spring Beans

2010-01-14 Thread Jim O'Callaghan
...@yahoo.co.uk] Sent: 12 January 2010 22:04 To: Tapestry users Subject: RE: Accessing Tapestry Services from Spring Beans Juan, Thanks for the response. I'm back on this after being diverted on other issues for a few days. I'm using the latest quickstart maven archetype for Tapestry 5.1.0.5 and cobbled

RE: Accessing Tapestry Services from Spring Beans

2010-01-12 Thread Jim O'Callaghan
...@gmail.com] Sent: 07 January 2010 16:50 To: Tapestry users Subject: Re: Accessing Tapestry Services from Spring Beans Hello jim, What i was doing was injecting Tapestry Services inside Spring Services. So - Spring bean A contains injected Tapestry Service B So it's the similar to ur scenario. I

Re: Accessing Tapestry Services from Spring Beans

2010-01-07 Thread Juan E. Maya
[mailto:maya.j...@gmail.com] Sent: 06 January 2010 14:29 To: Tapestry users Subject: Re: Accessing Tapestry Services from Spring Beans Jim I have injected spring beans using: @Inject @Autowired private Service MyService; I had problems when i wanted to inject services using @InjectService for some

RE: Accessing Tapestry Services from Spring Beans

2010-01-06 Thread Jim O'Callaghan
[mailto:jc1000...@yahoo.co.uk] Sent: 05 January 2010 17:22 To: Tapestry users Subject: RE: Accessing Tapestry Services from Spring Beans If it's relevant I have the xfire service I'm targeting exposed on a path that is ignored by Tapestry (using IgnoredPathsFilter), so perhaps this is why Tapestry

Re: Accessing Tapestry Services from Spring Beans

2010-01-06 Thread Juan E. Maya
anywhere that could be pointed to?  Muchos thanks. Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 05 January 2010 17:22 To: Tapestry users Subject: RE: Accessing Tapestry Services from Spring Beans If it's relevant I have the xfire

Accessing Tapestry Services from Spring Beans

2010-01-05 Thread Jim O'Callaghan
Is it possible to access Tapestry Services from Spring Beans? Having looked through the forum I've found posts mentioning injecting Tapestry Services inside Spring Beans using the annotations: @Inject @Autowired ... but am finding my referenced services are null rather than proxies for JIT

Accessing Tapestry Services from Spring Beans

2010-01-05 Thread Jim O'Callaghan
Is it possible to access Tapestry Services from Spring Beans? Having looked through the forum I've found posts mentioning injecting Tapestry Services inside Spring Beans using the annotations: @Inject @Autowired ... but am finding my referenced services are null rather than proxies for JIT