You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect classes annotated with @XmlRootElement not to be deleted by the -XelementWrapper:delete option, even if they only contain a collection. Is it a bug or an expected behavior ?
If you run my MRE at https://github.com/cheseaux/jaxb-maven-plugin-xew-bug/ you will also get a compilation error. The method createOrderItem in ObjectFactory refers to the non-existing class 'Order' (which was previously deleted by the ElementWrapper Plugin).
The text was updated successfully, but these errors were encountered:
I would expect classes annotated with
@XmlRootElement
not to be deleted by the-XelementWrapper:delete
option, even if they only contain a collection. Is it a bug or an expected behavior ?If you run my MRE at https://github.com/cheseaux/jaxb-maven-plugin-xew-bug/ you will also get a compilation error. The method
createOrderItem
inObjectFactory
refers to the non-existing class 'Order' (which was previously deleted by the ElementWrapper Plugin).The text was updated successfully, but these errors were encountered: