Hi, you probably know this already, but just in case...
I see 2 failures and 6 errors on TDB trunk: Failed tests: dynamicAndUnion5(com.hp.hpl.jena.tdb.store.TestDynamicDataset) dynamicAndUnion7(com.hp.hpl.jena.tdb.store.TestDynamicDataset) Tests in error: dynamicAndUnion1(com.hp.hpl.jena.tdb.store.TestDynamicDataset) dynamicAndUnion2(com.hp.hpl.jena.tdb.store.TestDynamicDataset) dynamicAndUnion3(com.hp.hpl.jena.tdb.store.TestDynamicDataset) dynamicAndUnion4(com.hp.hpl.jena.tdb.store.TestDynamicDataset) dynamicAndUnion6(com.hp.hpl.jena.tdb.store.TestDynamicDataset) dynamicAndUnion8(com.hp.hpl.jena.tdb.store.TestDynamicDataset) The errors are all the same: java.lang.ClassCastException: com.hp.hpl.jena.sparql.core.DatasetGraphMap cannot be cast to com.hp.hpl.jena.tdb.store.DatasetGraphTDB. This is due to a recent change (bug fix) in ARQ. I did not find an obvious way to fix it though. Paolo PS: Can we use an Hudson installation as CI server within Apache?
