You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/09/17 19:55:55 UTC

svn commit: r816306 - in /tuscany/branches/sca-java-1.5.1: itest/pom.xml modules/contribution-jee-impl/pom.xml

Author: slaws
Date: Thu Sep 17 17:55:55 2009
New Revision: 816306

URL: http://svn.apache.org/viewvc?rev=816306&view=rev
Log:
TUSCANY-3165 - revert to Simon's approach of skipping the JEE test for the time being

Modified:
    tuscany/branches/sca-java-1.5.1/itest/pom.xml
    tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml

Modified: tuscany/branches/sca-java-1.5.1/itest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/itest/pom.xml?rev=816306&r1=816305&r2=816306&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/itest/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/itest/pom.xml Thu Sep 17 17:55:55 2009
@@ -79,7 +79,9 @@
                 <!-- 
                 <module>contribution-classloader</module> 
                 -->
+                <!-- TUSCANY-3165 - waiting for OpenEJB 3.0.2 release
                 <module>contribution-jee</module>
+                -->
                 <module>contribution-jee-samples</module>
                 <module>conversations</module>
                 <module>corba</module>

Modified: tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml?rev=816306&r1=816305&r2=816306&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml Thu Sep 17 17:55:55 2009
@@ -63,6 +63,9 @@
             <version>1.5.1-SNAPSHOT</version>
         </dependency>
         
+        <!-- TUSCANY-3165 Waiting for 3.0.2 to be released so 
+             reverting to 3.0.1 for now. JEE itest will no work on 
+             windows due to this  
         <dependency>
             <groupId>org.apache.openejb</groupId>
             <artifactId>openejb-core</artifactId>
@@ -74,6 +77,19 @@
             <artifactId>openejb-jee</artifactId>
             <version>3.0.2-SNAPSHOT</version>
         </dependency>
+        -->
+        
+        <dependency>
+            <groupId>org.apache.openejb</groupId>
+            <artifactId>openejb-core</artifactId>
+            <version>3.0.1</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.openejb</groupId>
+            <artifactId>openejb-jee</artifactId>
+            <version>3.0.1</version>
+        </dependency>        
 
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>