RequestFactory throws an exception when on null relationships
Kerry Wilson
Ranch Hand
Joined: Oct 29, 2003
Posts: 251
posted
0
When I return an entity from a method with a null EntityProxy relationship (ie, Book.getAuthor() when Author is null) an exception is thrown. Is it possible to return objects with null values in them?