aspose file tools
The moose likes Object Relational Mapping and the fly likes a Hibernate mapping POJO may be serialized to remote web app? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "a Hibernate mapping POJO may be serialized to remote web app?" Watch "a Hibernate mapping POJO may be serialized to remote web app?" New topic
Author

a Hibernate mapping POJO may be serialized to remote web app?

Robert Strong
Ranch Hand

Joined: Sep 10, 2002
Posts: 84
I'm using hibernate in Weblogic8.1 Stateless session beans. I have a Hibernate mapping POJO which implemented java.io.serializable interface, at first, this POJO was able to be serialized to remote Web App after initialization. But when this POJO is associated with another Hibernate mapped POJO, I'd receive following exceptions:

java.rmi.UnmarshalException: cannot unmarshaling return; nested exception is:
java.io.InvalidClassException: com.emart.hibernate.Category; local class incompatible: stream classdesc serialVersionUID = -6982780474976627114, local class serialVersionUID = 8550007601317391344

could anyone here help me out?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: a Hibernate mapping POJO may be serialized to remote web app?
 
Similar Threads
Serialization
writing pojo in database
class versioning
Invalid Class Exception during serialization
Hibernate - Generated POJO code