You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2017/05/23 13:00:06 UTC

[jira] [Resolved] (SLING-6870) ImportOperation is created to late

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

Karl Pauls resolved SLING-6870.
-------------------------------
    Resolution: Fixed

Fix in r1795909 by creating it in the constructor instead.

> ImportOperation is created to late
> ----------------------------------
>
>                 Key: SLING-6870
>                 URL: https://issues.apache.org/jira/browse/SLING-6870
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Post 2.3.18
>            Reporter: Karl Pauls
>            Assignee: Karl Pauls
>             Fix For: Servlets Post 2.3.20
>
>
> The latest jcr dependency removal makes it so that the ImportOperation is created in the @activate. That is too late, because the dependencies get set before the @activate which causes the ImportOperation to have missing dependencies.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)