private NodeData nodeData;
@Before
public void setUp() throws Exception
{
this.test = new JcrImplBaseTest();
test.setUp();
this.con = new MyWorkspaceStorageConnection();
this.wdc = new MyWorkspaceDataContainer(con);
WorkspaceContainerFacade wsc = test.getRepository().getWorkspaceContainer("ws");
WorkspaceEntry wconf = (WorkspaceEntry)wsc.getComponent(WorkspaceEntry.class);