Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HSQL DB with JBoss Developer Studio Settings

 
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
We are using JBoss Developer Studio which includes the JBOSS AS and also included In-Memorey databse HSQL, this DB contains default schema with some tables and also with some data. I can render the data with JDBC stand alonce application while I can't get the data using Hibernate due to dynamic In-Memorey DB(It doesn't exist physically). Later I tried to add a new record to table, and tried fetch the data with session object in hibernate, then I can get that record only. If close the session that record is gone.

I'm new to this kind DB, is there any possibilities to change that database from dynamic to static, so that we can create/update tables physically, so that they are available in all session objects and as well as other machines. I know we need to update some sort settings but I'm not sure esactly what I have to do. If some one give me the clue, that would be more helpful to me.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not ask the same question in multiple forums. This post is locked, continued at https://coderanch.com/t/448779/JBoss/JBOSS-server-with-HSQL-Memory
    Bookmark Topic Watch Topic
  • New Topic