Can I know which version of CXF are you using?
I checked the svn history of CXF and I'm sure the issue was fixed in CXF-918 (2/19/09), which means your CXF version is quit old.
Maybe you need to consider to upgrade the CXF version to fix the warning :)

Willem
On 12/24/10 10:25 PM, Michael West wrote:


My config file is being read now.  I decided to try spring 3 and it works.
I needed the following jars to read the xml config:

spring-asm-3.0.5.RELEASE.jar
spring-beans-3.0.5.RELEASE.jar
spring-context-3.0.5.RELEASE.jar
spring-core-3.0.5.RELEASE.jar
spring-expression-3.0.5.RELEASE.jar

And one more in order to create a client:
spring-aop-3.0.5.RELEASE.jar

I did not try to create a service.

I am getting a warning that would be nice to resolve if I can do it from
groovyws:

WARNING: Passing PropertyEditor instances into CustomEditorConfigurer is
deprecated: use PropertyEditorRegistrars or PropertyEditor class names
instead. Offending key [org.apache.cxf.binding.soap.SoapVersion; offending
editor instance: org.apache.cxf.binding.soap.soapversionedi...@4980f545




Willem.Jiang wrote:

On 12/24/10 3:58 PM, Michael West wrote:

The Spring jars (optional - for XML Configuration support):

aopalliance-1.0.jar
spring-core-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-web-2.5.5.jar

Are these the jars you are referring to?  I will try these out.


I don't think you need to use aopalliance-1.0.jar and
spring-web-2.5.5.jar, SpringBusFactory doesn't need them.

BTW, you can consider to use spring 2.5.6 which is latest version of
Spring 2.5.x.





--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang

Reply via email to