2 Replies Latest reply on Dec 12, 2002 4:01 PM by ajavila

    JDBC Connections for Servlets

    mstecker

      We use JBoss for a very simple servlet based application.
      For database connectivity we wanted to use the JBoss connection pools. But if we do that we get log messages of the form "No transaction right now". Do we have to use UserTransactions to correctly use the connections we get from the connection pool or is it possible to use them similar to simple java.sql.Connection objects with explicitly controlling transactions e.g. with connection.commit()?

      Thanks
      Martin