[JBoss-user] [JBoss Getting Started Documentation] - Re: User not found: SA

2005-03-08 Thread sabelorin
That section (for in-memory DB) is commented out, although the locahost:1701 connection url is used for TCP: | | jdbc:hsqldb:hsql://localhost:1701 | | | Just to be sure, I made the change, but the message still appears. View the original post : http://www.jboss

[JBoss-user] [JBoss Getting Started Documentation] - Re: User not found: SA

2005-03-07 Thread sabelorin
OK, here it is (hsqldb-ds.xml): | | | | | | | | | | | DefaultDS | | | jdbc:hsqldb:hsql://localhost:1701 | | | | | | org.hsqldb.jdbcDriver | | | sa |

[JBoss-user] [JBoss Getting Started Documentation] - User not found: SA

2005-03-02 Thread sabelorin
I am using JBoss 4.0.1sp1 and the Getting Started Guide 4.0 v3, and have reached section 4.1.7 (The Database) with no problems. As stated by the tutorial, I have uncommented the code that uses TCP connections and commented out the other sections: | jdbc:hsqldb:hsql://localhost:1701 |