hefiso
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:
...
Loading...
Claus Ibsen-2
Hi
Do you use any interceptor in your unit test such as indicate in the stacktrace?
InterceptSendToEndpoint
Can you post the code snippet w...
Loading...
hefiso
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...
Loading...
Willem.Jiang
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 ...
Loading...
hefiso
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...
Loading...
Claus Ibsen-2
On Wed, Mar 14, 2012 at 12:25 PM, hefiso
<henrik.filtenborg.sorensen@...> wrote:
> Hi
>
> I have created a small example showin...
Willem.Jiang
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...
Loading...
hefiso
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...