Installing and Starting up bundle at startup

2013-10-16 Thread omkar.chogale
Hi, I want to add my own bundle into karaf and make it up the moment karaf starts. It just contains xml to specify LDAP as realm to be used. Actually I want to configure karaf to use LDAP realm without putting blueprint xml into deploy folder. Is there any other way to do this? Could someone

Re: Installing and Starting up bundle at startup

2013-10-16 Thread Freeman Fang
Hi, You can define a customer feature which refer your LDAP blueprint configuration file and then add this feature in etc/org.apache.karaf.features.cfg featuresBoot property, your customer feature would be like feature name=my-ldap-feature version=1.0.0 resolver=(obr) start-level='50'