*Main*
List msgList = new ArrayList();
msgList.add(place);
msgList.add(placeTrip);
msgList.add(place);
msgList.add(tripStart);
try {
SpringCamelContext camelContext = SpringCamelContext
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
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
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
Github user gzurowski closed the pull request at:
https://github.com/apache/camel/pull/89
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