Re: svn commit: r1560611 - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/util/ oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/mongomk/ oak-jcr/sr

2014-01-23 Thread Chetan Mehrotra
On Thu, Jan 23, 2014 at 2:35 PM, thom...@apache.org wrote: +mongo = new MongoClient(mongoURI); +db = mongo.getDB(mongoURI.getDatabase()); The database referred in the URI is used by Mongo for determining the user database against which credentials if passed needs to be

Re: svn commit: r1560720 - in /jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr: OakDocumentRDBRepositoryStub.java tck/TCKBase.java

2014-01-23 Thread Julian Reschke
OK, with this commit the TCK tests can now run against the Relation DB (RDB) Document Store. Right now the only DB tested is H2. To enable this, pass the JDBC URL of the DB into rdb.jdbc-url, for instance mvn test -Drdb.jdbc-url=jdbc:h2:mem:oaknodes Right now I'm getting one test failure