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 "angela (JIRA)" <ji...@apache.org> on 2016/11/02 17:38:58 UTC

[jira] [Resolved] (OAK-4688) OSGi Bundle unable to start after 1.2.16 upgrade

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

angela resolved OAK-4688.
-------------------------
    Resolution: Incomplete

> OSGi Bundle unable to start after 1.2.16 upgrade
> ------------------------------------------------
>
>                 Key: OAK-4688
>                 URL: https://issues.apache.org/jira/browse/OAK-4688
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: auth-external
>    Affects Versions: 1.2.16
>         Environment: AEM 6.1 with hotfix cq-6.1.0-hotfix-10832-1.0.zip
>            Reporter: Ronny Fallas
>
> I was running AEM 6.1 with oak-auth-external 1.2.14, but after a hotfix was installed with version 1.2.16 my bundle is unable to start.
> This dependency appears as unsolved:
> {code}org.apache.jackrabbit.oak.spi.security.authentication.external,version=[1.0,2) -- Cannot be resolved{code}
> In fact, the version is now 2.0, as it appears in the exported packages in the console:
> {code}org.apache.jackrabbit.oak.spi.security.authentication.external,version=2.0.0{code}
> I updated the *pom.xml* as follows, it doesn't work.
> {code:xml}
>       <dependency>
>             <groupId>org.apache.jackrabbit</groupId>
>             <artifactId>oak-auth-external</artifactId>
>             <version>1.2.16</version>
>             <scope>provided</scope>
>         </dependency>{code}
> Any ideas?



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