3 Replies Latest reply on May 23, 2003 1:12 AM by vamsi

    JBoss hanging when shutdowing down the database

    sysuser1

      I've configured Datasource in JBoss.jcml as follows:


      temp
      org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

      jdbc:oracle:thin:@xxx.xx.xx.xxx:1521:tempo
      1200000
      test
      10
      test
      true
      false
      false
      true
      900000
      900000
      true
      false
      1.0
      0
      0


      and started the JBoss.

      I'm trying to access the datasource from a jsp file.
      Then, I'm shuttting down the database.
      If I'm trying to access the database, the JBoss server is hanged showing that it is connecting to the database. I'm unable to sort out the peoblem.

      I'll greatly thankful, if anybody suggest the solution.
      (JBoss version - 2.2.2
      Vamsi