Workflow Engine throws error (fix included)
-------------------------------------------
Key: OFBIZ-4666
URL: https://issues.apache.org/jira/browse/OFBIZ-4666
Project: OFBiz
Issue Type: Bug
Components: specialpurpose/workflow
Affects Versions: SVN trunk
Reporter: Paul Piper
Priority: Trivial
Fix For: SVN trunk
In Eclipse the source currently throws an error within the WorkflowEngine.java:
{code}
Description Resource Path Location Type The type
WorkflowEngine must implement the inherited abstract method
GenericEngine.runAsyncReturnJobId(String, ModelService, Map<String,Object>,
boolean) WorkflowEngine.java /sparta/specialpurpose/workflow/src/org/o
{code}
This is due to WorkflowEngine.java not implementing proper overrides to the
inherrited java class. Though this isn't a huge concern and will compile just
fine, we should still simply override this as already assumed. I included a
simple patch that should fix the issue. Please validate and close when
appropriate.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira