Hi, I am using jaxb-facets with CXF and it works very nicely.
http://www.infosys.tuwien.ac.at/staff/hummer/tools/jaxb-facets.html http://java.net/projects/jaxb/lists/dev/archive/2011-02/message/0 I did have to hack jaxb-api and jaxb-impl and put the hacked jaxb-api into jre/lib/endorsed and override the impl in CXF, but it works so well I was surprised. I have since added Date and Datetime validation and at some point will need to add Decimal as well. If you want to get hold of my updated jaxb-api and jaxb-impl let me know. I can provide my enhancements to the original code from [email protected] Its a real hack but it does exactly what I need and I have done it in such a way that if at some point its built into jaxb I can back out my changes and make use of the core release again. Cheers Jason On Wed, Mar 2, 2011 at 4:09 PM, Hannes Holtzhausen <[email protected]> wrote: > Have a look at XMLBeans If you are looking for an XML binding > technology that supports the > full XSD spec but still provides a Java bean style API for accessing > and generating the XML. > > This is also not a 100% code first approach, you need to start with an > XSD to generate XMLBeans. > But you can do a code first web service once you have generated the XMLBeans. > > http://cxf.apache.org/docs/xmlbeans.html > http://xmlbeans.apache.org/ > > Cheers > Hannes >
