0 Replies Latest reply on Jul 19, 2006 10:02 AM by jack0501

    Which connection I should use when EJB is clustered

    jack0501

      We use EJB in cluster environment. We have one oracle database.
      our existed system use TXConnection(transactional connection) for the data insert, update and delete. Using the Connection for the data retriving.

      I think TXConnection fits to use for the distributed database. So we should change our DAO layer to use only Connection.
      Is that true?
      Need help.
      Thanks.
      Jack Tie