You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Stefan Guggisberg (JIRA)" <ji...@apache.org> on 2008/01/30 10:01:36 UTC

[jira] Created: (ABDERA-93) some JcrCollectionProvider improvements

some JcrCollectionProvider improvements
---------------------------------------

                 Key: ABDERA-93
                 URL: https://issues.apache.org/jira/browse/ABDERA-93
             Project: Abdera
          Issue Type: Improvement
            Reporter: Stefan Guggisberg
            Priority: Minor


while browsing through the code of JcrCollectionProvider (r614554)
i noticed a couple of minor issues and some bugs:
- node removals are not persisted
- potential endless recursion in createEntry method
- potential NPE in getUpdated method

patch to follow

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


[jira] Updated: (ABDERA-93) some JcrCollectionProvider improvements

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

Stefan Guggisberg updated ABDERA-93:
------------------------------------

    Attachment: JcrColelctionProvider.patch

> some JcrCollectionProvider improvements
> ---------------------------------------
>
>                 Key: ABDERA-93
>                 URL: https://issues.apache.org/jira/browse/ABDERA-93
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Stefan Guggisberg
>            Priority: Minor
>         Attachments: JcrColelctionProvider.patch
>
>
> while browsing through the code of JcrCollectionProvider (r614554)
> i noticed a couple of minor issues and some bugs:
> - node removals are not persisted
> - potential endless recursion in createEntry method
> - potential NPE in getUpdated method
> patch to follow

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


[jira] Resolved: (ABDERA-93) some JcrCollectionProvider improvements

Posted by "James M Snell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James M Snell resolved ABDERA-93.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0

I had to port these over to the new CollectionAdapter design but it appeared to be straightforward.  It would be good, however, if you could verify that things are working properly

> some JcrCollectionProvider improvements
> ---------------------------------------
>
>                 Key: ABDERA-93
>                 URL: https://issues.apache.org/jira/browse/ABDERA-93
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Stefan Guggisberg
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: JcrColelctionProvider.patch
>
>
> while browsing through the code of JcrCollectionProvider (r614554)
> i noticed a couple of minor issues and some bugs:
> - node removals are not persisted
> - potential endless recursion in createEntry method
> - potential NPE in getUpdated method
> patch to follow

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