RE: sling mocks "Creating resource resolver failed"

2017-05-02 Thread Stefan Seifert
gt;To: users@sling.apache.org >Subject: Re: sling mocks "Creating resource resolver failed" > >Hi again, > >Coming back a bit on this. > >It seems the the point is that the version of the sling api and the >resourceResolver you use need to match, and this needs to be done

Re: sling mocks "Creating resource resolver failed"

2017-05-02 Thread Santiago Garcia Pimentel
Hi again, Coming back a bit on this. It seems the the point is that the version of the sling api and the resourceResolver you use need to match, and this needs to be done explicitly in your pom. This is more clear in the sling-mock source code. It has a profiles that uses different versions

RE: sling mocks "Creating resource resolver failed"

2017-04-28 Thread Stefan Seifert
>I tried updating the resourceresolver version to 1.5.22 but got a different >error: just hit this as well - also try osgi-mock 2.2.5-SNAPSHOT with the fix from SLING-6811 stefan

Re: sling mocks "Creating resource resolver failed"

2017-04-28 Thread Santiago Garcia Pimentel
org.apache.sling.resourceresolver 1.4.8 org.apache.sling.api 2.16.2 I tried updating the resourceresolver version to 1.5.22 but got a different error: java.lang.RuntimeException: Unable to initialize JCR_MOCK resource resolver factory: Unable to invoke method 'activate' for class

RE: sling mocks "Creating resource resolver failed"

2017-04-28 Thread Stefan Seifert
org >Subject: Re: sling mocks "Creating resource resolver failed" > >Hi Stefan, > >Sure. I think most of it is in the newest or a very recent version. > >Sling-mock 2.2.6 >ResourceResolver-mock 1.1.16 >sling-mock-oak 2.0.2 >jcr-mock 1.2.0 >org.apache.sling.j

RE: sling mocks "Creating resource resolver failed"

2017-04-28 Thread Stefan Seifert
project POM to avoid conflicting transitive dependency. stefan >-Original Message- >From: Santiago Garcia Pimentel [mailto:santiago.pimen...@netcentric.biz] >Sent: Friday, April 28, 2017 12:33 PM >To: users@sling.apache.org >Subject: sling mocks "Creating resource resol

sling mocks "Creating resource resolver failed"

2017-04-28 Thread Santiago Garcia Pimentel
Hello, Im trying to use sling mocks and Im having problems when creating content when using the JCR_MOCK. When trying to create a resource with : @Rule public final SlingContext context = new SlingContext(ResourceResolverType.JCR_MOCK); and context.create().resource("/content/web",