1 Reply Latest reply on Sep 27, 2013 1:55 PM by wdfink

    how to start working with HSQL DB in JBoss5.1.0 GA ?

    bkrohit

      Hi all ,

       

      I am new to JBoss . I want to use hsql db in my javaEE project. Can any one help me to get the connection done?

        • 1. Re: how to start working with HSQL DB in JBoss5.1.0 GA ?
          wdfink

          Hi Rohit,

          welcome to the forum

           

          The HSQL DB is a inmemory database, if you use the EJB persistence you can use the already provided DefaultDataSource (look for the hsqldb-ds.xml in the deploy folder for the exact name)

          If you want to have a look into you can use SQuirreL, the necessary drivers are located in the JBOSS/lib directory.

          But AFAIK you can't open the DB files until JBoss is running.