[jboss-user] [Beginners Corner] - Re: Jboss server startup problem

weston.price@jboss.com do-not-reply at jboss.com
Tue Nov 21 14:04:56 EST 2006


Yes, it will effect your project as the default DataSource cannot be deployed. As a result, anything that depends on this datasource will also not be deployed. For some reason, the default user of Hypersonic was changed to "SA" when it should read "sa". Under your deploy directory you will find a file called:

hsqldb-ds.xml 

inside this file you should see an XML entry like the following:


  |      <user-name>sa</user-name>
  |       <password></password>
  | 

Verify that the <user-name> element value is in lower case no "SA"



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987683#3987683

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987683



More information about the jboss-user mailing list