]
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: