Log in to follow, share, and participate in this community.
Thread Basic authentication on "To" endpoint in a camel route
Basic authentication on "To" endpoint in a camel routeHi, I need to invoke an external web service from my application in Servicemix. This external Web service needs username and password for the basic authentication. My route looks simple: ...
Camel - OData supportHow much effort is involved in order to use OData in Camel? Is this something that will be more user friendly supported in the future? Are there any examples? I suppose that odata4j is the only depend...
Thread Need to report an error if the file does not exist
Need to report an error if the file does not existI have the route that starts with: <from uri="file:}?fileName={{input_filename}}&noop=true" /> I need to report an error if the file does not exist. But in that case my route hangs on pol...
Thread CXF 2.6: cxfrs Resource classes are no longer executed?
CXF 2.6: cxfrs Resource classes are no longer executed?I am testing cxfrs on the new cxf 2.6 and I have my beans defined below: With cxf 2.4, Path URIs are defined in the resource beans in v1RestRequestServicesBeans and camel sends request to this cl...
XStream implicitCollectionsI am trying to convert some json to an object but am getting a XStream DuplicateFieldException. From googling, its suggested i should use "implicitCollections". The JSON looks as follows: {"emailReques...
camel-jpa queries with parameters?Hi, Looking at the docs for camel-jpa and this post: http://grokbase.com/t/camel/users/09ax40mh66/jpa-how-to-pass-parameters-to-namedquery It looks like you can not use parameters with queries in came...
trying to use xslt in a camel route....hi, I am trying to make a route in java dsl... .from("activemq:queue:name") // these don't work .to("xslt:file:./AddProperties.xslt") .to("xslt:file://./AddProperties.xslt") .to("xslt:com/mine/Add...
Camel and best practice of using POJOHi, I've been playing with camel for a month and went from PAYLOAD to POJO format. I want to use this one as objects I will be getting are going to be complex. I still have questions and don't have cl...
Debug Camel spring application in EclipseCould you tell me, please, how I can debug the camel application in eclipse? I can run it from command line using "mvn camel:run" or from eclipse using "RunAs ... -> Maven build", but now need to work with ...
Thread How to access system property in blueprint xml?
How to access system property in blueprint xml?Hi, I have a camel context and beans defined in a blueprint xml file and would like to access a system property. I would like the blueprint equivalent of spring: ${com.company.myProperty} ...
Thread JAXB + Part classes + ProducerTemplate problem?
JAXB + Part classes + ProducerTemplate problem?I have an WSDL which I used wsdl2java to produce the following data contract: class PositionReportList { List getPositionReports(); } and service contract: interface...
jetty-activemq route performanceHi, I currently have an installation of Fuse Message broker running activemq 5.5. I have a few jms producers sending messages and the broker receives more than 10k non-persistent msgs per second and it is working fi...
Thread SimpleIllegalSyntaxException when upgrating to Camel 2.9.0.fuse-70-097
SimpleIllegalSyntaxException when upgrating to Camel 2.9.0.fuse-70-097Hello, I'm migrating from Fuse ESB 4.4.1 to Fuse ESB Enterprise 7.0.2.fuse-097 (Camel 2.8.0-fuse-06-11 to Camel 2.9.0.fuse-70-097 and I have the following issue with an existing route that fails starting-up: ...