Is there any tool to validate @XmlPath annotations used from MOXy JAXB at a specific xml file at compile time from Eclipse or IntelliJIdea java framework or something else?

link|improve this question

53% accept rate
feedback

1 Answer

There is no corresponding IDE tooling yet. You could use the EclipseLink MOXy JAXBContext to generate an XML schema and then use it to validate the XML document.

For more information of XPath based mapping an @XmlPath see:

UPDATE

The Dali team is adding this support in the upcoming Juno release of Eclipse. You can try this out today:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.