posted 11 years ago
Hi All,
I'm begginer in hibernate. help me, please...
I have Inbox class as shown below:
This is my mapping:
the problem is when i try to get column except primary key
i get this error :
org.hibernate.type.SerializationException: could not deserialize
at org.hibernate.util.SerializationHelper.deserialize(SerializationHelper.java:217)
at org.hibernate.util.SerializationHelper.deserialize(SerializationHelper.java:240)
bla...bla...bla...
Caused by: java.io.StreamCorruptedException: invalid stream header
blablabla...
this is my source code:
any idea to get inboxfrom and inboxto ?
Best Regards,
[Added code tags - Paul Sturrock]
[ September 12, 2006: Message edited by: Paul Sturrock ]
I'm begginer in hibernate. help me, please...
I have Inbox class as shown below:
This is my mapping:
the problem is when i try to get column except primary key
i get this error :
org.hibernate.type.SerializationException: could not deserialize
at org.hibernate.util.SerializationHelper.deserialize(SerializationHelper.java:217)
at org.hibernate.util.SerializationHelper.deserialize(SerializationHelper.java:240)
bla...bla...bla...
Caused by: java.io.StreamCorruptedException: invalid stream header
blablabla...
this is my source code:
any idea to get inboxfrom and inboxto ?
Best Regards,
[Added code tags - Paul Sturrock]
[ September 12, 2006: Message edited by: Paul Sturrock ]
Arief Setiawan
Greenhorn
Posts: 12
Arief Setiawan
Greenhorn
Posts: 12

It is sorta covered in the JavaRanch Style Guide. |