From: Stephen Kitt Date: Mon, 14 Mar 2016 14:47:54 +0000 (+0100) Subject: BUG-5507: ignore schema-related AutoAttach errors X-Git-Tag: release/boron~433 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=9c7b92bc9993b7004481d13195e1b6de018ef85b;p=netvirt.git BUG-5507: ignore schema-related AutoAttach errors When initialising OvsdbAutoAttachedRemovedCommand and OvsdbAutoAttachUpdateCommand, schemas without support for autoattach cause IllegalArgumentException to be thrown. This is in all likelihood the only scenario which can lead to this, so for now ignore the exceptions. A proper fix would involve checking the schema as done in TyperUtils. Once this is done these constructors will be updated to use that instead of ignoring IllegalArgumentException. Change-Id: Idd284ab8acdc0886ef11dae6ecfb410e487ca312 Signed-off-by: Stephen Kitt ---