unexpected element (uri:\"\", local:\"Group\"). Expected elements are <{}group>
Meet an exception when unmarshalling from xml
If none of the above works, try adding
@XmlRootElement(name="Group") to the Group classs.
@XmlRootElement(name="Group")