@Resource(name="ConcurrentPool")
DataSource db;
public void testBasicContextMigration() throws Exception {
ManagedExecutorServiceTest test = new ManagedExecutorServiceTest(executorService);
test.testContextMigration(false);
}
public void testSecurityContextMigration() throws Exception {
ManagedExecutorServiceTest test = new ManagedExecutorServiceTest(executorService);
test.testContextMigration(true);