I am getting EdmSimpleTypeExceptions in some of my entities when i try to access them via OData. I am using Apache Olingo for doing that. The problem is that I can't implement any types other than integer and String. If I use a double I get the EdmSimpleTypeException, although double is an EdmSimpleType. I also tried all of the other types which are stated as an EdmSimpleType.
Is there any explanation why this happens? Any known bug in Olinge or someting like that?