unexpected element (uri:\"\", local:\"Group\"). Expected elements are <{}group>
Meet an exception when unmarshalling from xml
Same to me. The name of the mapping class was Mbean but the tag root name was mbean so I had to add the annotation:
Mbean
mbean
@XmlRootElement(name="mbean") public class MBean { ... }