[
https://issues.apache.org/jira/browse/SM-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krzysztof Sobkowiak updated SM-2991:
------------------------------------
Description:
The problem occurs when {{overrides.properties}} defines bundles which are not
used by any boot features and from this reason they are not installed in system
directory. When you look here
https://github.com/apache/servicemix/blob/master/assemblies/apache-servicemix/src/main/filtered-resources/etc/overrides.properties#L34-L36
you can find the 3 missing bundles here.
{noformat}
mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/${fasterxml.jackson.version};range="[2,3)"
mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/${fasterxml.jackson.version};range="[2,3)"
mvn:com.fasterxml.jackson.module/jackson-module-scala_2.11/${fasterxml.jackson.version};range="[2,3)"
{noformat}
See
http://servicemix.396122.n5.nabble.com/Custom-ServiceMix-Build-tp5723621p5723623.html
was:See
http://servicemix.396122.n5.nabble.com/Custom-ServiceMix-Build-tp5723621p5723623.html
> ServiceMix doesn't start in offline environment
> -----------------------------------------------
>
> Key: SM-2991
> URL: https://issues.apache.org/jira/browse/SM-2991
> Project: ServiceMix
> Issue Type: Bug
> Components: assemblies
> Affects Versions: 7.0.0.M1
> Reporter: Krzysztof Sobkowiak
> Fix For: 7.0.0.M2, 7.0.0
>
>
> The problem occurs when {{overrides.properties}} defines bundles which are
> not used by any boot features and from this reason they are not installed in
> system directory. When you look here
> https://github.com/apache/servicemix/blob/master/assemblies/apache-servicemix/src/main/filtered-resources/etc/overrides.properties#L34-L36
> you can find the 3 missing bundles here.
> {noformat}
> mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/${fasterxml.jackson.version};range="[2,3)"
> mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/${fasterxml.jackson.version};range="[2,3)"
> mvn:com.fasterxml.jackson.module/jackson-module-scala_2.11/${fasterxml.jackson.version};range="[2,3)"
> {noformat}
> See
> http://servicemix.396122.n5.nabble.com/Custom-ServiceMix-Build-tp5723621p5723623.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)