Hi Thomas, Thanx for the tips, I achieved to go forward a little, removing a set of jars from my class path, without knowing which one is responsible for the trouble. But then I still stuck with a RSA key management issue, nothing to see with the database anymore. Jboss class loading is a story in itself...;
Anyway, the URL was fulfilled. I think that will remain a mystery because I don’t have much time to investigate. Best regards Pierre -----Message d'origine----- De : [email protected] [mailto:[email protected]] De la part de Thomas Mueller Envoyé : lundi 29 novembre 2010 06:37 À : [email protected] Objet : Re: Wrong user name or password [8004-144] while running ant test suite Hi, In the worst case, I guess you need to debug your application to find out where the problem is, but maybe it's easier to solve. What is your JDBC URL? A common problem is to use a relative URL, see also http://h2database.com/html/faq.html#database_files Could you set the trace option to "3" (debug) and then post the .trace.db files? To do that, set the system property h2.dataSourceTraceLevel to 3 (java -Dh2.dataSourceTraceLevel=3 ...). The trace file is in ./trace.db/h2datasource.trace.db Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
