I am using contract first appraoch , writing xsd first then generating java code using maven code gen plugin. I have problem with xsd datatypes date and Integer datatype, the generated code is using xmlGeorgianCalendar for date and BigInteger for Integer datatype, intead can I tell jaxb to use util.date and java Long. Please advice. Thanks
-- View this message in context: http://cxf.547215.n5.nabble.com/xsd-to-java-datatypes-tp5731484.html Sent from the cxf-user mailing list archive at Nabble.com.
