You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2008/04/02 18:01:32 UTC

[jira] Created: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

Add Compact Namespace and Node Type Definition support to spi-commons
---------------------------------------------------------------------

                 Key: JCR-1516
                 URL: https://issues.apache.org/jira/browse/JCR-1516
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-spi-commons
            Reporter: Michael Dürig


Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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


[jira] Resolved: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

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

angela resolved JCR-1516.
-------------------------

    Resolution: Fixed

michael, thanks for the patch.
angela

> Add Compact Namespace and Node Type Definition support to spi-commons
> ---------------------------------------------------------------------
>
>                 Key: JCR-1516
>                 URL: https://issues.apache.org/jira/browse/JCR-1516
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-jcr2spi, jackrabbit-spi-commons
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Assignee: angela
>         Attachments: CompactNodeType.patch, JCR-1516.patch
>
>
> Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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


[jira] Assigned: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

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

angela reassigned JCR-1516:
---------------------------

    Assignee: angela

> Add Compact Namespace and Node Type Definition support to spi-commons
> ---------------------------------------------------------------------
>
>                 Key: JCR-1516
>                 URL: https://issues.apache.org/jira/browse/JCR-1516
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-jcr2spi, jackrabbit-spi-commons
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Assignee: angela
>         Attachments: CompactNodeType.patch, JCR-1516.patch
>
>
> Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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


[jira] Updated: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

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

angela updated JCR-1516:
------------------------

    Attachment: JCR-1516.patch

extended patch that removes ValueConstraint in jcr2spi, fixes problems in
the spi-commons ValueConstraint and includes some trivial tests for the various types of value constraint.

any objections for removing o.a.j.jcr2spi.nodetype.ValueConstraint?

> Add Compact Namespace and Node Type Definition support to spi-commons
> ---------------------------------------------------------------------
>
>                 Key: JCR-1516
>                 URL: https://issues.apache.org/jira/browse/JCR-1516
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-jcr2spi, jackrabbit-spi-commons
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>         Attachments: CompactNodeType.patch, JCR-1516.patch
>
>
> Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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


[jira] Updated: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

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

angela updated JCR-1516:
------------------------

    Component/s: jackrabbit-jcr2spi

> Add Compact Namespace and Node Type Definition support to spi-commons
> ---------------------------------------------------------------------
>
>                 Key: JCR-1516
>                 URL: https://issues.apache.org/jira/browse/JCR-1516
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-jcr2spi, jackrabbit-spi-commons
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>         Attachments: CompactNodeType.patch
>
>
> Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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


[jira] Commented: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585031#action_12585031 ] 

angela commented on JCR-1516:
-----------------------------

looks good to me.

one thing:
if we have a ValueConstraint in the spi-commons, i would like to use this one in jcr2spi and get rid
of the constraint in jcr2spi (remove). if nobody objects i would do that.

> Add Compact Namespace and Node Type Definition support to spi-commons
> ---------------------------------------------------------------------
>
>                 Key: JCR-1516
>                 URL: https://issues.apache.org/jira/browse/JCR-1516
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-jcr2spi, jackrabbit-spi-commons
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>         Attachments: CompactNodeType.patch
>
>
> Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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


[jira] Updated: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated JCR-1516:
-------------------------------

    Affects Version/s: 1.4

> Add Compact Namespace and Node Type Definition support to spi-commons
> ---------------------------------------------------------------------
>
>                 Key: JCR-1516
>                 URL: https://issues.apache.org/jira/browse/JCR-1516
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi-commons
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>
> Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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


[jira] Updated: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated JCR-1516:
-------------------------------

    Attachment: CompactNodeType.patch

The patch adds support for reading and writing cnd-files to spi-commons. A test case is also included. 

> Add Compact Namespace and Node Type Definition support to spi-commons
> ---------------------------------------------------------------------
>
>                 Key: JCR-1516
>                 URL: https://issues.apache.org/jira/browse/JCR-1516
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi-commons
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>         Attachments: CompactNodeType.patch
>
>
> Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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


[jira] Closed: (JCR-1516) Add Compact Namespace and Node Type Definition support to spi-commons

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig closed JCR-1516.
------------------------------


> Add Compact Namespace and Node Type Definition support to spi-commons
> ---------------------------------------------------------------------
>
>                 Key: JCR-1516
>                 URL: https://issues.apache.org/jira/browse/JCR-1516
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-jcr2spi, jackrabbit-spi-commons
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Assignee: angela
>         Attachments: CompactNodeType.patch, JCR-1516.patch
>
>
> Add support for reading and writing of Compact Namespace and Node Type Definitions (cnd-files) to spi-commons. 

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