You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a JMSServiceEventBus stop call it's not possible to call a start whithout getting a NPE.
To avoid that, the inner class instance used by the JMSServiceEventBus should be instantiated inside the start call.
The text was updated successfully, but these errors were encountered:
Fix JMSServiceEventBus lifecycle
After a JMSServiceEventBus stop call it's not possible to call a start whithout getting a NPE.
To avoid that, the inner class instance used by the JMSServiceEventBus should be instantiated inside the start call.
The text was updated successfully, but these errors were encountered: