I banged my head against this for a while, and finally I figured it out: the
injection won't happen unless the property is "autowired", in the Spring
sense. Now, this should happen if you set "autowire='byType'" on the
tag, but for some reason that hasn't worked for me.
What did work is putting
oops, sorry. Saw just now that it is commented out. My bad.
2009/5/16 Otho
> You use the 5.0 legacy mode. It is not possible to inject services into
> beans there.
>
> Remove the following entry or set it to false to enable service injection:
>
>
>
>
>
>
> 2009/5/15 Andrea Chiumenti
>
> I'm tr
You use the 5.0 legacy mode. It is not possible to inject services into
beans there.
Remove the following entry or set it to false to enable service injection:
2009/5/15 Andrea Chiumenti
> I'm trying to integrate T5 with jax-ws-commons
> (https://jax-ws-commons.dev.java.net/spring/).
>
> m
I'm trying to integrate T5 with jax-ws-commons
(https://jax-ws-commons.dev.java.net/spring/).
my web.xml is
server Tapestry 5 Application
tapestry.app-package
it.wingstech.gam3.server
contextConfigLocation
/WEB-INF/applicationContext.x
T 5.1.0.4
On Fri, May 15, 2009 at 3:45 PM, Geoffrey Wiseman
wrote:
> On Fri, May 15, 2009 at 9:37 AM, Andrea Chiumenti wrote:
>
>> Hello, is it possible to inject T5 bound services into Spring beans
>>
>
> I believe this is possible in 5.1.X but not 5.0.X -- what version are you
> using?
>
> -
On Fri, May 15, 2009 at 9:37 AM, Andrea Chiumenti wrote:
> Hello, is it possible to inject T5 bound services into Spring beans
>
I believe this is possible in 5.1.X but not 5.0.X -- what version are you
using?
- Geoffrey
--
Geoffrey Wiseman
http://www.geoffreywiseman.ca/