[webbeans-issues] [JBoss JIRA] Closed: (WBTCK-28) DependentContextTest - testDestroyingSimpleParentDestroysDependents

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Mar 13 20:02:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/WBTCK-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir closed WBTCK-28.
--------------------------

    Fix Version/s: 1.0.0.Beta2
       Resolution: Done
         Assignee: Pete Muir


> DependentContextTest - testDestroyingSimpleParentDestroysDependents
> -------------------------------------------------------------------
>
>                 Key: WBTCK-28
>                 URL: https://jira.jboss.org/jira/browse/WBTCK-28
>             Project: JSR-299 TCK
>          Issue Type: Bug
>            Reporter: Gurkan Erdogdu
>            Assignee: Pete Muir
>             Fix For: 1.0.0.Beta2
>
>
> Hi,
> In the above test,
> @RequestScoped
> class Farm
> {
>   
>    @Current Stable stable;
>   
>    public void open() {};
>   
> }
> Farm has normal scope, so we do not create its instance before any of its method is called. Therefore we do not inject fields of the Farm. But in the test case, it is assumed to create Farm instance and inject fields. So test fails in our implementation.
> Is this normal?
> Thanks;
> Gurkan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the weld-issues mailing list