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)