apache-camel
URL Encoding a Camel Exchange Body
I need help with this question. I\'m using the camel-http component as shown here but I\'m having trouble because the body I\'m sending has unescaped ampersands.This is causing the query string on th[详细]
2023-02-04 13:03 分类:问答JMS with apache camel in ServiceMix generates an error
I\'ve got a problem with JMS access in spring, I try to configure JMS consumer and get an error: Class[详细]
2023-02-03 03:46 分类:问答java.io.FileNotFoundException: /target/test.log
Greetings all I am using Apache Camel and Apache CXF in this example: http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.data/cxfcamelexample.zip[详细]
2023-02-02 07:05 分类:问答how to get the resultset from a camel jpa component?
on querying a camle jpa component like <from uri=\"jpa:jpa.camel?consumer.query=select x from jpa.camel x\"/>[详细]
2023-02-02 00:58 分类:问答Camel CXF consumer, webservice method has no response
I\'m trying to consume a webservice from camel using the cxf component, like this: <cxf:cxfEndpoint id=\"webservice\"[详细]
2023-01-31 11:51 分类:问答Creating Camel routes at runtime in Grails
The 开发者_开发技巧Grails routing plugin makes creating Apache Camel routes at compile-time trivial.Is there a way to create new routes at runtime?Look here for a complete walk-through: Grails, Camel[详细]
2023-01-30 23:25 分类:问答Documenting Camel Routes
I have several Camel contexts in my project and i would like to document the routes if possible in a reverse engineering fashion since we want to keep t开发者_JS百科he documentation up to date related[详细]
2023-01-30 12:37 分类:问答Suitable architecture for rewrite with integration + migration scenario
Recently we started a project at the company I work at to restructure and rewrite our systems landscape and rescue the future of our children.[详细]
2023-01-29 12:13 分类:问答ClasspathXMLApplicationContext problem in apache-servicemix-4.3.0-fuse-00-00
I followed the example in chapter 14 of the book, \"Camel in Action\". I wish to hide the middleware from by business logic. While developing using \"camel:run:\", everything seemed to work pretty we[详细]
2023-01-22 23:43 分类:问答maven plugin to be used for building an osgi bundle containing camel-routes and some POJO's for deploying inside fuse-servicemix 4.3.0?
Which maven plugin is used for building an osgi bundle containing camel-routes and some POJO\'s for deploying inside fuse-servicemix 4.3开发者_如何学Python.0 . i have used pax as well as maven-bundle[详细]
2023-01-21 19:05 分类:问答