Hi all,

I've tried to upgrade cxf from 2.0.7 to cxf 2.0.9
and hit the following error on startup:

"Message part {0} of Message {1} cannot be processed. This can be caused
by the use of JAX-WS-specific types without the JAX-WS service factory bean."

This new check was introduced in commit 688596. What is the reason behind that?

My service class has some public setter methods for spring dependency injection,
where it fails now because these methods aren't ws-service specific methods.

What is the correct solution now?

Thanks!

Marc

Reply via email to