I think the issue is that you provided a password for the sa account:
<password>sa</password>
That account, in hsqldb, usually does not have a password:
<password></password>
Because the login information was incorrect, the data source was never deployed, hence the
later datasource not bound message (which you first posted).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164276#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...