Details
-
Question
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
(Java) V4 4.3.0
-
Eclipse Java
-
Important
Description
Hi,
I am trying to use olingo java 4.3.0. However when I create a complex type in an entity, in process class to fill the related data, it causes an error.
<error xmlns="http://docs.oasis-open.org/odata/ns/metadata">
<code>null</code>
<message>Cannot find type with name: com.ittr.rim.Bin</message>
</error>
The metadata is okay. I can see my types and properties in metadata. There is no problem with metadata. However for processing class there is a problem with complex types.
I could not find the complex type example in original olingo odata v4.0 documentation in here.
https://olingo.apache.org/doc/odata4/index.html
I follow this answer to use complex type usage;
http://stackoverflow.com/questions/28916364/how-to-create-a-complex-type-collection-in-olingo