2 Replies Latest reply on Apr 3, 2003 2:00 PM by jwin1

    ManagedConnection shutdown..?

    jwin1

      Hi,

      JBoss 3.0.6 does not seem to call ManagedConnection.destroy() when the server is shut down. This is what I am observing in a resource adapter for Berkeley DB.
      (project at bdbadapter.sourceforge.net, it's still pre-alpha).

      Is this true or am I missing something ?

      Weblogic for example calls destroy() on each ManagedConnection that is still in the pool
      during server shutdown, which is what I would expect.
      I am talking about the standard shutdown.bat in jboss_home/bin

      Regards,
      Joerg