• Message headers between routs

    I am trying to figure out the best place to store data during a route.  Should it be on the exchange as a property or on the in/out message?   Currently we are storing information -in time to the route -m...
    Profile Photo
    last modified by gmdavidson62
  • Error using custom language in filter

    The underlying issue that I am attempting to resolve is to be able to dynamically provide an xpath in a predicate as shown below:         However, I get the following error:     Excepti...
    Profile Photo
    last modified by futuredan
  • does replaceFromWith work with CamelBlueprintTestSupport?

    Hi,   The use of replaceFromWith in unit tests described here: http://camel.apache.org/advicewith.html   Does not seem to work when using blueprint, i.e. extending CamelBlueprintTestSupport.   I hav...
    Profile Photo
    last modified by jasonnh
  • Using OGNL in camel

    Hi all,   I was wondering if it will be possible to access the property of an object. The name of the property is known at run time but the object instance is not.   Is there any shorthand that I can use t...
    Profile Photo
    last modified by lekkie_lomotayo
  • Type converter feature request

    Currently the following works:   public class TracePointTypeConverterTest extends CamelTestSupport {        @Test      public void lookup() {   ...
    Profile Photo
    last modified by jamie3_james.archibald
  • Removing inflight exchanges from a camel route

    Hi Guys,   Is there a way to remove inflight exchanges from a route?   Seems like there are exchanges stuck in my route and I don't want to restart the server. Is there any mbean operation that I could use...
    Profile Photo
    last modified by mohithanda
  • Stream inline processing, Is it possible?

    hi experts,   I'd like to do stream inline processing as part of Camel route. Something like from("stream:secureURL").beanRef("myProcess").to("stream:anotherSecureURL");   this is like a proxy to process...
    Profile Photo
    last modified by mikek753_michael.korolyov
  • How to send original XML message with unmarshalled message in camel?

    Hi,   I am trying to achieve the following in camel:   1.  Consume XML from a JMS queue 2.  Unmarshall the XML to a java class using jaxb 3.  Send the java class to a custom Processor impl...
    Profile Photo
    last modified by jasonnh
  • RecipientList annotation on an Interface does not work

    Hi all,   I was wondering why the Recipient annotation on my interface like below does not work:   @RecipientList public String[] route(Exchange exchange, @XPath(value="//Service/text()", resultType=Strin...
    Profile Photo
    last modified by lekkie_lomotayo
  • Client for Soap Web Service in servicemix shows Configuration problem

    Hi All,   I am trying to invoke my soap webservice at http://localhost:8181/cxf/OrderProcess in service mix through spring-mvc controller using below code   ClassPathXmlApplicationContext context = new C...
    Profile Photo
    last modified by shachi_shachisonu
  • File endpoint: how to customize the doneFileName ?

    Greetings,   In a file endpoint, upon file reception, I need to customize the name of the created done file by applying a regex on the input file name. How may I do that knowing that the doneFileName option only...
    Profile Photo
    last modified by simplex-software
  • Problem Applying XSLT to SOAP Faults from CXF (payload) Producer

    I've set-up a route that consumes simple XML and produces SOAP messages using CXF (dataFormat=payload).  I use XSLT to translate between the simple XML and the SOAP XML.  It works as expected for successful ...
    Profile Photo
    last modified by gatredknee
  • Jetty Client Certificate Authentication

    how should I configure servicemix servicemix-4.4.1-fuse-06-03 to enable client certificate authentication? following configuration doesn't work for me: any idea what should I hange?   this is my org.ops4j.pax....
    Profile Photo
    last modified by jjakub
  • Camel 2.10.0 fuse release?

    Just curious when the planned 2.10.0 fuse camel is to be released?
    Profile Photo
    last modified by jamie3_james.archibald
  • LDAP connection over SSL

    Hello, how can I use camel:ldap connection over ssl? How can I specify the keystore and the password to the certificate for the ssl communication? Thank you, Radomir
    Profile Photo
    last modified by radomir.kadlec
  • Cannot use ConsumerTemplate in route

    Greetings,   I have the following  route:         from(           "file:...")         &#...
    Profile Photo
    last modified by simplex-software
  • Newbie dummy questions

    Hi   Since yesterday I'm trying to get into the Fusesource products, most especially fuse-fabric. My first impression so far? Kudos   Just two quick questions:   - I don't find any forum specific fo...
    Profile Photo
    last modified by bvahdat
  • A design question

    Greetings,   We have the following very specific situation in a data-loading process. We receive a text file containing a list of files to be processed. these files are supposed to be already available on the fi...
    Profile Photo
    last modified by simplex-software
  • Can't camel:run route working when deployed on the server

    Greetings,   I have the following route:         It tries to pick-up an XML file and to validate it against its associated XSD. Deploying it on the Karaf server works but trying to run ...
    Profile Photo
    last modified by simplex-software
  • expressions within HTTP uri not being resolved

    I am trying to call a rest service with the following:   <to uri="http://localhost/api/save?param1=$&amp;param2=$" /> but the $ and $ expressions are not being resolved as I would expect and can see w...
    Profile Photo
    last modified by ndouglas60