Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix JMSServiceEventBus lifecycle #2036

Closed
riccardomodanese opened this issue Sep 20, 2018 · 0 comments · Fixed by #2037
Closed

Fix JMSServiceEventBus lifecycle #2036

riccardomodanese opened this issue Sep 20, 2018 · 0 comments · Fixed by #2037
Labels
Bug This is a bug or an unexpected behaviour. Fix it! Enhancement This PR/Issue improves an part of Kapua

Comments

@riccardomodanese
Copy link
Contributor

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.

@Coduz Coduz added the Bug This is a bug or an unexpected behaviour. Fix it! label Sep 20, 2018
@riccardomodanese riccardomodanese added the Enhancement This PR/Issue improves an part of Kapua label Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug or an unexpected behaviour. Fix it! Enhancement This PR/Issue improves an part of Kapua
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants