Hi John,

Correct, adding jasypt-encryption in featuresBoot of etc/org.apache.karaf.features.cfg installs the feature at startup.

I just tried on a fresh 4.0.8 instance, just adding jasypt-encryption after the kar feature in the featuresBoot, and it works fine (I can see the jasypt-encryption feature in feature:list -i after the boot).

Here's the content of my featuresBoot:

featuresBoot = \
    instance, \
    package, \
    log, \
    ssh, \
    aries-blueprint, \
    framework, \
    system, \
    feature, \
    shell, \
    management, \
    service, \
    jaas, \
    shell-compat, \
    deployer, \
    diagnostic, \
    wrap, \
    bundle, \
    config, \
    kar, \
    jasypt-encryption

Regards
JB

On 02/18/2017 03:56 PM, jszjsmith wrote:
Hello, I'm trying to install jasypt-encryption automatically on startup of a
new 4.0.8 installation:

It installs fine manually:


But if I add it to featuresBoot in org.apache.karaf.features.cfg it does not
get installed on startup.
Am I misunderstanding how this works, I assumed it would install the feature
for me if it wasn't already there?

thanks,
John.





--
View this message in context: 
http://karaf.922171.n3.nabble.com/featuresBoot-not-installing-jasypt-encryption-tp4049579.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to