It looks like your XML document has the root element “Group” instead of “group”. You can:
- Change the root element on your XML to be “group”
- Add the annotation @XmlRootElement(name=”Group”) to the Group classs.
It looks like your XML document has the root element “Group” instead of “group”. You can: