Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-3.3.0.GA
-
Component/s: Samples
-
Labels:None
-
Environment:ICEfaces-EE, Poll, no JMS
Description
A NullPointerException is thrown in the Poll application upon shutdown when the com.icesoft.faces.demo.poll.messagingEnabled context parameter is set to false. This seems to be due to the pollMessageService being null in this case.
The tearDownMessageService() method now does 2 null checks: 1 for pollMessageService and one for executor. Marking this one as FIXED.