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 2009/01/05 10:55:44 UTC

[jira] Closed: (SLING-799) Job Folder is not ordered and results in unordered queue

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

Carsten Ziegeler closed SLING-799.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Extensions Event 2.0.4

Fixed in revision 731509 by creating an ordered folder and sorting the query result.

> Job Folder is not ordered and results in unordered queue
> --------------------------------------------------------
>
>                 Key: SLING-799
>                 URL: https://issues.apache.org/jira/browse/SLING-799
>             Project: Sling
>          Issue Type: Bug
>          Components: Event
>    Affects Versions: Extensions Event 2.0.2
>            Reporter: Tobias Bocanegra
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 2.0.4
>
>
> check code of
> AbstractRepositoryEventHandler.ensureRepositoryPath()
>     /**
>      * Check if the repository path already exists. If not, create it.
>      */
>     protected Node ensureRepositoryPath()
>     throws RepositoryException {
>         final Node node = JcrResourceUtil.createPath(this.repositoryPath,
>                                    EventHelper.NODETYPE_FOLDER,
>                                    EventHelper.NODETYPE_FOLDER,
>                                    this.writerSession, true);
>         return node;
>     }
> this should use a "sling:OrderedFolder"

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