I can't give you more answer just from the stack trace that you gave.
Please provide a simple test case for this issue.
BTW, you can take a look at this page[1] for tracking the CXF endpoint
in out message.
[1]http://cxf.apache.org/docs/debugging-and-logging.html
On 11/8/10 11:08 AM, Jinglong
Why not give each user its own SEDA queue and have the listener on the
main queue route messages among the user queues? Each user would
still be single-threaded, but at least the listener wouldn't be
blocked and resubmits and delays wouldn't be necessary.
Don
On Sun, Nov 7, 2010 at 8:00 PM, Krys
*Hi,*
*I use cxf-camel with X509 security, but cxf-camel cant outbound.*
*the exception is:*
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInput
Hi,
I know the way I am doing it might be a bit off from what is considered
normal, however I couldn't do it any other way.
I have a queue of user actions to be executed on the system.
There are several concurrent listeners listening for the actions, and they
take them off the queue and 'execute
On 11/7/10 5:09 PM, Claus Ibsen wrote:
On Sun, Nov 7, 2010 at 5:24 AM, Willem Jiang wrote:
I just checked the code of camel-cxf, it doesn't support to take the
schemaLocation, so I create a JIRA[1] for it and will work on quick fix for
it shortly.
[1]https://issues.apache.org/activemq/browse/C
Hi,
I just committed a fix into camel trunk, please check out the latest
Camel 2.6-SNAPSHOT for verification.
BTW, the right configuration of schemaLocations is like below.
http://localhost:9000/router";
serviceClass="org.apache.camel.component.cxf.HelloService">
classpath:wsd
On Sun, Nov 7, 2010 at 5:24 AM, Willem Jiang wrote:
> I just checked the code of camel-cxf, it doesn't support to take the
> schemaLocation, so I create a JIRA[1] for it and will work on quick fix for
> it shortly.
>
> [1]https://issues.apache.org/activemq/browse/CAMEL-3319
>
Willem can you doubl
Thanks for that quick reaction.
Am 07.11.2010 05:24, schrieb Willem Jiang:
I just checked the code of camel-cxf, it doesn't support to take the
schemaLocation, so I create a JIRA[1] for it and will work on quick fix
for it shortly.
[1]https://issues.apache.org/activemq/browse/CAMEL-3319
On 11/