Btw, it works fine if I use the encryption with the password set in the
property as:

        <bean id="configurationEncryptor"
class="org.jasypt.encryption.pbe.StandardPBEStringEncryptor">
          <property name="algorithm" value="PBEWithMD5AndDES"/>
          <property name="password" value="activemq"/>
        </bean>

but still it doesnt work with the environmental variable, even if I can do a
echo $ACTIVEMQ_ENCRYPTION_PASSWORD and get its proper value



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Problem-when-trying-to-start-activemq-after-configuring-password-encryption-tp4667504p4667509.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to