apache-camel
XML encoding for '#'
I\'m trying to configure this in spring/camel xml: <c:from uri=\"mina:upd://localhost:6060?codec=#myCodec&sync=false\" />[详细]
2023-03-26 11:12 分类:问答Custom URIReslover for camel
we are trying to use xsl for converting xml to our custom xml format using camel and its out of the box xslt support[详细]
2023-03-25 23:04 分类:问答Most Efficient way to create XML from java List object
i am working on converting CSV to XML, though i have many ways to do this but my requirement is to do it in such a way that in future 开发者_StackOverflowthe mapping can be changed without any code ch[详细]
2023-03-22 19:09 分类:问答Ibatis and polling database
I would like to use IBatis for polling 3 legacy databases for new rows an开发者_运维问答d insert into a new database. But our customers don\'t allow me to insert one \"status\" column in three legacy[详细]
2023-03-22 08:48 分类:问答Fetch custom exception from the exchange
I have declared my CustomException class. When the onException() catches it , it goes to the processor I defined :[详细]
2023-03-21 20:25 分类:问答Mapping JavaObject to Javabeans in declarative way
Edit1 I am not sure if the title is best for the problem so if any have some more orinted title please suggest[详细]
2023-03-21 20:19 分类:问答Camel issue with JMX Endpoints and injection for SEDA
There seems to be an issue with camel and JMX. One of the great features of the SEDA JMX component is the ability to see the queue size using the get queue method which is found under org.apache.camel[详细]
2023-03-21 13:57 分类:问答Apache SOA vs. Mule
I\'m looking for a high level technical gap analysis of the Apache ESB/SOA stack (Servicemix, Camel, ActiveMQ, CXF) vs. comparable Mule technologies.[详细]
2023-03-21 04:14 分类:问答camel http4 route in thread with timeout
I\'d like to use http4 route, but have it execute inside a thread with a timeout. I already have my http4 route setup, something like this:[详细]
2023-03-20 20:43 分类:问答Global onException to handle multiple RouteBuilder classes
I need to make onException, to be global over the whole route builders I have in order not to rewrite the same line for every route builder I create .[详细]
2023-03-20 15:37 分类:问答