[
https://issues.apache.org/jira/browse/OWB-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665869#action_12665869
]
Mark Struberg commented on OWB-56:
----------------------------------
current status:
The current TCK integration code is now at least compileable against the
TCK-API.
Since the TCK is not yet released (nor nearly final), one will have to checkout
and build the TCK code himself from the JBoss SVN:
> $> svn co http://anonsvn.jboss.org/repos/webbeans/ webbeansRI
> $> cd webbeansRI/ri/trunk
> $> mvn clean install
> $> cd ../..//tck/trunk
> $> mvn clean install
Don't expect much TCK tests to pass since there is still a class
incompatibility between the RI-API and the latest Spec regarding
Bean<T>#create();
So whenever create() is being called inside the TCK, a JVM Exception will be
thrown.
Please also note if you like to debug through the TestNG test cases in Exclipse
or Idea: the tests in the group 'stub' are work in progress and usually
excluded from the suite.
> Integrate the official JSR-299 TCK test suite
> ---------------------------------------------
>
> Key: OWB-56
> URL: https://issues.apache.org/jira/browse/OWB-56
> Project: OpenWebBeans
> Issue Type: Test
> Reporter: Mark Struberg
> Assignee: Mark Struberg
>
> Create a module to incorporate the official JSR-299 TCK suite.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.