Grails-Plugin-Consortium / grails-cxf

CXF Plugin for the Grails web framework
http://grails.org/plugin/cxf
38 stars 46 forks source link

Joda-Time and JSR-310 support for JAX-WS #34

Closed stokito closed 8 years ago

stokito commented 10 years ago

I trying to expose method that accepts date param. If it type is java.util.Date then WSDL generated with xsd:dateTime type. But when it type org.joda.time.DateTime then generated WSDL contains custom type DateTime instead of simple basic xsd:dateTime. Thus I need to create custom marshaler adapter for this. This is issue of your plugin, of CXF itself?