You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2015/05/06 18:59:16 UTC

[2/2] tomee git commit: TOMEE-1572 start up with dummy session and other contexts started.

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/fb_tomee2_owb16
Commit: 7620e2f31040a0d94259c2555779c0290b521328
Parents: 6ac3f0b
Author: Mark Struberg <st...@apache.org>
Authored: Wed May 6 18:57:58 2015 +0200
Committer: Mark Struberg <st...@apache.org>
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>