1 Reply Latest reply on Dec 5, 2013 5:28 AM by rhanus

    no-tx-datasource in domain.xml in Jboss 7.1.1Final

    kowshikns

      Hi All,

       

      How do I set a no-tx-datasource in jboss7.1.1FInal in domain.xml.

       

      1.    What is the xml tag that I should use

      2.     Where should the xml tag be placed.

       

      Many thanks in Advance.

       

      My current datasource looks as follows

       

                      <datasource jndi-name="java:/datagenic.jdbc.glcDS" pool-name="glcDS" use-java-context="false">
                          <connection-url>jdbc:jtds:sqlserver://localhost:1433/TEST;user=test;password=test</connection-url>
                          <driver>JTDS</driver>
                          <pool>
                              <min-pool-size>1200</min-pool-size>
                              <max-pool-size>1200</max-pool-size>
                              <prefill>true</prefill>
                              <use-strict-min>false</use-strict-min>
                          </pool>
                          <security>
                              <user-name>gdm</user-name>
                              <password>gdm</password>
                          </security>
                          <timeout>
                              <blocking-timeout-millis>60000</blocking-timeout-millis>
                              <idle-timeout-minutes>5</idle-timeout-minutes>
                          </timeout>
                      </datasource>

       

       

      Regards,

      Kowshik NS