|
|
Browse by Tags
All Tags » dRS » network » db4o 6.4 (RSS)
-
Dear Forum,
Having:
ObjectContainer containerA= Db4o.openClient(REMOTE_CREDENTIALS_REMOVED);
ObjectContainer containerB=objectserver.openClient();
Doing now:
ReplicationSession replication = Replication.begin(containerA,containerB);
Brings:
Stack Trace:
java.lang.ClassCastException: ...
|
|
|