You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2009/01/21 15:03:59 UTC

[jira] Created: (OWB-56) Integrate the official JSR-299 TCK test 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.


[jira] Commented: (OWB-56) Integrate the official JSR-299 TCK test suite

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (OWB-56) Integrate the official JSR-299 TCK test suite

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu updated OWB-56:
------------------------------

      Component/s: Core
    Fix Version/s: 1.0.0

> 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
>          Components: Core
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.0.0
>
>
> 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.