How to use Apache Camel and "camel-gcode" to control CNC machine

2016-11-17 Thread Igor Suhorukov
Hi team, This is post based on my conference report from Central & Eastern European Software Engineering Conference in Russia 2016. Let’s sequentially discuss topics from work and occupation, machine t

packaging maven project jboss fuse

2016-11-17 Thread inconnu
In my project I connect to a mysql database. To deploy my jar on jboss fuse I need to add mysql-connector-java to the deploy folder. Do you have an idea how to package my project to deliver a single jar? -- View this message in context: http://camel.465427.n5.nabble.com/packaging-maven-project-

Camel.trunk.notest - Build # 2937 - Still Failing

2016-11-17 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2937) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2937/ to view the results.

[GitHub] camel pull request #1276: CAMEL-10491 - Spring-LDAP - Add support for authen...

2016-11-17 Thread bhaveshdt
GitHub user bhaveshdt opened a pull request: https://github.com/apache/camel/pull/1276 CAMEL-10491 - Spring-LDAP - Add support for authenticate, modify_attributes and function_driven operations Please pay special attention to the newly added FUNCTION_DRIVEN operation. You can merg

Issues in XML to POJO conversion

2016-11-17 Thread cameluserr123
I am trying a simple conversion of an XML file to a POJO from the below Camel code. @Component public class MyApplication extends RouteBuilder { @Override public void configure() throws Exception { JaxbDataFormat jaxbFormat = new JaxbDataFormat(); jaxbFormat

Re: Proposed change to BlueprintCamelContext startup behaviour

2016-11-17 Thread Quinn Stevenson
Thanks for the feedback Matt - I’ve dealt with suspending the CamelContext when services aren’t available in a couple of ways. One way was to watch for the BlueprintEvent.WAITING, and suspend the camel context when that was received. This was a little problematic though because I don’t get an