• Post Reply 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Create an instance of database in HSQLDB

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
I have two applications (J2EE applications) running on JBoss 4.0 and Hsqldb as the database. The problem is , im having a table UserInfo(say) for each of the application. ( but ofcourse the column values are different). and the requirement is that i have to deploy both the applications on the same Jboss. So i need to create two seperate instances of the database for each of the application. I tried creating two seperate users(with admin privileges in Hsqldb) and creating the table of the same name UserInfo(say)under each user respective to the corresponding application, but does not allow me to create so. So how should I go about resolving this issue..
put in simple words, how to create instance of database in hsqldb

thanks in advance
pravin
 
Are we home yet? Wait, did we forget the tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic