[ 
https://issues.apache.org/jira/browse/OLINGO-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14160048#comment-14160048
 ] 

Michael Bolz commented on OLINGO-444:
-------------------------------------

Hi [~rareddy],

currently the architecture of the processor interface is that each element 
which is addressable via a URL should end in a processor interface (e.g. 
Entity, EntitySet, Property, ...). In addition the according query options are 
realized as methods on this interfaces (e.g. $count, $value, ...). This also 
worked really good in version 2 library.

The ContextURL for *Individual Property* is currently not correct in current 
serialization implementation. See OData specification at:
http://docs.oasis-open.org/odata/odata-json-format/v4.0/os/odata-json-format-v4.0-os.html#_Toc372793077

In the {{ODataHandlerTest}} (and in the whole {{server-test}} module) are the 
"normal" Unit-Tests.
The real Integration-Tests are in the {{olingo-fit}} (fit = 
Full-Integration-Test) module. During test execution a embedded *Tomcat* is 
started and the {{server-tecsvc}} (which includes the {{TechnicalProcessor}}) 
is deployed which then can be used for integration tests.
Some basic tests are in {{org.apache.olingo.fit.tecsvc.client.BasicITCase}}.
But for further testing we should create more test classes (e.g. for Entity, 
EntitySet,...).

Hope I could clarify your questions.

And now I will start to merge the changes in the master.

Kind regards,
Michael

> Addressing Property & $value is not supported
> ---------------------------------------------
>
>                 Key: OLINGO-444
>                 URL: https://issues.apache.org/jira/browse/OLINGO-444
>             Project: Olingo
>          Issue Type: New Feature
>          Components: odata4-server
>    Affects Versions: V4 4.0.0-beta-01
>            Reporter: Ramesh Reddy
>            Assignee: Michael Bolz
>            Priority: Critical
>             Fix For: (Java) V4 4.0.0-beta-02
>
>
> http://docs.oasis-open.org/odata/odata/v4.0/os/part2-url-conventions/odata-v4.0-os-part2-url-conventions.html#_Toc372793783
> http://docs.oasis-open.org/odata/odata/v4.0/os/part2-url-conventions/odata-v4.0-os-part2-url-conventions.html#_Toc372793784
> Both the above features are not supported



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to