View Revisions: Issue #1088
Summary | 0001088: Improve check of duplicate Device IP | ||
---|---|---|---|
Revision | 2019-11-19 15:11 by rijkr | ||
Description | IST: Combination of Hostname/IP and Device Type (Terminal, Reader) is unique. When user adds/updates a Device with Hostname/IP that already is present at another Device of same type, exception "org.hibernate.exception.ConstraintViolationException: could not execute statement" is thrown, and shown as error to user. SOLL: Check for a duplicate before committing to the database, and give user friendly error message if duplicate is present. |
||
Revision | 2020-01-29 20:34 by rijkr | ||
Description | IST: Combination of Host/IP and Device Type (Terminal, Reader) is unique. When user adds/updates a Device with Host/IP that already is present at another Device of same type, exception "org.hibernate.exception.ConstraintViolationException: could not execute statement" is thrown, and shown as error to user. SOLL: Check for a duplicate before committing to the database, and give user friendly error message if duplicate is present. |