dsf.registerDataSource("dxfprueba", new SpatialFileSourceDefinition(basedir + "/src/test/resources/dxfprueba.dxf"));
dsf.registerDataSource("spatialobjectpersona", new SpatialObjectSourceDefinition(new FakeSpatialObjectDriver()));
dsf.registerDataSource("objectpersona", new ObjectSourceDefinition(new FakeObjectDriver()));
dsf.registerDataSource("alltypes", new ObjectSourceDefinition(new AllTypesObjectDriver()));
InternalExceptionCatcher.addInternalExceptionListener(new InternalExceptionListener() {
/**
* @see org.gdbms.engine.internalExceptions.InternalExceptionListener#exceptionRaised(org.gdbms.engine.internalExceptions.InternalExceptionEvent)
*/
public void exceptionRaised(InternalExceptionEvent event) {
throw new RuntimeException(event.getInternalException());