SecuryProvider does not show up in the console, it generates this following exception.
ERROR: org.apache.jackrabbit.oak-core (37): General problem with descriptor entry '/OSGI-INF/org.apache.jackrabbit.oak.security.SecurityProviderImpl.xml' org.apache.felix.scr.impl.parser.ParseException: Exception during parsing at org.apache.felix.scr.impl.metadata.XmlHandler.startElement(XmlHandler.java:333) at org.apache.felix.scr.impl.parser.KXml2SAXParser.parseXML(KXml2SAXParser.java:73) at org.apache.felix.scr.impl.BundleComponentActivator.loadDescriptor(BundleComponentActivator.java:227) ..... I am running an old version of Felix, maybe that is the problem? -- Galo On Mon, May 19, 2014 at 10:20 PM, Chetan Mehrotra <[email protected] > wrote: > SecurityProvider should get registered. Do you have the Felix running > with WebConsole. Whats the status of the > 'org.apache.jackrabbit.oak.security.SecurityProviderImpl' > Chetan Mehrotra > > > On Sat, May 17, 2014 at 1:30 AM, Galo Gimenez <[email protected]> > wrote: > > Hello, > > > > > > I am setting up Oak on a Felix container , and the RepositoryManager > > reference to the SecurityProvider does not get satisfied, by looking at > the > > documentation I do not see a way to fix this. > > > > I have noticed that the Sling project has a very different way to setup > the > > repository, should I follow that model , or there is something I missing > > that makes the SecurityProvider service not to register. > > > > > > -- Galo > -- -- Galo
