How exactly do I exclude the datasource xml bundle?
If you copy the xml file to the deploy dir, Karaf creates a bundle for it
with a corresponding bundle.jar.
Are you saying I need to add it to the
etc/org.apache.karaf.cellar.groups.cfg file like this:
default.config.blacklist.inbound = org.apache.felix.fileinstall*, \
org.apache.karaf.cellar*, \
org.apache.karaf.management, \
org.apache.karaf.shell, \
org.ops4j.pax.logging, \
org.ops4j.pax.web, \
bundle.jar
default.config.blacklist.outbound = org.apache.felix.fileinstall*, \
org.apache.karaf.cellar*, \
org.apache.karaf.management, \
org.apache.karaf.shell, \
org.ops4j.pax.logging, \
org.ops4j.pax.web, \
bundle.jar
What exactly would the syntax be for referencing the jar or datasource xml
here??
--
View this message in context:
http://karaf.922171.n3.nabble.com/writing-a-bug-for-Karaf-Cellar-tp4034078p4034107.html
Sent from the Karaf - User mailing list archive at Nabble.com.