I've updated a schema to Java type map to included 'float' and 'double' types too

Cheers, Sergey
On 03/06/13 14:08, rjadrian wrote:
The interface resource created by wadl2java (using maven
cxf-wadl2java-plugin) is always setting the parameter data type to String
for any floating point types defined in the wadl.

<request>
   <doc>Request</doc>

     <doc>Search radius in miles</doc>

</request>

results in

  @GET
  @Produces("text/xml")
  ListingListType get(@QueryParam("miles") String miles);



--
View this message in context: 
http://cxf.547215.n5.nabble.com/wAdl2java-not-creating-floating-point-data-types-properly-tp5728638.html
Sent from the cxf-user mailing list archive at Nabble.com.



--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com

Reply via email to