Hi,
Do you using mvn to manage the dependency of CXF ?
If so please run mvn dependency:tree to make sure there is no CXF 2.2.2
dependency there.
BTW, I will try to upgrade camel-cxf module of Camel 2.1-SNAPSHOT to use
CXF 2.2.3 to see if the issue still there.
Willem
S. Ali Tokmen wrote:
Hello
I've recently upgraded from CXF 2.2.2 to CXF 2.2.3 and my Camel routes
that have CXF clients hang when they want to call web services. The only
log message I see is:
INFO (org.apache.cxf.service.factory.ReflectionServiceFactoryBean) -
Creating Service xxx from class yyy
(I've replaced the namespace name with xxx and the class with yyy)
The trouble is, it generally hangs but sometimes doesn't (on the CI
server, testing the platform tens of times a day, it works 2 to 3 times
a day).
I don't have the issue with CXF 2.2.2.
Did onyone else experience this? Perhaps changing the cxf-version in the
CAMEL pom.xml from 2.2.2 to 2.2.3 might help, I don't know...
Cheers