Weld SVN: r7250 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: petemuir
Date: 2011-06-30 10:57:08 -0400 (Thu, 30 Jun 2011)
New Revision: 7250
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
CDITCK-223
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-27 10:36:22 UTC (rev 7249)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-30 14:57:08 UTC (rev 7250)
@@ -159,6 +159,13 @@
<exclude name="testUserTransactionBean" />
</methods>
</class>
+
+ <!-- CDITCK-223 -->
+ <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest">
+ <methods>
+ <exclude name="testCreateSFSB" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-27 10:36:22 UTC (rev 7249)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-30 14:57:08 UTC (rev 7250)
@@ -60,6 +60,13 @@
<exclude name="testUserTransactionBean" />
</methods>
</class>
+
+ <!-- CDITCK-223 -->
+ <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest">
+ <methods>
+ <exclude name="testCreateSFSB" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
13 years, 5 months
Weld SVN: r7249 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: petemuir
Date: 2011-06-27 06:36:22 -0400 (Mon, 27 Jun 2011)
New Revision: 7249
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
CDITCK-220
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-27 10:35:59 UTC (rev 7248)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-27 10:36:22 UTC (rev 7249)
@@ -152,6 +152,13 @@
<exclude name="testInjectionIntoWebServiceEndpoint"/>
</methods>
</class>
+
+ <!-- CDITCK-220 -->
+ <class name="org.jboss.jsr299.tck.tests.implementation.builtin.BuiltInBeansTest">
+ <methods>
+ <exclude name="testUserTransactionBean" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-27 10:35:59 UTC (rev 7248)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-27 10:36:22 UTC (rev 7249)
@@ -53,6 +53,13 @@
<exclude name="testInjectionIntoWebServiceEndpoint"/>
</methods>
</class>
+
+ <!-- CDITCK-220 -->
+ <class name="org.jboss.jsr299.tck.tests.implementation.builtin.BuiltInBeansTest">
+ <methods>
+ <exclude name="testUserTransactionBean" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
13 years, 5 months
Weld SVN: r7248 - cdi-tck/branches/1.0.
by weld-commits@lists.jboss.org
Author: petemuir
Date: 2011-06-27 06:35:59 -0400 (Mon, 27 Jun 2011)
New Revision: 7248
Modified:
cdi-tck/branches/1.0/pom.xml
Log:
add m2e config
Modified: cdi-tck/branches/1.0/pom.xml
===================================================================
--- cdi-tck/branches/1.0/pom.xml 2011-06-17 13:38:19 UTC (rev 7247)
+++ cdi-tck/branches/1.0/pom.xml 2011-06-27 10:35:59 UTC (rev 7248)
@@ -270,6 +270,35 @@
<arguments>-Drelease -Dtck-audit</arguments>
</configuration>
</plugin>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>
+ org.apache.maven.plugins
+ </groupId>
+ <artifactId>
+ maven-dependency-plugin
+ </artifactId>
+ <versionRange>[2.1,)</versionRange>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
13 years, 5 months
Weld SVN: r7247 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: petemuir
Date: 2011-06-17 09:38:19 -0400 (Fri, 17 Jun 2011)
New Revision: 7247
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
CDITCK-219
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-13 09:49:44 UTC (rev 7246)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-17 13:38:19 UTC (rev 7247)
@@ -139,6 +139,13 @@
</methods>
</class>
+ <!-- CDITCK-219 -->
+ <class name="org.jboss.jsr299.tck.tests.context.session.SessionContextTest">
+ <methods>
+ <exclude name="testSessionContextDestroyedWhenHttpSessionTimesOut" />
+ </methods>
+ </class>
+
<!-- CDITCK-217 -->
<class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest">
<methods>
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-13 09:49:44 UTC (rev 7246)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-17 13:38:19 UTC (rev 7247)
@@ -39,6 +39,13 @@
<exclude name="testSessionBeanIsIntercepted" />
</methods>
</class>
+
+ <!-- CDITCK-219 -->
+ <class name="org.jboss.jsr299.tck.tests.context.session.SessionContextTest">
+ <methods>
+ <exclude name="testSessionContextDestroyedWhenHttpSessionTimesOut" />
+ </methods>
+ </class>
<!-- CDITCK-217 -->
<class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest">
13 years, 5 months
Weld SVN: r7246 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: jharting
Date: 2011-06-13 05:49:44 -0400 (Mon, 13 Jun 2011)
New Revision: 7246
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
CDITCK-217 test excluded
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-10 11:15:06 UTC (rev 7245)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-13 09:49:44 UTC (rev 7246)
@@ -137,6 +137,13 @@
<methods>
<exclude name="testSessionBeanIsIntercepted" />
</methods>
+ </class>
+
+ <!-- CDITCK-217 -->
+ <class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest">
+ <methods>
+ <exclude name="testInjectionIntoWebServiceEndpoint"/>
+ </methods>
</class>
<!-- Issues in Weld (the RI) -->
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-10 11:15:06 UTC (rev 7245)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-13 09:49:44 UTC (rev 7246)
@@ -40,6 +40,13 @@
</methods>
</class>
+ <!-- CDITCK-217 -->
+ <class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest">
+ <methods>
+ <exclude name="testInjectionIntoWebServiceEndpoint"/>
+ </methods>
+ </class>
+
<!-- Issues in Weld (the RI) -->
13 years, 5 months
Weld SVN: r7245 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: petemuir
Date: 2011-06-10 07:15:06 -0400 (Fri, 10 Jun 2011)
New Revision: 7245
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
Fix exludes for CDITCK-213
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-07 17:19:37 UTC (rev 7244)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-10 11:15:06 UTC (rev 7245)
@@ -123,9 +123,9 @@
</class>
<!-- CDITCK-213 -->
- <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.interceptorOrder.SessionBeanInterceptorOrderTest.">
+ <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.interceptorOrder.SessionBeanInterceptorOrderTest">
<methods>
- <exclude name="" />
+ <exclude name="testInterceptorsDeclaredUsingInterceptorsCalledBeforeInterceptorBinding" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest">
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-07 17:19:37 UTC (rev 7244)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-10 11:15:06 UTC (rev 7245)
@@ -24,9 +24,9 @@
</class>
<!-- CDITCK-213 -->
- <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.interceptorOrder.SessionBeanInterceptorOrderTest.">
+ <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.interceptorOrder.SessionBeanInterceptorOrderTest">
<methods>
- <exclude name="" />
+ <exclude name="testInterceptorsDeclaredUsingInterceptorsCalledBeforeInterceptorBinding" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest">
13 years, 6 months
Weld SVN: r7244 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: petemuir
Date: 2011-06-07 13:19:37 -0400 (Tue, 07 Jun 2011)
New Revision: 7244
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
CDITCK-213
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-06 19:10:53 UTC (rev 7243)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-07 17:19:37 UTC (rev 7244)
@@ -121,6 +121,23 @@
<exclude name="testDestroyedInstanceMustNotBeReturnedByGet" />
</methods>
</class>
+
+ <!-- CDITCK-213 -->
+ <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.interceptorOrder.SessionBeanInterceptorOrderTest.">
+ <methods>
+ <exclude name="" />
+ </methods>
+ </class>
+ <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest">
+ <methods>
+ <exclude name="testNonContextualSessionBeanReferenceIsIntercepted" />
+ </methods>
+ </class>
+ <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.simpleInterception.SessionBeanInterceptorDefinitionTest">
+ <methods>
+ <exclude name="testSessionBeanIsIntercepted" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-06 19:10:53 UTC (rev 7243)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-07 17:19:37 UTC (rev 7244)
@@ -15,8 +15,6 @@
</packages>
<classes>
<!-- Issues in the TCK -->
-
- <!-- Issues in Weld (the RI) -->
<!-- CDITCK-212 -->
<class name="org.jboss.jsr299.tck.tests.context.DestroyedInstanceReturnedByGetTest">
@@ -24,6 +22,27 @@
<exclude name="testDestroyedInstanceMustNotBeReturnedByGet" />
</methods>
</class>
+
+ <!-- CDITCK-213 -->
+ <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.interceptorOrder.SessionBeanInterceptorOrderTest.">
+ <methods>
+ <exclude name="" />
+ </methods>
+ </class>
+ <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest">
+ <methods>
+ <exclude name="testNonContextualSessionBeanReferenceIsIntercepted" />
+ </methods>
+ </class>
+ <class name="org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.simpleInterception.SessionBeanInterceptorDefinitionTest">
+ <methods>
+ <exclude name="testSessionBeanIsIntercepted" />
+ </methods>
+ </class>
+
+ <!-- Issues in Weld (the RI) -->
+
+
</classes>
</test>
13 years, 6 months
Weld SVN: r7243 - cdi-tck/branches/1.0/impl/src/main/resources.
by weld-commits@lists.jboss.org
Author: petemuir
Date: 2011-06-06 15:10:53 -0400 (Mon, 06 Jun 2011)
New Revision: 7243
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
excludes for CDITCK-212
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-04-24 22:06:09 UTC (rev 7242)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-06 19:10:53 UTC (rev 7243)
@@ -114,6 +114,13 @@
<exclude name=".*" />
</methods>
</class>
+
+ <!-- CDITCK-212 -->
+ <class name="org.jboss.jsr299.tck.tests.context.DestroyedInstanceReturnedByGetTest">
+ <methods>
+ <exclude name="testDestroyedInstanceMustNotBeReturnedByGet" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-04-24 22:06:09 UTC (rev 7242)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-06 19:10:53 UTC (rev 7243)
@@ -17,6 +17,13 @@
<!-- Issues in the TCK -->
<!-- Issues in Weld (the RI) -->
+
+ <!-- CDITCK-212 -->
+ <class name="org.jboss.jsr299.tck.tests.context.DestroyedInstanceReturnedByGetTest">
+ <methods>
+ <exclude name="testDestroyedInstanceMustNotBeReturnedByGet" />
+ </methods>
+ </class>
</classes>
</test>
13 years, 6 months