I updated jersey with glassfish update tool for glassfish 3.1.1 and tried to run it with moxy JAXB RI and got the following:
WARNING: @XmlHeader annotation is not supported with this JAXB implementation. Please use JAXB RI if you need this feature.
My XML representation of data is not parsed properly so I figure this is a bug.So I want to know how to resolve this.