
|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently, MBeanCmd has been designed to work as a standalone application. As a result:
- It calls System.Exit to stop itself (for example, when certain exceptions occur)
- It doesn't provide any other stopping mechanism than pressing CTRL + C or killing the application
This needs to be fxed if we want MBeanCmd instances to cooperatively exist in the same VM as JASMINe, JOnAS, ...
|
|
Description
|
Currently, MBeanCmd has been designed to work as a standalone application. As a result:
- It calls System.Exit to stop itself (for example, when certain exceptions occur)
- It doesn't provide any other stopping mechanism than pressing CTRL + C or killing the application
This needs to be fxed if we want MBeanCmd instances to cooperatively exist in the same VM as JASMINe, JOnAS, ... |
Show » |
|
We now have to check for leaks, as I'm suspecting serious leaks due to threads that are not destroyed...