-
Bug
-
Resolution: Done
-
Major
-
7.3.2
When attempting to drag a Timer component onto a blank canvas in the camel-editor, the timer component does not stick.
Instead, the JBDS error log reveals the following NPE :
https://gist.github.com/jbride/a226a5c58be01ffffc36
Upon debugging and stepping through v7.3.2.FINAL of the fuseide source code, MavenUtils throws a NPE on an apparent missing version of the maven dependency: org.apache.camel:camel-core.
This is odd in that:
1) the same maven project builds just fine both at the mvn command line and within JBDS.
2) the effective pom of the project shows the correct version of the org.apache.camel:camel-core dependency.