0 Replies Latest reply on Jun 15, 2005 8:23 PM by ctoohey

    datasource configuration

    ctoohey

      I have read the JBoss 4 Reference Guide on configuring datasources, but I want to make sure I am undertanding the following correctly:

      if I want to use the JDBC transaction API where transactions are under my app's control, I should configure the a no-tx-datasource for my database so that there is no transaction support from JBoss

      if I want to use JTA for transaction management, I should configure a local-tx-datasource (or xa-datasource) for my database

      true or false ? Thanks.