public void setUp() throws Exception
{
super.setUp();
sc = new ServiceContainer("all,-remoting,-security");
sc.start();
pm = new JDBCPersistenceManager(sc.getDataSource(), sc.getTransactionManager(),
sc.getPersistenceManagerSQLProperties(),
true, true, true, false, 100, !sc.getDatabaseName().equals("oracle"));