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.