You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Paul Piper (Created) (JIRA)" <ji...@apache.org> on 2012/01/20 16:19:39 UTC

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

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

        

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

Posted by "Jacques Le Roux (Closed) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Paul Piper (Updated) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Paul Piper (Updated) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Paul Piper (Updated) (JIRA)" <ji...@apache.org>.
     [ 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