fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

Cannot run the quickstarts/java/camel-cdi with the camel maven plugin #4220

Open christian-posta opened 9 years ago

christian-posta commented 9 years ago

mvn camel:run

doesn't work, get this odd dependency trace:

http://pastebin.com/SEU7tvZc

It also follows that any simple java cdi project created from the corresponding archetype doesn't allow camel:run to work either.

mvn exec:java

does work, so using that as a workaround

davsclaus commented 9 years ago

yeah i noticed that too in the plain apache camel cdi example and archetype.

Its a Camel problem and not fabric8.

davsclaus commented 9 years ago

Logged a ticket to not forget https://issues.apache.org/jira/browse/CAMEL-8884

davsclaus commented 9 years ago

Fixed in Camel 2.16 onwards. We will upgrade to it when its released