[ 
https://issues.apache.org/jira/browse/SLING-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751439#action_12751439
 ] 

Bertrand Delacretaz commented on SLING-1097:
--------------------------------------------

I briefly tested with the Felix SCR of revision 811360, but the repository 
doesn't start, without obvious error messages in the logs. One test fails in 
the build of that module anyway [1] so there might be other issues.

[1] 
test_SimpleComponent_configuration_ignore(org.apache.felix.scr.integration.ComponentConfigurationTest)

> ResourceResolverFactory service missing after restarting repository 
> --------------------------------------------------------------------
>
>                 Key: SLING-1097
>                 URL: https://issues.apache.org/jira/browse/SLING-1097
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.4
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> Steps to reproduce:
> 1. Start launchpad/app
> 2. Stop and restart the org.apache.sling.jcr.jackrabbit.server bundle
> 3. http://localhost:8888/index.html now says "ResourceResolverFactory service 
> missing, cannot service requests" which come from the SlingMainServlet's 
> service() method.
> Stopping and restarting the 
> org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl 
> component has the same effect.
> In both cases, stopping and restarting the 
> org.apache.sling.engine.impl.SlingMainServlet component solves the problem.
> The component is declared as follows in SlingMainServlet, looks ok to me:
>     /** @scr.reference cardinality="0..1" policy="dynamic" */
>     private JcrResourceResolverFactory resourceResolverFactory;

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

Reply via email to