You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ben Conlan (JIRA)" <ji...@apache.org> on 2010/06/03 01:21:57 UTC

[jira] Created: (SLING-1542) Sling OCM bundle isn't exporting packages required to create OCM bean converters.

Sling OCM bundle isn't exporting packages required to create OCM bean converters.
---------------------------------------------------------------------------------

                 Key: SLING-1542
                 URL: https://issues.apache.org/jira/browse/SLING-1542
             Project: Sling
          Issue Type: Bug
          Components: JCR
    Affects Versions: JCR OCM 2.0.4
         Environment: OSX 10.6.2, Intel core 2 duo, java 1.6.0. Sling checkout from 1st of June 2010.
            Reporter: Ben Conlan


The pom bundle configuration used to generate the osgi descriptor doesn't export packages exposed by the embedded jackrabbit ocm implementation correctly. Specifically those which are used to create bean converters (org.apache.jackrabbit.ocm.manager.beanconverter).


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


[jira] Commented: (SLING-1542) Sling OCM bundle isn't exporting packages required to create OCM bean converters.

Posted by "David Franke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899840#action_12899840 ] 

David Franke commented on SLING-1542:
-------------------------------------

You are right. The same applies to:
org.apache.jackrabbit.ocm.lock

If it is not exported, it is not possible to call: 
ObjectContentManager.lock(..)
since it returns an instance of org.apache.jackrabbit.ocm.lock.Lock.

> Sling OCM bundle isn't exporting packages required to create OCM bean converters.
> ---------------------------------------------------------------------------------
>
>                 Key: SLING-1542
>                 URL: https://issues.apache.org/jira/browse/SLING-1542
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>    Affects Versions: JCR OCM 2.0.4
>         Environment: OSX 10.6.2, Intel core 2 duo, java 1.6.0. Sling checkout from 1st of June 2010.
>            Reporter: Ben Conlan
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The pom bundle configuration used to generate the osgi descriptor doesn't export packages exposed by the embedded jackrabbit ocm implementation correctly. Specifically those which are used to create bean converters (org.apache.jackrabbit.ocm.manager.beanconverter).

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