Bruno Dusausoy-2 wrote: > > I guess this has been discussed a lot of times, but even though I've found > plenty of documents on the web (including JIRA issues, blogs, ...) I still > can't make my generated classes implement Serializable. >
Scott just solved this problem last week: http://cxf.547215.n5.nabble.com/wsdl2java-cxf-codegen-plugin-and-WSDL-that-uses-wsdl-import-s-td1045179.html#a1045179 Main thing is to use a JAXB customization file instead of a JAX-WS one. Follow the links in the above thread for more info. HTH, Glen -- View this message in context: http://cxf.547215.n5.nabble.com/Cxf-codegen-plugin-and-Serializable-tp1046239p1046270.html Sent from the cxf-user mailing list archive at Nabble.com.
