[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ServletContextListener -DataSource File
PeterJ
do-not-reply at jboss.com
Mon Jul 14 11:51:45 EDT 2008
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#4164276
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164276
More information about the jboss-user
mailing list