[
https://jira.jboss.org/browse/CDITCK-183?page=com.atlassian.jira.plugin.s...
]
Pete Muir commented on CDITCK-183:
----------------------------------
Confirmed, and exclude list updated.
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
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