On Wednesday 17 January 2018 11:47:17 Christian Schneider wrote:
> I found the solution to my problem with AbstractMethodError:
> org.apache.jackrabbit.core.XASessionImpl.getItemOrNull
> 
> The problem was that I loaded org.apache.sling.jcr.jackrabbit.server whioch
> bundles parts of jackrabbit core .. so this way XASessionImpl was used
> instead of the correct org.apache.jackrabbit.oak.jcr.session.SessionImpl
> Not sure why I had that bundle at all but removing it solved the issue.

Therefore we have (Pax Exam) Options:

slingQuickstartOakTar(string, int)[1]

You will have every bundle and configuration in situ for running Sling with 
Oak Tar repository.

Regards,
O.

[1] 
https://github.com/apache/sling-org-apache-sling-testing-paxexam/blob/master/src/main/java/org/apache/sling/testing/paxexam/SlingOptions.java#L940

> Christian
> 
[...]

Reply via email to