[jira] [Created] (OFBIZ-4666) Workflow Engine throws error (fix included)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-4666) Workflow Engine throws error (fix included)

Nicolas Malin (Jira)
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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4666) Workflow Engine throws error (fix included)

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Piper updated OFBIZ-4666:
------------------------------

    Attachment: Workflow-fix.patch
   

> 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
>              Labels: fix, trunk, workflow
>             Fix For: SVN trunk
>
>         Attachments: Workflow-fix.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4666) Workflow Engine throws error (fix included)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Piper updated OFBIZ-4666:
------------------------------

    Attachment:     (was: Workflow-fix.patch)
   

> 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
>              Labels: fix, trunk, workflow
>             Fix For: SVN trunk
>
>         Attachments: Workflow-fix.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4666) Workflow Engine throws error (fix included)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Piper updated OFBIZ-4666:
------------------------------

    Attachment: Workflow-fix.patch
   

> 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
>              Labels: fix, trunk, workflow
>             Fix For: SVN trunk
>
>         Attachments: Workflow-fix.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4666) Workflow Engine throws error (fix included)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4666.
----------------------------------

    Resolution: Invalid
      Assignee: Jacques Le Roux

There are no runAsyncReturnJobId in OFBiz.
               

> 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
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>              Labels: fix, trunk, workflow
>             Fix For: SVN trunk
>
>         Attachments: Workflow-fix.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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