I have migrated the instance interfaces : Instance and InstanceContainer to the server module.
I will not migrate its implementation as it is specific to hibernate. The WSRP module should make a simple implementation of it based on in memory (with a concurrenthashmap) that can take a simple configuration.
In the core configuration we will use the hibernate based one instead.
What else is need to make the instance thing usable from wsrp ?