Re: Camel Bindy with multiple model and multiple RouteBuilder

2014-01-22 Thread MohamedAli
*Main* List msgList = new ArrayList(); msgList.add(place); msgList.add(placeTrip); msgList.add(place); msgList.add(tripStart); try { SpringCamelContext camelContext = SpringCamelContext

Camel Bindy with multiple model and multiple RouteBuilder

2014-01-22 Thread MohamedAli
Hello, I have tried to send message string to single model and single routebuilder it works fine!!! I have List of String which is sent to bindy to convert into POJO from multiple model with multiple routebuilder, but it not not working. Please find the sample below and guilde to fix the issue. *c

Re: git commit: CAMEL-7130 XsltBuilder uses the StaxSource by default

2014-01-22 Thread Daniel Kulp
On Jan 22, 2014, at 9:55 PM, Willem Jiang wrote: > Hi Dan, > > You are right, I did some test (by running the example inside Karaf) and > confirmed Xalan 2.7.1 doesn’t support StaxSource. I will keep digging the > code to find a better solution for it. You may want to try grabbing the StaxSo

Re: git commit: CAMEL-7130 XsltBuilder uses the StaxSource by default

2014-01-22 Thread Willem Jiang
Hi Dan, You are right, I did some test (by running the example inside Karaf) and confirmed Xalan 2.7.1 doesn’t support StaxSource. I will keep digging the code to find a better solution for it. Regards, -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogsp

camel pull request: Rename authentication test classes to reflect the actua...

2014-01-22 Thread gzurowski
Github user gzurowski closed the pull request at: https://github.com/apache/camel/pull/89

Re: git commit: CAMEL-7130 XsltBuilder uses the StaxSource by default

2014-01-22 Thread Daniel Kulp
Willem, Can you try these changes with Xalan 2.7.1 on the class path? Possibly in OSGi with the Xalan 2.7.1 bundle? I don’t think Xalan actually supports StaxSource. I believe the in-jdk transformer does, but Xalan doesn’t.It would be good to double check and then see if we can detect