Re: Filter on content of a tag

2014-06-23 Thread Willem.Jiang
Please use users mailing list instead of dev list to ask the user question. -- View this message in context: http://camel.465427.n5.nabble.com/Filter-on-content-of-a-tag-tp5752705p5752717.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Camel-http4 component throws Connection refused error

2013-03-13 Thread Willem.Jiang
Sorry to reply you late, I just came back when I was cleaning up the JIRA issue today. As you know we don't change the third part dependency version unless it has some critical bug, I'm afraid you have to use Camel 2.11.0 for the PoolingClientConnectionManager. BTW, I just committed the code which

Re: BeanInfo performance issues

2013-02-06 Thread Willem.Jiang
Hi Antoine, Do you mind to submit the patch into the JIRA[1] that Christian just created? When you submit the patch , the default action is grant it with ASF license. In this way we can keep the ball running :) Willem -- View this message in context: http://camel.465427.n5.nabble.com/BeanIn

Re: Camel Spring Batch

2012-02-09 Thread Willem.Jiang
GCoS usually need students to spend nearly three months to implement a pice of project. And you need to find a mentor to help you. It's good to see you are interesting about it, I think you can show us your brief design and there are lot of people will help you. BTW, I don't think it will take you

Re: Camel Spring Batch

2012-02-09 Thread Willem.Jiang
GCoS usually need students to spend nearly three months to implement a pice of project. And you need to find a mentor to help you. It's good to see you are interesting about it, I think you can show us your brief design and there are lot of people will help you. BTW, I don't think it will take you

Re: SOAPFaultException: BindingOperationInfo must be specified

2011-07-28 Thread Willem.Jiang
Can you make sure your myTransform copy the in message headers to the out message? It looks like the Operation header is lost when you pass the exchange to the cxf:bean:externalWSEndpoint1. BTW, Please ask the user question in the user mailing list. Willem -- View this message in context: http:

Re: FixedLengthRecord with Header and Trailer

2010-07-20 Thread Willem.Jiang
You mail is not shown in d...@camel.apche.org, you may not get the response on time. Please see this wiki page about the need to be a subscriber of the mailinglist http://camel.apache.org/discussion-forums.html -- View this message in context: http://camel.465427.n5.nabble.com/FixedLengthRecord

Re: Camel CXF web service

2010-06-29 Thread Willem.Jiang
Sorry, I didn't have working example to show how to use axis2 to call the CXF, but you can google for it :) BTW, What's your CXF SEI looks like, did you use any JAXWS annotation? Willem -- Apache Camel, Apache CXF committer Open SOA http://www.fusesource.com Blog h

Re: Camel CXF web service

2010-06-29 Thread Willem.Jiang
Can you check if there is something wrong with this endpoint ? According the stack trace, it looks like the cxfProdurce didn't get the response before the timeout. Please make sure the service that "cxf:bean:p3serviceEndpoint" is trying to access is working rightly. Willem ---

Re: Camel CXF web service

2010-06-29 Thread Willem.Jiang
Hi, I need have a look at your route? There are some timeout error from the JmsProducer and CxfProducer. How does your Axis Client look like , do you use the JMS transport to send the message ? Willem -- Apache Camel, Apache CXF committer Open SOA http://www.fuses

Re: Camel CXF web service

2010-06-29 Thread Willem.Jiang
What kind of exception did you get? CXF and Axis2 both support JAXWS, I think there should be no problem when they talk to each other. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-web-service-tp511782p511805.html Sent from the Camel Development mailing list archiv