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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...