1 Reply Latest reply on Feb 23, 2011 10:04 PM by wdfink

    Configuring jdbc

    sara8055

      Hi,

       

      I am working on an App which need to access 2 or more datasource at the same time

       

      i have got the local DS files configured to the local MySql 5.0.1 and a remote MySql in my deployment folder.

       

      but still i dont have the codes working .

       

      should i use jboss-ha-xa-jdbc connector ?

       

      Please help in this

        • 1. Configuring jdbc
          wdfink

          For me it is unclear what you want at the moment.

           

          If you want to have a ACID transaction behaviour for all used databases you must use XA-Transactions.

          The HA DS connector is to have a fallback database in case the first is down.

           

          So please attach the DS files and provide how you use it.