> -----Original Message----- > From: Daniel Kulp [mailto:[email protected]] > > I think you need to add an @XmlElementWrapper annotation to the > features > field. The XmlElement would name the element and the > XmlElementWrapper would > provide a wrapper element.
I was about to say that I'd already tried that, and it failed, but I finally carefully read the exception, which made me realize that putting the annotation on the field wasn't appropriate. After I put it on the getter method, it at least got me a little closer. I think I'll try the next question on the jaxb list. Thanks.
