You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2015/05/26 17:27:17 UTC

[jira] [Created] (OAK-2909) Review and improve Oak and Jcr repository setup

Michael Dürig created OAK-2909:
----------------------------------

             Summary: Review and improve Oak and Jcr repository setup
                 Key: OAK-2909
                 URL: https://issues.apache.org/jira/browse/OAK-2909
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: core, jcr
            Reporter: Michael Dürig
             Fix For: 1.3.0


There is the {{Oak}} and {{Jcr}} builder classes for setting up Oak and Jcr repositories. Both builders don't have clear semantics regarding the life cycle of the individual components they register. On top of that the requirements regarding those life cycles differ depending on whether the individual components run within an OSGi container or not. In the former case the container would already manage the life cycle so the builder should not. 

IMO we should specify the builders to only be used for non OSGi deployments and have the manage the life cycles of the components they instantiate. OTOH for OSGi deployments we should leverage OSGi subsystems to properly set things up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)