Re: Alias file from META-INF/org.apache.openejb.resource.jdbc.PasswordCipher not found

2018-06-12 Thread Romain Manni-Bucau
Hi, your SPI file is wrong: META-INF/org.apache.openejb.cipher.PasswordCipher/reverse see https://github.com/apache/tomee/blob/master/container/openejb-core/src/test/resources/META-INF/org.apache.openejb.cipher.PasswordCipher/reverse for example Romain Manni-Bucau @rmannibucau

Alias file from META-INF/org.apache.openejb.resource.jdbc.PasswordCipher not found

2018-06-12 Thread naina
Hi, I am trying to plug my own algorithm to extend Apache OpenEJB built in ones. I am giving an entry with PasswordCipher property set to alias name reverse like: PasswordCipher reverse and reverse(alias) file is kept in META-INF/org.apache.openejb.resource.jdbc.PasswordCipher with the below