Re: How to activate a SecurityProvider

2014-05-21 Thread Galo Gimenez
Thanks that was it! -- Galo On Tue, May 20, 2014 at 10:22 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: On Tue, May 20, 2014 at 7:36 PM, Galo Gimenez galo.gime...@gmail.com wrote: I am running an old version of Felix, maybe that is the problem? Looks like you are using an old

Re: How to activate a SecurityProvider

2014-05-20 Thread Galo Gimenez
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:

Re: How to activate a SecurityProvider

2014-05-20 Thread Chetan Mehrotra
On Tue, May 20, 2014 at 7:36 PM, Galo Gimenez galo.gime...@gmail.com wrote: I am running an old version of Felix, maybe that is the problem? Looks like you are using an old version of SCR. Try to run with more recent version of SCR. Chetan Mehrotra

Re: How to activate a SecurityProvider

2014-05-19 Thread Chetan Mehrotra
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 galo.gime...@gmail.com wrote: Hello, I am setting up Oak on a

How to activate a SecurityProvider

2014-05-16 Thread Galo Gimenez
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