[weld-issues] [JBoss JIRA] Updated: (CDITCK-183) DestroyedInstanceReturnedByGetTest seems broken
Pete Muir (JIRA)
jira-events at lists.jboss.org
Sat Oct 30 15:16:54 EDT 2010
[ https://jira.jboss.org/browse/CDITCK-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated CDITCK-183:
-----------------------------
Fix Version/s: 1.0.2.CR3
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list