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.
> 
> 
> 
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/does-dynamic-client-support-cxf-xml-configuration-tp3316743p3317667.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to