Hi Pawel,
Can you past the stack trace in the mail ?
CXF runtime should work with Spring 2.5.x, but I don't know if you can
override the Spring version in the cxf-codegen's plugin dependency?
BTW, in camel-cxf , we override CXF's Spring version to 2.5.x.
Willem
pawel.jasinski wrote:
hi,
i have a maven project which is a clone of example/camel-example-cxf.
I noticed that cxf-codegen plugin is misbehaving (trouble passing extra
arguments, some class not found exceptions from spring).
What I have noticed is: cxf-codegen uses spring 2.0.x and camel depends
itself on spring 2.5.x
Is it ok to mix spring dependencies in one maven project?
Pawel