camel-salesforce: multiple interactions in one route?

2015-01-19 Thread Daniel Pocock
I've tried to make a route that does a Salesforce query and then uses a value from the result for creating an object in Salesforce. JMS message ---> enrich ---> to("salesforce:createSObject"); ^ ^ ^ salesforce:query

Re: Question about documentType in XPathBuilder

2015-01-19 Thread Claus Ibsen
Hi Thanks for the patch. On Mon, Jan 19, 2015 at 2:19 PM, Siano, Stephan wrote: > Hi Claus, > > Ok, thanks. I didn't find anything in camel-jaxb, but camel-saxon does indeed > contain some XML configurations for XPath. I extended the tests there and > attached the patch to > https://issues.apa

RE: Question about documentType in XPathBuilder

2015-01-19 Thread Siano, Stephan
Hi Claus, Ok, thanks. I didn't find anything in camel-jaxb, but camel-saxon does indeed contain some XML configurations for XPath. I extended the tests there and attached the patch to https://issues.apache.org/jira/browse/CAMEL-8182 . Is this ok? Best regards Stephan

Re: Question about documentType in XPathBuilder

2015-01-19 Thread Claus Ibsen
The xml tests are likely in camel-jaxb, and potentially camel-saxon. Then you can use a spring xml file. On Mon, Jan 19, 2015 at 8:25 AM, Siano, Stephan wrote: > Hi Claus, > > Ok that does really look easy, I will prepare a patch and append it to the > JIRA task. However I didn't manage to find