getting InvalidClassException: org.hibernate.collection.AbstractPersistentCollection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2013 01:02 AM
Hi,
I am Using Activiti 5.1 and while starting my Application i am getting java.io.InvalidClassException: org.hibernate.collection.AbstractPersistentCollection; local class incompatible: stream classdesc serialVersionUID = -5723701046347946317, local class serialVersionUID = 7602608801868099635
what could be the reason for this exception?
Thanks
I am Using Activiti 5.1 and while starting my Application i am getting java.io.InvalidClassException: org.hibernate.collection.AbstractPersistentCollection; local class incompatible: stream classdesc serialVersionUID = -5723701046347946317, local class serialVersionUID = 7602608801868099635
what could be the reason for this exception?
Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2013 03:43 AM
It seems you're using Hibernate alongside activiti and one of the (serialized) classes is using another version of Hibernate lib. Have you upgraded the lib recently?
