Andy, I was able to get some time today and managed to install and run with jena-sdb-1.3.6-SNAPSHOT on top of apache-jena-2.10.1-SNAPSHOT.
I ran a bunch of our integration tests and one of our stress tests (not the one that uses the transaction isolation code, yet -- maybe tomorrow). All of them ran fine. The only potential issue I found was that FileManager.readModel(String uri, String filenameOrUri) now seems to actually require that the second argument be a URI. I was running on Windows and before calling the IRI code FileManager apparently isn't detecting and converting file names to URIs. It may also be that the Javadoc hasn't caught up with a change to the readModel contract, if it now requires a URI. I just forced a URI to work around the issue. Dave
