[
https://issues.apache.org/jira/browse/TRINIDAD-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf resolved TRINIDAD-1228.
------------------------------------------
Resolution: Fixed
Fix Version/s: 1.0.10-core
1.2.10-core
> NPE in GlobalConfiguratorImpl_endConfiguratorServiceRequest
> -----------------------------------------------------------
>
> Key: TRINIDAD-1228
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1228
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.0.9-core, 1.2.9-core
> Reporter: Matthias Weßendorf
> Assignee: Matthias Weßendorf
> Fix For: 1.2.10-core, 1.0.10-core
>
>
> When the servlet container does a shutdown, the destroy() is called on the
> GlobalConfiguratorImpl (due to delegation).
> the destroy sets _services => null.
> When doing some "polling" request, you may see an NPE in the
> _endConfiguratorServiceRequest() b/c of this line:
> for (final Configurator config : _services) .......
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.