You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2007/07/05 17:15:05 UTC

[jira] Created: (JCR-1009) JCR2SPI: add JNDI support

JCR2SPI: add JNDI support
-------------------------

                 Key: JCR-1009
                 URL: https://issues.apache.org/jira/browse/JCR-1009
             Project: Jackrabbit
          Issue Type: New Feature
          Components: SPI
            Reporter: angela
            Assignee: Julian Reschke
            Priority: Minor


adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
julian volunteered to take a look at it.

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


[jira] Updated: (JCR-1009) JCR2SPI: add JNDI support

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

Julian Reschke updated JCR-1009:
--------------------------------


Revision 562695: made JCR2SPI's RepositoryImpl referenceable in case if the underlying RepositoryConfig instance itself is referenceable.

I'll leave the issue open for now because this may not be the final approach, and for now none of the Jackrabbit SPI contribs currently support this.


> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: SPI
>            Reporter: angela
>            Assignee: Julian Reschke
>            Priority: Minor
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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


[jira] Updated: (JCR-1009) JCR2SPI: add JNDI support

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

Julian Reschke updated JCR-1009:
--------------------------------


OK, here's the plan:

- make RepositoryConfig referenceable (should we add that to the interface?)
- make o.a.j.s.jcrs2pi.RepositoryImpl referenceable
- generate references based on the RepositoryConfig's reference, adding StringRefAddrs for the parameters needed by o.a.j.s.jcrs2pi.RepositoryImpl to re-create the config
- implement a simple ObjectFactory inside o.a.j.s.jcrs2pi.RepositoryImpl, using this information


> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: SPI
>            Reporter: angela
>            Assignee: Julian Reschke
>            Priority: Minor
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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


[jira] Commented: (JCR-1009) JCR2SPI: add JNDI support

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518152 ] 

Julian Reschke commented on JCR-1009:
-------------------------------------

Revision 563492: enhance Javadoc with JNDI config example.


> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: SPI
>            Reporter: angela
>            Assignee: Julian Reschke
>            Priority: Minor
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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


[jira] Commented: (JCR-1009) JCR2SPI: add JNDI support

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552424 ] 

Julian Reschke commented on JCR-1009:
-------------------------------------

I think I left it open because we didn't decide whether JNDI support should be optional (like it is now), or required. Since then I think we have converged on "optional", as this reflects what we're doing in JCR 2.0 as well.

Thus, I think we can close this one.


> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: jackrabbit-jcr2spi, jackrabbit-spi2jcr
>            Reporter: angela
>            Assignee: Julian Reschke
>            Priority: Minor
>             Fix For: 1.4
>
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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


[jira] Assigned: (JCR-1009) JCR2SPI: add JNDI support

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

angela reassigned JCR-1009:
---------------------------

    Assignee: Julian Reschke

julian, is there anything else you need to do here? if not, can you resolve the issue?
merci
angela

> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: jackrabbit-jcr2spi, jackrabbit-spi2jcr
>            Reporter: angela
>            Assignee: Julian Reschke
>            Priority: Minor
>             Fix For: 1.4
>
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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


[jira] Resolved: (JCR-1009) JCR2SPI: add JNDI support

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

Julian Reschke resolved JCR-1009.
---------------------------------

    Resolution: Fixed

Optional JNDI support has been implemented as proposed in then initial plan.


> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: jackrabbit-jcr2spi, jackrabbit-spi2jcr
>            Reporter: angela
>            Assignee: Julian Reschke
>            Priority: Minor
>             Fix For: 1.4
>
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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


[jira] Assigned: (JCR-1009) JCR2SPI: add JNDI support

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

Julian Reschke reassigned JCR-1009:
-----------------------------------

    Assignee:     (was: Julian Reschke)

> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: SPI
>            Reporter: angela
>            Priority: Minor
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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


[jira] Updated: (JCR-1009) JCR2SPI: add JNDI support

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

angela updated JCR-1009:
------------------------

    Component/s:     (was: jackrabbit-spi)
                 jackrabbit-spi2jcr
                 jackrabbit-jcr2spi

> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: jackrabbit-jcr2spi, jackrabbit-spi2jcr
>            Reporter: angela
>            Priority: Minor
>             Fix For: 1.4
>
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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


[jira] Updated: (JCR-1009) JCR2SPI: add JNDI support

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

Jukka Zitting updated JCR-1009:
-------------------------------

    Fix Version/s: 1.4

> JCR2SPI: add JNDI support
> -------------------------
>
>                 Key: JCR-1009
>                 URL: https://issues.apache.org/jira/browse/JCR-1009
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: SPI
>            Reporter: angela
>            Priority: Minor
>             Fix For: 1.4
>
>
> adding jndi support to jcr2spi was one of the improvements that came up during the f2f.
> julian volunteered to take a look at it.

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