1 Reply Latest reply on Dec 20, 2005 8:35 AM by aquila_deus

    Tests fails with MySQL + password

    drapierwim

      I have an issue I don't realy understand, I've used the booking app as a template and changed the DB to MySQL. All works well but when I created a password for my DB an added this to the booking-ds.xml I can't get connected to the DB resulting in an exception when running my tests.

        • 1. Re: Tests fails with MySQL + password
          aquila_deus

           

          "drapierwim" wrote:
          I have an issue I don't realy understand, I've used the booking app as a template and changed the DB to MySQL. All works well but when I created a password for my DB an added this to the booking-ds.xml I can't get connected to the DB resulting in an exception when running my tests.


          Hi! Are you able to connect to MySQL using mysql or other clients now?

          Also, it could be that the DataSource set in booking-ds.xml has not been properly updated yet... It happened to me once and I couldn't know why. The solution is simply to remove both of the booking ear and booking-ds.xml, and then re-deploy them again.