TOMEE-2301 - todo Signed-off-by: brunobat <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/fad8df9f Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/fad8df9f Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/fad8df9f Branch: refs/heads/master Commit: fad8df9f59cf80d4207a416b0c282ccd666c17d8 Parents: 624693b Author: brunobat <[email protected]> Authored: Thu Dec 20 00:00:13 2018 +0000 Committer: brunobat <[email protected]> Committed: Thu Dec 20 00:00:13 2018 +0000 ---------------------------------------------------------------------- .../test/java/org/superbiz/executor/ThreadFactoryServiceTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/fad8df9f/examples/concurrency-utils/src/test/java/org/superbiz/executor/ThreadFactoryServiceTest.java ---------------------------------------------------------------------- diff --git a/examples/concurrency-utils/src/test/java/org/superbiz/executor/ThreadFactoryServiceTest.java b/examples/concurrency-utils/src/test/java/org/superbiz/executor/ThreadFactoryServiceTest.java index 9a4c205..7ab2d15 100644 --- a/examples/concurrency-utils/src/test/java/org/superbiz/executor/ThreadFactoryServiceTest.java +++ b/examples/concurrency-utils/src/test/java/org/superbiz/executor/ThreadFactoryServiceTest.java @@ -43,6 +43,7 @@ public class ThreadFactoryServiceTest { .addAsWebInfResource(EmptyAsset.INSTANCE, "beans.xml"); } + //TODO failing to load due to missing DeployerBusinessRemote @Test public void asyncTask() throws InterruptedException { //task was completed
