karishma-tirthani / odata4j

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

$expand throwing IllegalArgumentException #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. /PizzaShop/OrderPizza.svc/Order(1001L)?$expand=states
2.
3.

What is the expected output? What do you see instead?
List of states associated with Order

Exception IllegalArgumentException: Key values cannot be null
JPAProducer.java:364
JPAProducer.java:170

unable to work around.

/PizzaShop/OrderPizza.svc/Order(1001L)/states
Returns the list of states for the order.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by alpivo...@gmail.com on 8 Sep 2011 at 2:15