Invalid XML Data set does not throw an appropriate exception #41
Labels
good first issue
A good point to start from for new contributrs
Prio: Medium
READY
Type: Enhancement
If you define a XML Result set during a JDBC response, it should look like this:
If you leave out the
row
tag, theXmlDataSetProducer
does not throw an appropriate exception, which states that the dataset specification is invalid.Instead, a dataset with empty rows is produced causing a null pointer during data access in the result set.
This makes it hard for the user to find out, that the dataset specification is invalid.
The text was updated successfully, but these errors were encountered: