Marketcetera Community Forums
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
HSQLDB / In Memory Database in uberPOM definition  XML
Forum Index » Developer Help
Author Message
vishak.nathan@gmail.com


Joined: 09/04/2009 16:57:23
Messages: 5
Offline

I downloaded the Marketcetera source and was going through the maven configuration uberPOM file, where I noticed that in addition to MySQL, HSQLDB has also been defined as a dependency.

Where is an in memory database like HSQLDB being used in marketcetera ?. Couldn't figure that out. As far as i can see, all the information requiring persistence (positions, trades etc ) are persisted to the MySQL database by the ORS and the client gets that information via queries if I am correct. Is there any information that is persisted into the Spring Persistence Framework or an in memory database like HSQLDB ?

Thanks
colin


Joined: 23/03/2009 21:35:49
Messages: 406
Offline

Good question! I am not aware of any dependencies on HSQLDB. If you remove the dependency and do a clean install, does it still work?
vishak.nathan@gmail.com


Joined: 09/04/2009 16:57:23
Messages: 5
Offline

colin wrote:Good question! I am not aware of any dependencies on HSQLDB. If you remove the dependency and do a clean install, does it still work?


Ok. I will remove it and try doing a clean install and let you know.

This message was edited 1 time. Last update was at 11/03/2010 14:50:16

 
Forum Index » Developer Help
Go to:   
Powered by JForum 2.1.8 © JForum Team