I have one question. I am using Apache CXF framework to generate model classes from xsd. It works ok but now I have large CSV file used for model with a lot of attributes (around 20) and I want to validate every of this atrributes before sending them to some api method (saving to a database). Exists there some way how could I do it in my backing bean? Or somewhere else? I did not find any tutorial or example…
Share
From How can I turn on schema validation for jaxws endpoint: