Hi Peter,
Thanks for your reply.
But Problem here is that when i comment the below mention code even thought data persist
in the memory when i restart the server.
| <!-- 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>
| -->
|
|
|
And i am also uncommenting the code mentioned below :)
| 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>
|
|
As per your detailed description it should not be persisted right?
but it does :(
Regards,
Sachin Parnami
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180418#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...