You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Rafael Benevides (JIRA)" <ji...@apache.org> on 2014/04/25 18:06:15 UTC

[jira] [Updated] (DELTASPIKE-370) ContainerCtrlTckTest - fix testShutdownWithInactiveContexts()

     [ https://issues.apache.org/jira/browse/DELTASPIKE-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael Benevides updated DELTASPIKE-370:
----------------------------------------

    Attachment: deltaspike-370.patch

The attached patch fix DELTASPIKE-370, DELTASPIKE-371 and DELTASPIKE-372

> ContainerCtrlTckTest - fix testShutdownWithInactiveContexts()
> -------------------------------------------------------------
>
>                 Key: DELTASPIKE-370
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-370
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: CdiControl
>    Affects Versions: 0.3-incubating
>            Reporter: Martin Kouba
>            Assignee: Mark Struberg
>         Attachments: deltaspike-370.patch
>
>
> Line 175:
> cdiContainer.getContextControl().startContexts();
> should be:
> cdiContainer.getContextControl().stopContexts();
> Fixing this causes the testShutdownWithInactiveContexts() failure, due to https://issues.jboss.org/browse/WELD-1072 
> In fact testRestartContexts() should also fail but it doesn't by coincidence, the reasons:
> - WeldContainerControl.shutdown() does not stop contexts
> - Weld core does not invalidate other contexts than @ApplicationScoped during shutdown
> - Weld core uses some request scoped caching optimization
> WELD-1072 is going to be fixed in 1.1.13.Final and 2.0.1.Final.
> The test should be fixed. I'm going to address the other problem (WeldContainerControl.shutdown()) in a different issue.



--
This message was sent by Atlassian JIRA
(v6.2#6252)