You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Mohammad Nour (JIRA)" <ji...@apache.org> on 2007/03/06 23:28:24 UTC

[jira] Updated: (OPENEJB-519) Annotated test clients enablement

     [ https://issues.apache.org/jira/browse/OPENEJB-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mohammad Nour updated OPENEJB-519:
----------------------------------

    Attachment: patch[1]_OPENEJB-519.txt

- Status : Completed waiting for review.
------------
***********************************************************************************************************
- Notes:
-----------
- Now we have the capability to create annotated test clients.
- It is very simple all you have to do is to
  1- For stateless remote\local test clients extend either 
      AnnotatedSetterInjectionStatelessLocalTestClient\AnnotatedSetterInjectionStatelessTestClient
      AnnotatedFieldInjectionStatelessLocalTestClient\AnnotatedFieldInjectionStatelessTestClient

  2- For stateful remote\local test clients extend either 
      AnnotatedSetterInjectionStatefulLocalTestClient\AnnotatedSetterInjectionStatefulTestClient
      AnnotatedFieldInjectionStatefulLocalTestClient\AnnotatedFieldInjectionStatefulTestClient

  3- Annotate the member fields from the extended classes or add the required annotated setter methods into the annotated  
       test client.

- See the new annotated test clients as examples.


> Annotated test clients enablement
> ---------------------------------
>
>                 Key: OPENEJB-519
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-519
>             Project: OpenEJB
>          Issue Type: Test
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: All
>            Reporter: Mohammad Nour
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: patch[1]_OPENEJB-519.txt
>
>
> Providing the code which will enable writing annotated test clients.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.