Updated git submodules
authorTemoc Rodriguez <cr056n@att.com>
Fri, 6 Oct 2017 16:21:04 +0000 (09:21 -0700)
committerGerrit Code Review <gerrit@onap.org>
Fri, 6 Oct 2017 18:40:22 +0000 (18:40 +0000)
commit260a8c6e515627581d9e5d1266da77dc724c2f7a
tree27f0cc96f053bddd28c11b4a53c081b0180d6141
parentfa4b0f692095de5f003563422769a3a19b15900b
Updated git submodules

Project: policy/engine master 4a4628d57bf3d11fda68e16f695139d512f75354

Fixed bug introduced by sql injeciton protection.

Added missing colon before the named parameters. Fixed a typo parameter
name. Fixed bad cast by setParameter.

This fixes issues encountered in the UI. Whenever a policy is moved,
renamed, or deleted it makes a db call and that db call fails on
setParameter method. This hibernate method is supposed to automatically
detect the type of the object for the named parameters but it fails with
type Long. It tries to convert to int and it fails. A check is now added
for type Long.

Issue-ID: POLICY-278
Change-Id: Idbb4067a5ec2cc9d9b040de9e574ba2564e1ee2c
Signed-off-by: Temoc Rodriguez <cr056n@att.com>
docs/submodules/policy/engine.git