|
From: Ben O'K. <Ben.O'<Ke...@cr...> - 2007-12-11 22:21:34
|
UNOFFICIAL Hi, =20 I have inherited a java application that is deployed on a Windows 2003 server as a service using Java Service Wrapper, and am having some problems that occur when the service is stopped halfway through a database transaction. =20 If I stop the application by terminating the JVM directly (through Windows Task Manager), everything works fine and the database transaction is rolled back. If I stop the Windows service halfway through the process, the transaction is not rolled back and partial updates are committed to the database. =20 Is there any way I can find out what the Wrapper is doing when shutdown nicely, and how this differs to the more brutal termination of the JVM? =20 Thanks, Ben ***************************************************************************= ***************************************************************************= **** This message may contain confidential information and is intended only for = the individual named. If you are not the named addressee you should not dis= seminate, distribute or copy this e-mail, or use its contents . Please noti= fy the sender immediately if you have received this e-mail by mistake and d= elete this e-mail from your system.=20 This e-mail has been scanned by The CrimTrac Agency for known computer viru= ses. http://www.crimtrac.gov.au GPO Box 1573 CANBERRA CITY ACT 2601 ***************************************************************************= ***************************************************************************= ***** |