Hello, I am using Fuse 4.2.0, so servicemix 4.2.0, although I have already tried with the 4.3.0.
I am experiencing what seems to me a timeout problem. At exactly 60 seconds, the client talking to the bus get a Fault, but the targeted application is still processing. If I bypass the bus, everything works fine. I am using CXF Binding Component. Both consumer and provider. They are both defined in the same service unit as follow: <cxfbc:consumer wsdl="classpath:ElementService.wsdl" timeout="12000" locationURI="http://0.0.0.0:8092/san-n1/services/ElementService" targetService="sann1:ElementService" targetInterface="sann1:ElementService" endpoint="SANN1ElementServiceExternalEndpoint" /> <cxfbc:provider wsdl="classpath:ElementService.wsdl" locationURI="http://localhost:8080/san-n1/services/ElementService" interfaceName="sann1:ElementService" service="sann1:ElementService" endpoint="SANN1ElementServiceInternalEndpoint" /> As you can see I have set the timeout property to the consumer but I still get the fault. Are there any other timeouts? NMR maybe? Does the timeout property work? Am I missing something? Google didn't point me to the solution unfortunately. Thanks in advance. Felipe Fraga
