SAXParseException -Cannot find the declaration of element 'beans'

2014-12-16 Thread niteshjain
Camel+cxf - Unable to parse the *camel_context.xml *when called from a java code as below. i don't get any such error when i run in eclipse. ApplicationContext ac = new ClassPathXmlApplicationContext("nite.xml"); CamelContext context = SpringCamelContext.springCamelContext(ac); *camel_context.x

Camel.trunk.notest - Build # 2249 - Failure

2014-12-16 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2249) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2249/ to view the results.

Re: New camel-cassandra component: Licenses doubt

2014-12-16 Thread Willem Jiang
Hi, I’m not sure if we use LGPLv3 jar inside of Apache Camel, but we have camel-extra[1] to host the components which may not be hosted Apache Camel repository due to license issue. [1]https://code.google.com/a/apache-extras.org/p/camel-extra/?redir=1 -- Willem Jiang Red Hat, Inc. Web: http

New camel-cassandra component: Licenses doubt

2014-12-16 Thread Andrea Cosentino
Hi all, I'm currently working on a new component: camel-cassandra. This component will use: - Datastax Java Driver (Apache License 2.0) and for unit testing - Cassandra-Unit My doubt is related to this last project. This work is licensed under LGPL V 3.0 and should be very useful to have an embedd