LamNV86 / jmx-logger

Automatically exported from code.google.com/p/jmx-logger
0 stars 0 forks source link

Unable to Shutdown Standalone Application Sping based application while using SLF4J #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I placed MBeans in Spring Context as documented 
(http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/htm
l/jmx.html) and everything works correct (but shutdown down everything when 
spring context is closed).

As soon as you add the JMXLogger, the application fails to shutdown gracefully, 
as it seem there is a block. not gracefully in that the spring context is 
closed, but the application is still running.

I would expect that JMXLogger not stop the application from shutting down. 
Possibly due to non deamon threads being created.

The logging system is SLF4J backed with a Log4J.

Using version 0.3.0 on Windows 7 and Linux Server

Original issue reported on code.google.com by BenAbout...@gmail.com on 18 Feb 2013 at 3:09