4 Replies Latest reply on Jun 26, 2002 7:20 PM by bruces

    starting a transaction after getting a connection

    bruces

      Should a session bean be able to get a connection from a jca connector and then perform one or more bean-managed transactions with the connection?

      One of my testers created a bean that gets a connection, then gets UserTransaction and starts a transaction, and then checks to see if the connection was enlisted in the transaction. It wasn't.

      Is this a legal thing for a bean to do?