yhknight / odata4j

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

Please support Microsoft's latest EDMX format.. #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to use Odata4j against a .NET data service that uses EF 5
2.
3.

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

Null pointer exception parsing returned XML

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

Please provide any additional information below.

Microsoft has a new EDMX format, namespace is 
http://schemas.microsoft.com/ado/2009/11/edm

Original issue reported on code.google.com by jvrobe...@gmail.com on 31 Aug 2012 at 12:18

GoogleCodeExporter commented 9 years ago
Mind providing some representative samples?

What is the quickest way to locally host an EF5 service?  Or perhaps there is a 
public one available?

Original comment by john.spurlock on 31 Aug 2012 at 12:33

GoogleCodeExporter commented 9 years ago
Apologies, should have attached this before.

Easiest way to host an EF5 service is with VS2012.  Create an empty .NET 4.5 
web project, add an ADO entity model file (import from any database you want), 
and then add a WCF data service to the web project and refer to the generated 
entity set.

Original comment by jvrobe...@gmail.com on 31 Aug 2012 at 7:41

Attachments:

GoogleCodeExporter commented 9 years ago
Forgot to mention, I was able to create an (apparently, so far) working odata4j 
private jar by just click-and-drool copying the existing namespace definitions 
in the Xml and EDMX parser java files, so I don't _think_ anything of import 
besides the namespace actually changed, but I could be wrong.

Original comment by jvrobe...@gmail.com on 31 Aug 2012 at 7:42

GoogleCodeExporter commented 9 years ago
Should be fixed by the commit for issue 226.

Original comment by john.spurlock on 10 Nov 2012 at 3:44