Re: [JBoss-dev] Shutdown needs some cleanup

2002-02-26 Thread David Jencks
On 2002.02.26 18:35:03 -0500 Jason Dillon wrote: > Quick question... is there order to shutdown? If MBean A depends on B, > then do we shutdown A first then B? > there are several orders: 1. all deployments undone in reverse order of deployment. 2. When an mbean stops, all mbeans that depend

Re: [JBoss-dev] Shutdown needs some cleanup

2002-02-26 Thread Jason Dillon
Quick question... is there order to shutdown? If MBean A depends on B, then do we shutdown A first then B? --jason Scott M Stark wrote: >I'm seeing the MainDeployer still trying to to deploys during the >shutdown sequence. Isn't this one of the first services stopped? > >15:00:22,734 INFO [

Re: [JBoss-dev] Shutdown needs some cleanup

2002-02-26 Thread David Jencks
Oops, shutdown should also turn off the scan thread. Actually MainDeployer, being the first service registered with ServiceController, is the last stopped. I'll fix this. david jencks On 2002.02.26 18:05:54 -0500 Scott M Stark wrote: > I'm seeing the MainDeployer still trying to to deploys dur

[JBoss-dev] Shutdown needs some cleanup

2002-02-26 Thread Scott M Stark
I'm seeing the MainDeployer still trying to to deploys during the shutdown sequence. Isn't this one of the first services stopped? 15:00:22,734 INFO [Server] Shutdown complete 15:00:22,734 INFO [STDOUT] Shutdown complete 15:00:22,734 ERROR [SARDeployer] operation failed javax.management.Instanc