Re: Usages overrides.properties and blacklisted.properties

2017-03-20 Thread aedevdweij
Thnx for the reply... can you also elaborate one the function of blacklisted? Is the purpose to prevent a specific feature from being installed? -- View this message in context: http://karaf.922171.n3.nabble.com/Usages-overrides-properties-and-blacklisted-properties-tp4049895p4049898.html Sent

Re: Usages overrides.properties and blacklisted.properties

2017-03-20 Thread Jean-Baptiste Onofré
Hi, These files allow you to define from whichh feature a bundle comes from. overrides.properties contains provided bundle URLs not overrided by feature installation. For instance: mvn:foo/bar/1.0 means that bar bundle (startup bundle) is provided and overrides all bundles/packages that a

Usages overrides.properties and blacklisted.properties

2017-03-20 Thread aedevdweij
Hi, Our feature basically pulls in external two conflicting transaction managers. Plowing through the documentation and this forum I couldn't find any documentation that addresses blacklisting a bundle. A file blacklisted.properties is mentioned and also overrides.properties that might be of help.