You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2008/09/22 12:40:44 UTC

[jira] Updated: (JCR-1104) JSR 283 support

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

Julian Reschke updated JCR-1104:
--------------------------------

    Attachment: sharednodesapi.diff

Proposed new interface o.a.j.a.jsr.283.Node, extending javax.jcr.Node, and containining the methods required for shared node functionaility.

Q: is it OK to copy over the Javadoc from JSR-283???

> JSR 283 support
> ---------------
>
>                 Key: JCR-1104
>                 URL: https://issues.apache.org/jira/browse/JCR-1104
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: JCR 2.0
>            Reporter: Stefan Guggisberg
>            Priority: Minor
>         Attachments: sharednodesapi.diff
>
>


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


Re: [jira] Updated: (JCR-1104) JSR 283 support

Posted by Julian Reschke <ju...@gmx.de>.
Julian Reschke (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/JCR-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Julian Reschke updated JCR-1104:
> --------------------------------
> 
>     Attachment: sharednodesapi.diff
> 
> Proposed new interface o.a.j.a.jsr.283.Node, extending javax.jcr.Node, and containining the methods required for shared node functionaility.
> 
> Q: is it OK to copy over the Javadoc from JSR-283???
> ...

Related to this: if we put the new interface (extensions) to 
jackrabbit-api, is it ok to temporarily add jackrabbit-api to projects 
that previously didn't need it, such as jackrabbit-jcr-server?

Will this work, or will there by class loading issues?

BR, Julian