Re: cxf - Spring autowire Problem

2009-02-13 Thread paolocollector
the endpoint tag. Dan -- View this message in context: http://www.nabble.com/cxf---Spring-autowire-Problem-tp21981931p21994605.html Sent from the cxf-user mailing list archive at Nabble.com.

cxf - Spring autowire Problem

2009-02-12 Thread paolocollector
scoped-proxy=targetClass / (package is correct) Anybody can help me? What am i missing? Why Spring should ignore the autowire when the request comes from a cxf webservice? Thanks a lot Paolo -- View this message in context: http://www.nabble.com/cxf---Spring-autowire-Problem

Re: cxf - Spring autowire Problem

2009-02-12 Thread Daniel Kulp
What does your jaxws:endpoint config look like? If you aren't using a ref to a spring defined bean for MiniServiceImpl, then spring wouldn't have created it and nothing would have gotten injected. Dan On Thu February 12 2009 1:23:54 pm paolocollector wrote: Hi all i am having trouble

Re: cxf - Spring autowire Problem

2009-02-12 Thread Daniel Kulp
Change to something like: bean id=MyImpl class=minitest.service.impl.MiniServiceImpl/ jaxws:endpoint id=miniservice implementor=#MyImpl address=/MiniService jaxws:properties I think there are a couple examples similar to that in the