August 2017
Intermediate to advanced
328 pages
7h 18m
English
First of all, create the beosbank-moneytransfert-cacheloader Maven project with bundle packaging There are various karaf maven plugins to build and package OSGi bundles; for fuse projects, we can rely on fuse bom for dependency management and the maven bundle plugin:
<camel.version>2.17.0.redhat-630187</camel.version><version.maven-bundle-plugin>2.3.7</version.maven-bundle-plugin> <jboss.fuse.bom.version>6.3.0.redhat-187</jboss.fuse.bom.version>
Each JBoss Fuse version is packaged and released with a specific Apache camel version and tag. Fuse 6.3.0.redhat-187 is built on top of Apache Camel 2.17.0.redhat-187, so all the camel modules for this version are, by default, included in the Fuse OSGi repository.
You need to specify ...
Read now
Unlock full access