Issue 14335
Legacy ws send reg-ws only objects in update messages
14335
Reporter: omeyn
Assignee: kbraak
Type: Bug
Summary: Legacy ws send reg-ws only objects in update messages
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2013-11-06 16:23:29.82
Updated: 2013-12-16 17:50:18.806
Resolved: 2013-12-12 15:53:36.157
Description: The legacy package uses the generic NetworkService to persist its model objects, but because of the generics the NetworkService then publishes the legacy objects in the RegistryChangeMessage. These can't be deserialized by anyone outside the reg-ws and so they break.
Solution: only persist the real api objects (maybe with a method on each legacy object that can return the corresponding api object)]]>
Author: kbraak@gbif.org
Created: 2013-11-06 16:55:38.776
Updated: 2013-11-06 16:55:38.776
Change committed https://code.google.com/p/gbif-registry/source/detail?r=3530
Waiting for jenkins to rebuild and redeploy to staging now..