Export to GitHub

dphibernate - issue #2

Serialization Of Lazy List Fails


Posted on Feb 27, 2008 by Helpful Panda

What steps will reproduce the problem? 1. Create a lazy class with a <list> element set to lazy=true 2. call from flex and watch the console 3.

What is the expected output? What do you see instead? expected to see serialized output, but error produced is:

expected type: java.util.ArrayList, actual value: org.hibernate.collection.PersistentList

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

Please provide any additional information below.

Comment #1

Posted on Feb 29, 2008 by Happy Camel

This is a hibernate issue

Status: Invalid

Labels:
Type-Defect Priority-Medium