bjornharvold wrote:
Try moving the <import>s to the top of your Spring config file. I know the order of definition of Spring beans isn't supposed to matter, but in the case of CXF the bus dependency is handled by the XML parsing code rather than by a separate BeanFactoryPostProcessor or similar, so the bus definition (in one of the imported files) needs to be processed before the jaxws:endpoint.

I've been meaning to submit a JIRA about this but never got around to it, this may be the prod I needed...

https://issues.apache.org/jira/browse/CXF-1619

Ian

--
Ian Roberts               | Department of Computer Science
[EMAIL PROTECTED]  | University of Sheffield, UK

Reply via email to