Thank you! I forgot to mention I'm using R13. I will look into backporting the fix when I have some time.
Adrian Crum Sandglass Software www.sandglass-software.com On 8/3/2014 4:10 PM, Vyom Jain wrote:
This appears to be related to KEK. Related issues https://issues.apache.org/jira/browse/OFBIZ-5659 & https://issues.apache.org/jira/browse/OFBIZ-5565 and Adam Heath's commits related to these. -- Vyom On 3 August 2014 20:30, Adrian Crum <[email protected]> wrote:I'm trying to find a CreditCard value by searching for the credit card number. The find always fails because the credit card number field is encrypted. I even tried cardNumber = (String) delegator.encryptFieldValue("CreditCard", cardNumber); to encrypt the value before doing the find. Can anyone help? -- Adrian Crum Sandglass Software www.sandglass-software.com
