For a record mapping such as the following, a BeanReader should return an empty
Map.
<record name="record1" class="map" minOccurs="1" maxOccurs="1">
<!-- NO FIELD DECLARATIONS -->
</record>
Instead, the BeanReader is skipping to the next record (which is the correct
behavior if a class was not configured).
Original issue reported on code.google.com by kevin.s...@gmail.com on 11 Sep 2011 at 8:01
Original issue reported on code.google.com by
kevin.s...@gmail.com
on 11 Sep 2011 at 8:01