TOMEE-1572 start up with dummy session and other contexts started. This is needed as I did remove synthentic session support in OWB.
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/7620e2f3 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/7620e2f3 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/7620e2f3 Branch: refs/heads/master Commit: 7620e2f31040a0d94259c2555779c0290b521328 Parents: 6ac3f0b Author: Mark Struberg <[email protected]> Authored: Wed May 6 18:57:58 2015 +0200 Committer: Mark Struberg <[email protected]> Committed: Wed May 6 18:57:58 2015 +0200 ---------------------------------------------------------------------- tck/cdi-embedded/src/test/resources/arquillian.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/7620e2f3/tck/cdi-embedded/src/test/resources/arquillian.xml ---------------------------------------------------------------------- diff --git a/tck/cdi-embedded/src/test/resources/arquillian.xml b/tck/cdi-embedded/src/test/resources/arquillian.xml index 5047d58..e3d314b 100644 --- a/tck/cdi-embedded/src/test/resources/arquillian.xml +++ b/tck/cdi-embedded/src/test/resources/arquillian.xml @@ -34,6 +34,7 @@ queue = new://Resource?type=Queue topic = new://Resource?type=Topic </property> + <property name="startDefaultScopes">true</property> </configuration> </container> </arquillian>
