remove workarounds for weld
---------------------------
Key: DELTASPIKE-105
URL: https://issues.apache.org/jira/browse/DELTASPIKE-105
Project: DeltaSpike
Issue Type: Test
Components: CDI-SE
Affects Versions: 0.2-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
Fix For: 0.3-incubating
currently we have 2 workarounds which need to be removed as soon as we have a
released version of weld which fixes the following issues:
#1 the application scope doesn't get restarted autom. after it is invalidated
and it can't be started manually (reason: IsolatedStaticSingleton.object is
null after calling applicationContext#invalidate and causes a NPE as soon as
the scope gets accessed again)
the workaround is in ContextController#stopApplicationScope
#2 AbstractSharedContext#isActive always returns true
the workaround is in ContainerCtrlTckTest#reStartContexts
ContainerCtrlTckTest#reStartContexts has to pass without workarounds
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira