On 2002.07.11 11:56:23 -0400 "Geer, Benjamin" wrote: > David Jencks wrote: > > If you are intentionally shutting down the db and restarting, > > it should not > > be that hard to also stop and (re)start the connection pools. > > Which jboss > > are you using? > > We're using 3.0.0 now; we intend to keep upgrading to the latest stable > versions as they become available.
The 3.0.1RC1 is at least as stable as 3.0. > > How would we stop and restart the connection pools? Could we do it via > JMX? yes, I haven't checked to be 100% sure, but calling stop and then start on the ConnectionManager mbean should do it. If it doesn't file a bug so I remember to look at it eventually. david > > Benjamin > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > PC Mods, Computing goodies, cases & more > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek PC Mods, Computing goodies, cases & more http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
