I\'m trying to make just one adapter for every type of element, so I created a bindings.xml file:
<
I end up with a similar problem "too many target nodes(3)" however could not find any answer on any of the sites...Posting the solution which I found after lots of trail and error...Basic idea to solve "too many target nodes(3)" is to give complete XPATH of the node which is multiple in your XSD.
Below is my XSD:
and below is the JAXB binding file which is working for above XSD: