You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/10/17 00:18:00 UTC

svn commit: r826112 - in /incubator/openwebbeans/trunk/webbeans-tck: ./ src/test/java/org/ src/test/resources/ src/test/resources/META-INF/openwebbeans/ src/test/resources/org/

Author: gerdogdu
Date: Fri Oct 16 22:17:59 2009
New Revision: 826112

URL: http://svn.apache.org/viewvc?rev=826112&view=rev
Log:
Updating our TCK. It works now but not passed RI TCK :/

Removed:
    incubator/openwebbeans/trunk/webbeans-tck/jsr299-tck-impl-1.0.0-SNAPSHOT-suite.xml
    incubator/openwebbeans/trunk/webbeans-tck/src/test/java/org/
    incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/org/
Modified:
    incubator/openwebbeans/trunk/webbeans-tck/pom.xml
    incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
    incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/log4j.properties

Modified: incubator/openwebbeans/trunk/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-tck/pom.xml?rev=826112&r1=826111&r2=826112&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-tck/pom.xml Fri Oct 16 22:17:59 2009
@@ -27,40 +27,25 @@
 	</parent>
     
 	<artifactId>openwebbeans-tck</artifactId>
-	<name>Apache OpenWebBeans :: WebBeans-TCK</name>
+	<name>Apache OpenWebBeans :: OpenWebBeans TCK Suite</name>
 	<packaging>jar</packaging>
 	<version>1.0.0-incubating-SNAPSHOT</version>
 	<description>All TCK tests for the  OpenWebBeans Implementation</description>
 
     <properties>
         <webbeans.tck.version>1.0.0-SNAPSHOT</webbeans.tck.version>
+        <openwebbeans.porting.version>1.0.0-incubating-SNAPSHOT</openwebbeans.porting.version>
     </properties>
     
     <dependencies>
-        <!-- we need some test classes like e.g. MockMangager from webbeans-impl -->
-        <dependency>
+		
+		 <dependency>
             <groupId>org.apache.openwebbeans</groupId>
-            <artifactId>openwebbeans-impl</artifactId>
-            <version>1.0.0-incubating-SNAPSHOT</version>
-            <classifier>tests</classifier>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.openwebbeans</groupId>
-            <artifactId>openwebbeans-impl</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.openwebbeans</groupId>
-            <artifactId>openwebbeans-jsf</artifactId>
-        </dependency>
-                
-        <dependency>
-            <groupId>org.apache.openwebbeans</groupId>
-            <artifactId>openwebbeans-jpa</artifactId>
+            <artifactId>openwebbeans-porting</artifactId>
+            <version>${openwebbeans.porting.version}</version>
+            <scope>test</scope>
         </dependency>
-                
-                
+		                            
         <dependency>
             <groupId>org.jboss.jsr299.tck</groupId>
             <artifactId>jsr299-tck-impl</artifactId>

Modified: incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties?rev=826112&r1=826111&r2=826112&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties (original)
+++ incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties Fri Oct 16 22:17:59 2009
@@ -33,7 +33,7 @@
 org.apache.webbeans.spi.JNDIService=org.apache.webbeans.spi.se.JNDIServiceStaticImpl
 
 # lookup the javax.transaction.TransactionManager via JNDI as default 
-org.apache.webbeans.spi.TransactionService=org.apache.webbeans.spi.ee.TransactionServiceJndiImpl
+org.apache.webbeans.spi.TransactionService=org.apache.webbeans.spi.se.TransactionServiceNonJTA
 
 # use the JPAService which retrieves the PersistenceManagerFactory from the Persistence class as default 
 org.apache.webbeans.spi.JPAService=org.apache.webbeans.spi.se.JPAServicePersistenceImpl

Modified: incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/log4j.properties?rev=826112&r1=826111&r2=826112&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/log4j.properties (original)
+++ incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/log4j.properties Fri Oct 16 22:17:59 2009
@@ -31,8 +31,4 @@
 #log4j.appender.file.layout.ConversionPattern=<%d> %-5p [%c] : %m%n
 
 
-log4j.rootLogger=debug,stdout
-
-
-### Main project logger to info
-log4j.logger.org.apache.webbeans=error
+log4j.rootLogger=error,stdout
\ No newline at end of file