2 Replies Latest reply on Jan 17, 2003 2:25 AM by toadskin

    non-transactional datasource (3.0.1RC1)

    keithcsl

      Hi

      I have downloaded the postgres-service.xml from CVS and it is working fine with jboss-3.0.1RC1. What do I have to change in order to make the DS non-transactional?

      Thanks

        • 1. Re: non-transactional datasource (3.0.1RC1)
          davidjencks

          (I haven't tried this)
          (I don't know why you'd want to do this)

          In the outermost mbean, replace the code attribute so it uses NoTxConnectionManager instead of LocalTxConnectionManager. Remove the transactionManager tag.

          • 2. Re: non-transactional datasource (3.0.1RC1)
            toadskin

            The motivation for this comes from weblogic where they have JDBCTXDatasource and JDBCDatasource config file settings. The non-transactional variety is reportedly more efficient. Consequently, most weblogic expatriates feel queazy about using the transactional variety for everything. When porting to jboss that issue comes up almost right away.