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.2.9-core, 1.0.9-core
            Reporter: Matthias Weßendorf
            Assignee: Matthias Weßendorf


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.

Reply via email to