[weld-issues] [JBoss JIRA] Closed: (CDITCK-183) DestroyedInstanceReturnedByGetTest seems broken

Pete Muir (JIRA) jira-events at lists.jboss.org
Tue Dec 7 12:56:02 EST 2010


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

Pete Muir closed CDITCK-183.
----------------------------

    Resolution: Done


> DestroyedInstanceReturnedByGetTest seems broken
> -----------------------------------------------
>
>                 Key: CDITCK-183
>                 URL: https://jira.jboss.org/browse/CDITCK-183
>             Project: CDI TCK
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Tests
>    Affects Versions: 1.0.2.CR2
>            Reporter: Mark Struberg
>             Fix For: 1.0.2.CR3
>
>
> DestroyedInstanceReturnedByGetTest currently calls 
> {noformat}
>       destroyContext(getCurrentManager().getContext(SessionScoped.class));
>       setContextActive(getCurrentManager().getContext(SessionScoped.class));
> {noformat}
> The problem is that destroying the SessionContext will render it inactive. So the getContext() call in the following line will throw a ContextNotActiveException according to the spec 6.5.1: "If no active context object exists for the scope type, the container throws a ContextNotActiveException."

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list