Hi,I'm using cxf with the maven cxf-codegen-plugin (goal:wsdl2java). I like to use the generated Java classes as JPA persistence entities. So, I can decorate them with the JPA annotations, but this means I have to write in the generated classes (and I have to renew it when the wsdl changes). Is there any possibility to generate the JPA annotation automatically (like Hyperjaxb3 does) ?
thanks a lot for help anne
