Re: spring injection with jaxws:endpoint

2007-07-19 Thread Marc Preddie
n: Dan Diephouse [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. Juli 2007 23:11 An: cxf-user@incubator.apache.org Betreff: Re: spring injection with jaxws:endpoint I believe this is what you want: Hope that helps :-) - Dan On 7/13/07, Marc Preddie <[EMAIL PROTECTED]> wrote: > &

spring injection with jaxws:endpoint

2007-07-13 Thread Marc Preddie
Hi, I have exposed a web service using cxf using the systex below, and it works fine What I then did was to actully make the service do something (access a database through hibernate), so I wanted to inject my SpringDAO into my service. This is where I get lost I tried the systax belo