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
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
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.