First page Back Continue Last page Overview Graphics
Violating the Simple Schema
Schema
<schema>
<key name=”server” required=”yes”/>
<key name=”attempts” datatype=”integer” default=”5”/>
</schema>
Config File
attempts five
Result
- Explanatory exception raised at parse time ('attempts' key must be integer)
Notes: