[JBoss-user] [EJB/JBoss] - JBoss shutdown notification.

2004-04-16 Thread ibutcher
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

[JBoss-user] [Installation & Configuration] - JBoss shutdown notification?

2004-04-16 Thread ibutcher
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

[JBoss-user] [JCA/JBoss] - 'no-transaction' DataSource config.

2004-04-12 Thread ibutcher
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

[JBoss-user] [Persistence & CMP/JBoss] - 'no-transaction' DataSource configuration.

2004-04-12 Thread ibutcher
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

[JBoss-user] [Installation & Configuration] - 'no-transaction' datasource configuration

2004-04-12 Thread ibutcher
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