Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.1
-
None
-
ServiceMix 3.1-SNAPSHOT, JBoss 4.0.4.GA
-
Patch Available
Description
When an PollingEndpoint (for example FilePollingEndpoint) is stopped and restarted, the poll() method is never called again, because the service unit's executor has been shut down in the PollingEndpoint.stop() method.
FIX:
Just removing line 138 "executor.shutdown()" helped for me, but I'm not quite sure, if there are any caveats about it.
Regards,
Frank