[
https://issues.apache.org/jira/browse/OFBIZ-9649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16142813#comment-16142813 ]
Ayushi Rathod commented on OFBIZ-9649:
--------------------------------------
Thanks [~aditya.sharma] for the inputs.
Now called the method HashCrypt.*digestHash*() instead HashCrypt.*getDigestHash*(). The patch has been attached below:
[^OFBIZ-9649.patch]
> Unable to create Customer
> -------------------------
>
> Key: OFBIZ-9649
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9649> Project: OFBiz
> Issue Type: Bug
> Components: party
> Affects Versions: Trunk
> Reporter: Ayushi Rathod
> Assignee: Ayushi Rathod
> Attachments: OFBIZ-9649.patch, OFBIZ-9649.png
>
>
> Steps to regenerate:
> 1. Go to Party Component (
https://demo-trunk-ofbiz.apache.org:8443/partymgr/control/main)
> 2. Create on *Create Customer* sub-menu (
https://demo-trunk-ofbiz.apache.org:8443/partymgr/control/NewCustomer)
> 3. Fill all the required fields and click on save button
> Expected result: Customer should be created successfully.
> Actual result: An error is thrown
> {code}
> The Following Errors Occurred:
> Error running the simple-method: Error running groovy script [<br/> boolean useEncryption = "true".equals(org.apache.ofbiz.entity.util.EntityUtilProperties.getPropertyValue("security", "password.encrypt", delegator))<br/> if (useEncryption) { newUserLogin.set("currentPassword", org.apache.ofbiz.base.crypto.HashCrypt.getDigestHash((String) newUserLogin.get("currentPassword"))) }<br/> ]: javax.script.ScriptException: groovy.lang.MissingMethodException: No signature of method: static org.apache.ofbiz.base.crypto.HashCrypt.getDigestHash() is applicable for argument types: (java.lang.String) values: [ofbiz]<br/>Possible solutions: digestHash(java.lang.String, [B) Method = createUser, File = file:/home/ofbizDemo/trunk/applications/party/minilang/user/UserEvents.xml, Element = <script>, Line 316null
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)