Hi All,
I have a problem related to hsqldb-ds.xml
when i uncomment below mention tag from hsqldb-ds.xml file, which says
For totally in-memory db, not saved when jboss stops.
does it means that data would not remain in permanent memory?
like if restart server data will be lost?
| For totally in-memory db, not saved when jboss stops.
| The org.jboss.jdbc.HypersonicDatabase mbean is required for proper db shutdown
| <connection-url>jdbc:hsqldb:.</connection-url>
|
and i comment this tag too
| <!-- For in-process persistent db, saved when jboss stops.
| The org.jboss.jdbc.HypersonicDatabase mbean is required for proper db shutdown
|
|
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}localDB</connection-url>
| -->
|
if it is, it does nothing data remains in memory when i restart server :)
and i get problem while fatching the data using some application code.
Any clue about it
Regards,
Sachin Parnami
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180203#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...