Project:
| View Revisions: Issue #42871 | [ Back to Issue ] | ||
| Summary | 0042871: missing log for failing DAL property validations | ||
| Revision | 2020-01-14 17:28 by alostale | ||
| Steps To Reproduce | ie. execute the following code: Alert a = OBProvider.getInstance().get(Alert.class); a.setDescription(org.apache.commons.lang.StringUtils.repeat("-", 2001)); The following error is displayed: org.openbravo.base.validation.ValidationException: description: Value (---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------) is too long, it has length 2001, the maximum allowed length is 2000 |
||
| Revision | 2020-01-14 17:19 by alostale | ||
| Steps To Reproduce | - | ||
| Copyright © 2000 - 2009 MantisBT Group |