| We are using hibernate jpa in combination with spring webflow and when the hibernate session gets de-serialized we get nullpointers due to the exceptionconverter being null. The problem seems to be situated in org.hibernate.internal.SessionImpl which doesn't restore the exceptionConverter field. |