You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/03/26 11:36:27 UTC

[jira] Created: (SLING-1467) Cancelling a job does not work

Cancelling a job does not work
------------------------------

                 Key: SLING-1467
                 URL: https://issues.apache.org/jira/browse/SLING-1467
             Project: Sling
          Issue Type: Bug
          Components: Extensions
    Affects Versions: Extensions Event 2.3.0
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Extensions Event 2.3.2


When cancelling a job a wrong path is used to cancel the job, therefore the cancel does not work at all.
In addition, if the job is currently running, the counters are not reset correctly and no notification is send

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-1467) Cancelling a job does not work

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-1467.
-------------------------------------

    Resolution: Fixed

Fixed the path handling and correctly sync cancelling a job in revision: 927774
Added a test case

> Cancelling a job does not work
> ------------------------------
>
>                 Key: SLING-1467
>                 URL: https://issues.apache.org/jira/browse/SLING-1467
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: Extensions Event 2.3.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 2.3.2
>
>
> When cancelling a job a wrong path is used to cancel the job, therefore the cancel does not work at all.
> In addition, if the job is currently running, the counters are not reset correctly and no notification is send

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-1467) Cancelling a job does not work

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-1467.
-----------------------------------


> Cancelling a job does not work
> ------------------------------
>
>                 Key: SLING-1467
>                 URL: https://issues.apache.org/jira/browse/SLING-1467
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: Extensions Event 2.3.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 2.4.0
>
>
> When cancelling a job a wrong path is used to cancel the job, therefore the cancel does not work at all.
> In addition, if the job is currently running, the counters are not reset correctly and no notification is send

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (SLING-1467) Cancelling a job does not work

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler reopened SLING-1467:
-------------------------------------


Unfortunately, the above changes introduces an incompatibility as I changed the return types of the cancelJob methods from void to boolean. As the return type is part of the signature this leads to NoSuchMethodErrors

> Cancelling a job does not work
> ------------------------------
>
>                 Key: SLING-1467
>                 URL: https://issues.apache.org/jira/browse/SLING-1467
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: Extensions Event 2.3.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 2.4.0
>
>
> When cancelling a job a wrong path is used to cancel the job, therefore the cancel does not work at all.
> In addition, if the job is currently running, the counters are not reset correctly and no notification is send

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-1467) Cancelling a job does not work

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-1467.
-------------------------------------

    Resolution: Fixed

Restored the old signature for cancelJob, deprecated them and added new methods removeJob(..) in Revision: 948363

> Cancelling a job does not work
> ------------------------------
>
>                 Key: SLING-1467
>                 URL: https://issues.apache.org/jira/browse/SLING-1467
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: Extensions Event 2.3.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 2.4.0
>
>
> When cancelling a job a wrong path is used to cancel the job, therefore the cancel does not work at all.
> In addition, if the job is currently running, the counters are not reset correctly and no notification is send

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.