ElPatriota / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

ODataContext interface to implement service operation is not available in odata4j-archive-0.7 build #240

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to implement service operation with the help of below example

http://code.google.com/p/odata4j/source/browse/odata4j-fit/src/test/java/org/oda
ta4j/test/integration/producer/jpa/northwind/NorthwindProducerWithFunctions.java
?r=21cc22655c5d24b203f6fce336b222d553f6b811

2. Download latest jar from below location

http://code.google.com/p/odata4j/downloads/detail?name=odata4j-archive-0.7.zip

What is the expected output? What do you see instead?

There is one interface "ODataContext" which is missing in this build. 

import org.odata4j.producer.ODataContext; can not be resolved.

What version of the product are you using? On what operating system?

odata4j-archive-0.7 and Vista is the Operating syatem

Please provide any additional information below.

Below interface is not available in jars. just import 
org.odata4j.producer.ODataContext; and you will get can not be resolved.

Please let me know from where we can get latest build

Original issue reported on code.google.com by rajnishk...@gmail.com on 9 Jan 2013 at 7:06

Attachments: