I'm trying to write a features XML file that will be included in a KAR for deployment. While my individual features are functional, when I perform the command: kar:install file:/path/to/kar everything gets loaded into Karaf, but all the features are automatically started. While this is fine for some core pieces there are several optional ones that I don't want installed by default as they would be a choice depending on the needs of the application. How can I construct my features file to accomplish this? I have already looked at the XSD for features and trying to use the install attribute on the feature tag, but setting it to either "false" or "manual" doesn't stop auto installation from occurring. The XSD says this attribute is a simple string with a minimum length of 1 character with no indication of what the possible values are. Thanks, Allen
-- View this message in context: http://karaf.922171.n3.nabble.com/Features-automatic-vs-manual-install-tp4051144.html Sent from the Karaf - User mailing list archive at Nabble.com.
