This content has been marked as final.
Show 5 replies
-
1. Re: Which bundle is missing?
ffang Oct 23, 2013 8:31 PM (in response to yanwang)Hi,
Ensure you installed camel-velocity feature
Freeman
-
2. Re: Which bundle is missing?
yanwang Oct 24, 2013 2:59 AM (in response to ffang)Hi,
Thanks for the reply, if i see how long stack trace, how do i exactly know that camel-velocity feature is missing? any hints from stack trace?
Thanks!
-
3. Re: Which bundle is missing?
ffang Oct 24, 2013 3:30 AM (in response to yanwang)Hi,
The error message
(component=velocity)(objectClass=org.apache.camel.spi.ComponentResolver))
told that.
Freeman
-
4. Re: Which bundle is missing?
yanwang Oct 24, 2013 3:33 AM (in response to ffang)how do i know it is feature missing or bundle missing by looking this error message?
how do i find the right name of feature or bundle to install?
The error message
(component=velocity)(objectClass=org.apache.camel.spi.ComponentResolver))
Thanks!
-
5. Re: Which bundle is missing?
davsclaus Oct 24, 2013 12:10 PM (in response to yanwang)The error message is saying that the camel velocity component is not available.
You can install it using
features:install camel-velocity