0 Replies Latest reply on Mar 25, 2004 12:14 PM by sandros

    Changing user in hsqldb connection ...

    sandros

      Hi,

      I created a new hsqldb user with the command:

      create user test password mytest admin;

      in the DatabaseManager provided by jboss.

      I changed the hsqldb-ds.xml file in order to use the new user:

      <!-- The login and password -->
      <user-name>test</user-name>
      mytest

      But when I start jboss, hsqldb remains looking for the 'SA' user.
      Are there any other file to change ?

      Thanks in advance,