Re: About CXF-Camel Security!

2010-11-07 Thread Willem Jiang
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

Re: Cannot reply to a message routed by camel

2010-11-07 Thread Donald Whytock
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

About CXF-Camel Security!

2010-11-07 Thread Jinglong Wang
*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

Cannot reply to a message routed by camel

2010-11-07 Thread Krystian
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

Re: camel-cxf: exception when parsing cxf:schemaLocation element

2010-11-07 Thread Willem Jiang
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

Re: camel-cxf: exception when parsing cxf:schemaLocation element

2010-11-07 Thread Willem Jiang
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

Re: camel-cxf: exception when parsing cxf:schemaLocation element

2010-11-07 Thread Claus Ibsen
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

Re: camel-cxf: exception when parsing cxf:schemaLocation element

2010-11-07 Thread Marco Zapletal
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/