ElPatriota / odata4j

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

Support OneToMany relation in JPAProducer #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a OneToMany relation using JPAProducer
2. PUT for saving changes

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

First we started with OneToMany relation, but when we issue an update from the 
UI, via HTTP PUT  which caused JPAProducer.updateEntity() call, we got this 
error: "binding the new entity to many entities is not supported", which comes 
from JPAProducer.applayOLinks() method.

Original issue reported on code.google.com by stephan....@googlemail.com on 19 Apr 2012 at 7:38

GoogleCodeExporter commented 8 years ago

Original comment by stephan....@googlemail.com on 4 Jul 2012 at 8:43