Quantcast

Error using apache-cxf w. Camel 2.9.1

9 messages Options
Error using apache-cxf w. Camel 2.9.1 – Hi When upgrading from Apache Camel 2.9.0 to 2.9.1 I suddently get an error when using camel-cxf endpoints. I have defined this endpoint: ...
Hi Do you use any interceptor in your unit test such as indicate in the stacktrace? InterceptSendToEndpoint Can you post the code snippet w...
I only use a mocked endpoint in my test: The problem still exists if I remove the mocked endpoint and InterceptSendToEndpoint is still in the...
Just one comment on the camel-cxf behavior change of Camel 2.9.1. CxfProducer create a new client when it is started to avoid the memory leak if ...
Hi I have created a small example showing the error: hefiso-test.zip If I change the camel version to 2.9.0 (in the pom.xml), then the test...
On Wed, Mar 14, 2012 at 12:25 PM, hefiso <henrik.filtenborg.sorensen@...> wrote: > Hi > > I have created a small example showin...
Thanks. JIRA created: https://issues.apache.org/jira/browse/CAMEL-5084
FYI,I just did a quick fix on trunk and will merge the patch into other branches. On Wed Mar 14 22:34:24 2012, hefiso wrote: > Thanks. JI...
Thanks, I see the fix is schedulded for 2.9.2. In the meantime I manage by *not* mocking all endpoints and creating the mock endpoints manually...
Loading...