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  wrote:

> On Tue, May 20, 2014 at 7:36 PM, Galo Gimenez 
> 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
>



-- 
-- Galo


Re: How to activate a SecurityProvider

2014-05-20 Thread Chetan Mehrotra
On Tue, May 20, 2014 at 7:36 PM, Galo Gimenez  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-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: 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  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 
> 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


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  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


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 follow that model , or there is something I missing
that makes the SecurityProvider service not to register.


-- Galo