The moose likes Groovy and the fly likes HibernateSystemException: could not deserialize Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "HibernateSystemException: could not deserialize" Watch "HibernateSystemException: could not deserialize" New topic
Author

HibernateSystemException: could not deserialize

Vyas Sanzgiri
Ranch Hand

Joined: Jun 16, 2007
Posts: 686



I get the following error:-
Error 500: org.springframework.orm.hibernate3.HibernateSystemException: could not deserialize; nested exception is org.hibernate.type.SerializationException: could not deserialize
Servlet: grails
URI: /ProcessParameterEditor/grails/processParamValues/list.dispatch
Exception Message: invalid stream header
Caused by: org.springframework.orm.hibernate3.HibernateSystemException: could not deserialize; nested exception is org.hibernate.type.SerializationException: could not deserialize
Class: ProcessParamValuesController
At Line: [12]
Code Snippet:

11: params.max = Math.min( params.max ? params.max.toInteger() : 10, 100)
12: [ processParamValuesInstanceList: ProcessParamValues.list( params ), processParamValuesInstanceTotal: ProcessParamValues.count() ]
13: }


Any help would be appreciated

===Vyas Sanzgiri===
My Blog
 
 
subject: HibernateSystemException: could not deserialize
 
Threads others viewed
How to autharize against Oracle DB with an LDAP Authentication
hibernate + An exception occurred: org.hibernate.type.SerializationException
exception while mapping boolean object to char table field
Impossible to retrieve entity
PropertyAccessException using spring and hibernate, any clues?
MyEclipse, The Clear Choice