@Before
public void setUp() throws Exception
{
pc = new PersistenceCache();
emfImpl = getEntityManagerFactory();
graphBuilder = new ObjectGraphBuilder(pc, new PersistenceDelegator(emfImpl.getKunderaMetadataInstance(), pc));
// configurator.configure();
new PersistenceUnitConfiguration(null, emfImpl.getKunderaMetadataInstance(), "kunderatest").configure();
// new MetamodelConfiguration("kunderatest").configure();
}