Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Fix XML schema for fencing agents ......................................................................
restapi: Fix XML schema for fencing agents The "Agents" XML complex type corresponds to a collection, not to an entity. But it is defined as an extension of the "BaseResource" type, which corresponds to entities, not to collections. This breaks our rules for XML schema and induces errors in the Java SDK, as the generated type "Agents" is not within the bounds of the type parameters used by the generic type "CollectionDecorator". This patch fixes the "Agents" type so that it extends "BaseResources". Change-Id: Ia5eed94f34ce7fafd98c362356e333db117668be Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/38190 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia5eed94f34ce7fafd98c362356e333db117668be Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Ori Liel <ol...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches