--- miscJava/Test3/src/dk/thoerup/asyncsamples/WorkManagerSample.java 2010/06/24 19:08:57 900 +++ miscJava/Test3/src/dk/thoerup/asyncsamples/WorkManagerSample.java 2010/06/24 22:14:36 901 @@ -60,7 +60,7 @@ final String threadPoolName = "thread-pool-1"; try { - mgr = new CommonWorkManager(threadPoolName, rt, null); + mgr = new CommonWorkManager(threadPoolName, rt, null, null); } catch (Exception e) { logger.log(Level.SEVERE, "error", e);