By getting IEventBroker too early in CCWPlugin.start(), an "Unable to process "EventBroker.logger" Exception was triggered. This patch solves the problem (but also removes the custom event logging).
If you want to still log the events, maybe we need to find another place to hook the listeners...
Hello Laurent, a fix for master:
By getting IEventBroker too early in CCWPlugin.start(), an "Unable to process "EventBroker.logger" Exception was triggered. This patch solves the problem (but also removes the custom event logging).
If you want to still log the events, maybe we need to find another place to hook the listeners...