Hi,
I found it takes about 18 mins to build the
camel\platforms\karaf\features module.
It will check 4~6 maven repositories for every dependency module, can we
introduce some kind of cache mechanism to speed up the build of Camel
feature?
Willem
Hi Gert,
Yes, when I remove the dependency of the ServiceMix-Kernel, I can see
the spring bundles below the camel-core feature.
Just quick question, how can the SMX features-maven-plugin find out the
bundles which are not in the bundle repository of Servicemix ?
Thanks,
Willem
Gert Vanthienen w
Willem,
Excluding a bundle from the provided shouldn't have any real
side-effects. There will be more bundles in the feature descriptor
but these would be ignored by Kernel because they're already
installed. If you run a mvn dependency:tree -Dverbose=true in the
features project, you'll see a li
Hi Gert,
I just found there are not other Spring relates jars in the camel-spring
features package.
May be I need to install the ServiceMix kernel features first to avoid
the org.osgi.framework.BundleException.
Willem
Willem Jiang wrote:
> Hi Gert,
>
> Since I want to use the features out side