how to transform soap jaxb/pojo playload to file in apache camel

2018-09-15 Thread Wang Yan
I try to save soap request (jaxb payload) to file as xml payload in apache camel via below code, but it failed. anyone know how to do it? Any hints will be more than welcome! public class CamelRouteBuilder extends RouteBuilder { private static final String SOAP_ENDPOINT_URI = "cxf://http://lo

Re: Aggregation to fire endpoint until predicate is satisfied

2018-09-15 Thread Onder SEZGIN
I would suggest reading by size from your data source and use split and aggregate together to see the end of batch.. On Wed, Sep 12, 2018 at 4:42 PM Michael Joyner wrote: > Hi, > > Is there a way for the .aggregate to keep firing until predicate is > satisfied? > Like this: > from("direct:databa

Re: UDP: Netty4 vs. Mina2

2018-09-15 Thread Alex Dettinger
Ron, I think there is room for improvement there. I opened https://issues.apache.org/jira/browse/CAMEL-12813 to setup a proposal in this respect. Would you like to have a try with a contribution https://github.com/apache/camel/blob/master/CONTRIBUTING.md ? Or, I could take over if you prefer. A