Gary Brown created RTGOV-457:
--------------------------------
Summary: Situation json now includes 'properties' and
'situationProperties'
Key: RTGOV-457
URL:
https://issues.jboss.org/browse/RTGOV-457
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
In the recent move from JPA to Hibernate ORM it was found that queries could not work on
properties, as 'properties' is a hibernate keyword - so the situationProperties
property was added and the old properties getter/setter deprecated, to maintain
programmatic backward compatibility. The db schema is ok as the column name is the same.
Moving forward it is probably better that the json reflects the object properties, so
should use 'situationProperties' - so need to mark 'properties' as
transient so not converted to json.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)