|
When the searchItems REST call in RESTCall.txt calls searchItems in the ItemRepository class and places the results in the ItemSearchWrapper class for return, the error is thrown. I even tried to call Hibernate.initialize() to force initializing the objects before serialization but that does not seem to have an effect.
|