]
Alexey Kazakov updated JBIDE-20135:
-----------------------------------
Fix Version/s: 4.3.0.Beta2
Add validation for integer and enumerated attributes
-----------------------------------------------------
Key: JBIDE-20135
URL:
https://issues.jboss.org/browse/JBIDE-20135
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: batch
Affects Versions: 4.3.0.Beta1
Reporter: Lucia Jelinkova
Fix For: 4.3.0.Beta2
There are many attributes that are restricted only to some enumerated value or integer
value and that are not validated at all. Is there a reason why there is no validation for
them?
Example:
{code}
<chunk checkpoint-policy="{item|custom}"
item-count="{value}"
time-limit="{value}"
skip-limit="{value}"
retry-limit="{value}"
/>
{code}