final RulesRepository repo = impl.getRulesRepository();
Thread t = new Thread( new Runnable() {
public void run() {
WebDAVImpl i = new WebDAVImpl( repo );
ITransaction txn = null;
assertNotNull( i.getRepo() );
try {
txn = i.begin( null );
} catch ( Exception e ) {
e.fillInStackTrace();