0 Replies Latest reply on Sep 20, 2003 4:43 AM by peejay

    Transaction isolation level

    peejay

      Hi!

      I use Jboss 3.2.1.

      If the transaction isolation level in the database-configuration.xml is not set what is the default value?

      By default the locking behavior of JBoss is pessimistic locking. This equals the isolation-level serializable.
      So if my J2EE application within JBoss is the only application that accesses the database i dont have to care about the isolation level in the database-configuration.xml, right?

      Thanks in advance

      peejay