You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Subash Chaturanga <su...@gmail.com> on 2010/03/22 18:01:11 UTC

Problem with JCR TCK

Hi i am subash.

I tried to run the JCR TCK to test a JCR implementation.(here i have only
implemented javax.jcr package only and wanted to test it)
so I put all required jars +my JCR implementation required jars

And TCK runs successfully.

*In every Run it gives an error : failed to get Repository instance.
*{

java –classpath concurrent-1.3.4.jar:junit.jar
:slf4j-api-1.3.0.jar:jcr-2.0-b114.jar:log4j-1.2.15.jar:slf4j-log4j12-1.5.2.jar:jcr-tck-2.0.0.jar:slf4j-0.9.4-jdk14.jar:myJCRImplJarsSNAPSHOT.jar
junit.swingui.TestRunner  org.apache.jackrabbit.test.TestAll



}



Lets say "org.apache.jackrabbit.test.TestAll" :all tests gives the above
error.

This happens to every type of run i tried.

Can any body give give some hand to get rid from this

Thanks In Advance
Subash