exclude illegal TCK test See CDI-312. The meaning of BDA is not clearly defined. Section 5 and 12 contradict each other. The EE6 RI (Glassfish3) and also JBoss6 did implement it like we do (and yes, this is WAY more sane).
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/643ce4fd Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/643ce4fd Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/643ce4fd Branch: refs/heads/master Commit: 643ce4fd989d14a59ad03968f80439d409982f75 Parents: 927c3ca Author: Mark Struberg <[email protected]> Authored: Fri Mar 6 19:01:43 2015 +0100 Committer: Mark Struberg <[email protected]> Committed: Fri Mar 6 19:01:43 2015 +0100 ---------------------------------------------------------------------- tck/cdi-embedded/src/test/resources/passing.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/643ce4fd/tck/cdi-embedded/src/test/resources/passing.xml ---------------------------------------------------------------------- diff --git a/tck/cdi-embedded/src/test/resources/passing.xml b/tck/cdi-embedded/src/test/resources/passing.xml index 89debb3..0131ed5 100644 --- a/tck/cdi-embedded/src/test/resources/passing.xml +++ b/tck/cdi-embedded/src/test/resources/passing.xml @@ -220,6 +220,16 @@ </methods> </class> + + <!-- CDI-312 ambiguous BDA definition (EE-module vs JAR) --> + <class name="org.jboss.cdi.tck.tests.interceptors.ordering.global.GlobalInterceptorOrderingTest"> + <methods> + <exclude name=".*"/> + </methods> + </class> + + + <!-- not in web profile and not supported by embedded adapter anyway --> <class name="org.jboss.cdi.tck.tests.deployment.packaging.rar.ResourceAdapterArchiveTest"> <methods>
