-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: SerializationException: Could not deserialize a serializable
PostPosted: Tue Jan 25, 2005 5:17 pm 
Newbie

Joined: Thu Jan 20, 2005 11:10 pm
Posts: 2
Guys,

I'm in the throes of debugging and need some guidance on the following log output. Specifically, I'm wondering if this is implying that the problem lies with "PRICE_ID", since no "returning" values are logged after that point.

thanks,
Matt

Quote:
2005-01-25 12:48:24,743 DEBUG [net.sf.hibernate.impl.SessionImpl] initializing collection [com.iris.cm.bean.Retailer.releaseRetailers#18]
2005-01-25 12:48:24,743 DEBUG [net.sf.hibernate.impl.BatcherImpl] about to open: 0 open PreparedStatements, 0 open ResultSets
2005-01-25 12:48:24,743 DEBUG [net.sf.hibernate.impl.SessionFactoryImpl] prepared statement get: select release_0_.FOR_STREAM as FOR_STREAM__, release_0_.FOR_LIMITED_DOWNLOAD as FOR_LIMI3___, release_0_.FOR_FULL_DOWNLOAD as FOR_FULL4___, release_0_.FOR_BURN as FOR_BURN__, release_0_.PRICE_ID as PRICE_ID__, release_0_.RELEASE_ID as RELEASE_ID__ from RELEASE_RETAILER release_0_ where release_0_.RETAILER_ID=?
2005-01-25 12:48:24,743 INFO [STDOUT] Hibernate: select release_0_.FOR_STREAM as FOR_STREAM__, release_0_.FOR_LIMITED_DOWNLOAD as FOR_LIMI3___, release_0_.FOR_FULL_DOWNLOAD as FOR_FULL4___, release_0_.FOR_BURN as FOR_BURN__, release_0_.PRICE_ID as PRICE_ID__, release_0_.RELEASE_ID as RELEASE_ID__ from RELEASE_RETAILER release_0_ where release_0_.RETAILER_ID=?
2005-01-25 12:48:24,743 DEBUG [net.sf.hibernate.impl.SessionFactoryImpl] preparing statement
2005-01-25 12:48:24,753 DEBUG [net.sf.hibernate.type.LongType] binding '18' to parameter: 1
2005-01-25 12:48:24,753 DEBUG [net.sf.hibernate.loader.Loader] processing result set
2005-01-25 12:48:24,753 DEBUG [net.sf.hibernate.loader.Loader] result row:
2005-01-25 12:48:24,753 DEBUG [net.sf.hibernate.type.ShortType] returning '1' as column: FOR_STREAM__
2005-01-25 12:48:24,753 DEBUG [net.sf.hibernate.type.ShortType] returning '1' as column: FOR_LIMI3___
2005-01-25 12:48:24,753 DEBUG [net.sf.hibernate.type.ShortType] returning '1' as column: FOR_FULL4___
2005-01-25 12:48:24,753 DEBUG [net.sf.hibernate.type.ShortType] returning '1' as column: FOR_BURN__
2005-01-25 12:48:24,763 DEBUG [net.sf.hibernate.impl.BatcherImpl] done closing: 0 open PreparedStatements, 0 open ResultSets
2005-01-25 12:48:24,763 DEBUG [net.sf.hibernate.impl.SessionFactoryImpl] closing statement
2005-01-25 12:48:24,793 ERROR [com.iris.cm.dao.MetadataDAO] Select all retailers as short code map
net.sf.hibernate.type.SerializationException: Could not deserialize a serializable property:
at net.sf.hibernate.type.SerializableType.fromBytes(SerializableType.java:75)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 25, 2005 9:04 pm 
Newbie

Joined: Thu Jan 20, 2005 11:10 pm
Posts: 2
In response to my question -- the answer is: "Yes, and be sure to look at each and every mapping file that references this composite element collection".

Thanks, me! Problem solved.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.