Hopefully a simple question. I was wondering if there was some way for code running
in JBoss to find out when JBoss was shutting down - a callback or some such thing?
TIA,
Ian.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831046#3831046
Reply to the post
Hopefully a simple question. I was wondering if there was some way for code running
in JBoss to find out when JBoss was shutting down - a callback or some such thing?
TIA,
Ian.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831044#3831044
Reply to the post
Hi,
My application has a log4j appender which writes to a database table. I would like to
create a 'no-transaction' DataSource and use it for this purpose. I already have a
regular JTA compliant DataSource but this doesn't make sense for logging; You don't
want your messages rolled back if the
Hi,
My application has a log4j appender which writes to a database table.I would like
to create a 'no-transaction' DataSource and use it for this purpose. I already have a
regular JTA compliant DataSource but this doesn't make sense for logging; You don't
want your messages rolled back if
Hi,
My application has a log4j appender which writes to a database table.I would like
to create a 'no-transaction' DataSource and use it for this purpose. I already have a
regular JTA compliant DataSource but this doesn't make sense for logging; You don't
want your messages rolled back if