[
https://issues.apache.org/jira/browse/OFBIZ-10524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581163#comment-16581163 ]
Jacques Le Roux commented on OFBIZ-10524:
-----------------------------------------
Hi Fernando,
I think this was missed in OFBIZ-8399 or later when the minilang files were renamed and moved. Please try to replace
{code:java}
<call-simple-method method-name="createWorkEffortSkillStandard" xml-resource="component://workeffort/minilang/workeffort/WorkEffortSimpleServices.xml"/> {code}
by
{code:java}
<call-simple-method method-name="createWorkEffortSkillStandard" xml-resource="component://workeffort/servicedef/services.xml"/> {code}
in ProjectServices.xml, thanks
> Could not find <simple-method name="createWorkEffortSkillStandard">
> -------------------------------------------------------------------
>
> Key: OFBIZ-10524
> URL:
https://issues.apache.org/jira/browse/OFBIZ-10524> Project: OFBiz
> Issue Type: Bug
> Components: workeffort
> Affects Versions: 16.11.04
> Reporter: Fernando Ortega
> Assignee: Suraj Khurana
> Priority: Major
> Attachments: OFBIZ-10524.patch
>
>
> I'm trying to create a project task, if i set estimated hours field and submit, it appears "Error running the simple-method: Could not find <simple-method name="createWorkEffortSkillStandard"> in XML document component://workeffort/minilang/workeffort/WorkEffortSimpleServices.xml Method = createProjectTask, File = file:/Users/zilent/Projects/apache-ofbiz-16.11.04/specialpurpose/projectmgr/minilang/ProjectServices.xml, Element = <call-simple-method>, Line 178null"
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)