-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Prio: MediumREADYType: Enhancementgood first issueA good point to start from for new contributrsA good point to start from for new contributrs
Description
If you define a XML Result set during a JDBC response, it should look like this:
<dataset>
<row>
<whateverColumn>value</whateverColumn>
</row>
</dataset>If you leave out the row tag, the XmlDataSetProducer 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Prio: MediumREADYType: Enhancementgood first issueA good point to start from for new contributrsA good point to start from for new contributrs