Details
Description
Currently the field 'maxRetry' in entity 'JobSandbox' in the entitydef of the service component in the Framework stack is typed as 'numeric'.
This should be typed in accordance with the various integer types (INT, INTEGER, SMALLINT, BIGINT, LARGEINT, etc), as it doesn't make sense to associate it with a type that is normally used for numbers with decimals.
Some connectors to DBMSes and/or the databases themselves are very picky about this. As I have experienced when trying to have OFBiz persist on HBase.