Petals CDK

SE-Notif can't forward subscription when it stop and restart

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 5.1.1
  • Fix Version/s: 5.1.1
  • Component/s: Notifications
  • Security Level: Public
  • Description:
    Hide

    Se-notif can't forward subscription when it stops and restart because subscription processors (executors) are destroyed on component stop and recreated on init. But init is called only if the component is shutdown and restarted, but not if it is stoped and restart.

    So, move executors creation from init() to start().

    Show
    Se-notif can't forward subscription when it stops and restart because subscription processors (executors) are destroyed on component stop and recreated on init. But init is called only if the component is shutdown and restarted, but not if it is stoped and restart. So, move executors creation from init() to start().
  • Environment:
    petals se notif 1.0.3, petals CDK 5.1.1

Activity

People

Dates

  • Created:
    Thu, 14 Oct 2010 - 11:43:32 +0200
    Updated:
    Tue, 23 Nov 2010 - 15:39:36 +0100
    Resolved:
    Thu, 14 Oct 2010 - 11:43:52 +0200