Mike Kolesnik has uploaded a new change for review. Change subject: core: Image ID was'nt deserialized (#784900) ......................................................................
core: Image ID was'nt deserialized (#784900) The bug happened because async task storage was switched to Jackson, which will not (by default) deserialize fields with no setters. The simplest solution is to add a protected setter, which can also be accessed if needed by other classes. Change-Id: I07aafe95c3557a3949c13dc3a88a450bba867b57 --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/ImagesActionsParametersBase.java 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/67/3267/1 -- To view, visit http://gerrit.ovirt.org/3267 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I07aafe95c3557a3949c13dc3a88a450bba867b57 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
