configuration file looks good.

maybe you have multiple logging.properties files on your classpath.  check that 
you have only one.

another thing that you can do when you are in your ide is put this text in your 
Display window:

org.hsqldb.util.DatabaseManager.main(new String[]{})
  | 

select it and then press SHIFT+ALT+D  if you're using the hsqldb in memory db 
then you can inspect live during your debug session.  (be carful with closing 
the database manager as it will close your whole test run)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257660#4257660

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257660
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to