Hey Restlet developers, I am using your OData extension and I am having the problem that the values of my _*float*_ based properties cannot be assigned, see the following error message:
/Cannot set Volume property on empinia.odata.transportc...@75f2edd2 with value 0.27/ The exception is from EntryContentHandler<T> class in line 265: /IllegalArgumentException: argument type mismatch/ It seems like, that the TypeUtils.fromEdm() method has a bug, because all my float properties will be resolved as a double type. Has anybody encountered this problem? kind regards Andreas ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2695651

