Re: Bindy fixed length

2013-04-28 Thread Charles Moulliard
Ticket created : https://issues.apache.org/jira/browse/CAMEL-6323 On Sat, Apr 27, 2013 at 12:49 PM, Charles Moulliard wrote: > Will have a look tomorrow to solve the bug. > > > On Sat, Apr 27, 2013 at 11:06 AM, Babak Vahdat < > babak.vah...@swissonline.ch> wrote: > >> Hi Charles, >> >> This new

xml document root element name retrieval using xpath method

2013-04-28 Thread hgasmi
I am trying to retrieve the name of root element to append it separately in the header as follows: from("jms:axon-events") .setHeader("root_element", xpath("name(/*)")) .process(new Processor() { public void process(Exchange exchange) throws Exception { System.out.println("root name : "

[ANNOUNCE] Apache Camel 2.9.7 Released

2013-04-28 Thread Christian Müller
The Camel community announces the immediate availability of the new patch release camel-2.9.7. This release is issued after 6 weeks of development of the 2.9.6 release. The artifacts are published and ready for you to download [1] either from the Apache mirrors or from the Central Maven repository

Re: issues with camel-cmis and alfresco 4

2013-04-28 Thread Ioan Eugen Stan
Hello Christian, I've tracked it down. It seems that mixing camel-cmis and camel-jaxb for camel 2.11.0 creates this runtime issue when parsing a response from Alfresco. Removing the dependency on camel-jaxb solved my issue. I've tried with both java-7-oracle and OpenJDK-1.6 on Debian Wheezy [1],

Re: issues with camel-cmis and alfresco 4

2013-04-28 Thread Christian Müller
The error message says: Caused by: java.lang. IllegalStateException: You are running with invalid JAXP api or implementation. JAXP api/implementation of version 1.3.1 (included in JDK6) or higher is required It would really helpful if you provide some more details about this... Checkout [1]. [1]

issues with camel-cmis and alfresco 4

2013-04-28 Thread Ioan Eugen Stan
Hello, I'm trying to upload some files to Alfresco 4 using camel-cmis component but I get some nasty XML parsing exception. Anyone knows how to fix the issue or another way to upload files to Alfresco? The code that I use is: public class AlfrescoCmisLiveTest extends CamelTestSupport { @Over

Re: convertBodyTo object array

2013-04-28 Thread Darwish
Hi , any XML DSL workaround ? my version is 2.10.1 Thanks, - Othman Darwish ProgressSoft Corp. -- View this message in context: http://camel.465427.n5.nabble.com/convertBodyTo-object-array-tp5727124p5731678.html Sent from the Camel - Users mailing list archive at Nabble.com.