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
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 : "
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
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],
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]
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
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.