We are using jersey with jaxb generated classes.
We'd like to enable input data validation, but I've been unable to
figure out just how to do this.
Is there a tutorial somewhere for this?
It looks like I'll need to generate a schema from the xsd file, but all
the instructions for using it involve setting up an unmarshaller -
which jersey seems to do internally, so I don't have access to it.