Hi

I have found that 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.

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)"

Please remove simply these 3 entries from ovverides.propertiesand it should 
work. I'll ask in Karaf dev whether this is a correct behaviour.

Regards
Krzysztof


On 21.04.2016 12:46, Sobkowiak Krzysztof wrote:
> ServiceMix doesn't provide anymore the full assembly which contains all 
> bundles in system directory and can be used without internet connection.  But 
> at least the bundles used during boot should be available and ServiceMix 
> should start with no connection. I'll check it later in the evening.
>
> Do you use ServiceMix master?
>
> Regards
> Krzysztof
>
> On 21.04.2016 10:46, puperzenkarl wrote:
>> Works. But ServiceMix is not able to start offline. It still tries to load
>> this from the maven repositories:
>> com\fasterxml\jackson\jaxrs\jackson-jaxrs-base\2.6.3
>> com\fasterxml\jackson\jaxrs\jackson-jaxrs-json-provider\2.6.3
>> com\fasterxml\jackson\module\jackson-module-scala_2.11\2.6.3
>>
>> Why?
>>
>>
>>
>> --
>> View this message in context: 
>> http://servicemix.396122.n5.nabble.com/Custom-ServiceMix-Build-tp5723621p5723623.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.

-- 
Krzysztof Sobkowiak (@ksobkowiak)

JEE & OSS Architect, Integration Architect
Apache Software Foundation Member (http://apache.org/)
Apache ServiceMix Committer & PMC Member (http://servicemix.apache.org/)
Senior Solution Architect @ Capgemini SSC (http://www.capgeminisoftware.pl/)

Reply via email to