Woaw this was quick, thanks Dan!

I just have this in cxf.xml:

                  <jaxws:endpoint id="miniservice"
                  implementor="minitest.service.impl.MiniServiceImpl"
                  address="/MiniService">
                  <jaxws:properties>

I am sure you are right, Spring does not know about my webservice.

I thought that putting
  @WebService(endpointInterface = "minitest.service.MiniService",
serviceName  = "MiniService") 
before the method was enough, like inserting @Service in front of my
service.
Obviously i was wrong, but I don't know where else I should put something






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


-- 
View this message in context: 
http://www.nabble.com/cxf---Spring-autowire-Problem-tp21981931p21982421.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to