Have a xml data like
<Items><Item><name>"test1"</name></Item><Item><name>"test2"</name></Item></Items>
Looks like jaxb cannot unmashall this when defining only Item class. It requires me to define both Items and Item class. Is there any way to just define one class to handle list?