You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/02/05 20:28:12 UTC

svn commit: r803974 - in /websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src: main/resources/META-INF/ejb-jar.xml test/java/org/superbiz/quartz/QuartzMdbTest.java

Author: buildbot
Date: Sun Feb  5 19:28:12 2012
New Revision: 803974

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src/main/resources/META-INF/ejb-jar.xml
    websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src/test/java/org/superbiz/quartz/QuartzMdbTest.java

Modified: websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src/main/resources/META-INF/ejb-jar.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src/main/resources/META-INF/ejb-jar.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src/main/resources/META-INF/ejb-jar.xml Sun Feb  5 19:28:12 2012
@@ -1 +1 @@
-<ejb-jar/>
\ No newline at end of file
+<ejb-jar/>

Modified: websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src/test/java/org/superbiz/quartz/QuartzMdbTest.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src/test/java/org/superbiz/quartz/QuartzMdbTest.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/quartz-app/quartz-beans/src/test/java/org/superbiz/quartz/QuartzMdbTest.java Sun Feb  5 19:28:12 2012
@@ -35,6 +35,7 @@ public class QuartzMdbTest {
         System.setProperty(OutputGeneratedDescriptors.OUTPUT_DESCRIPTORS, "false"); // just to avoid to dump files in /tmp
         if (null == initialContext) {
             Properties properties = new Properties();
+            properties.setProperty("openejb.deployments.classpath.include", ".*quartz-.*");
             properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.core.LocalInitialContextFactory");
 
             initialContext = new InitialContext(properties);