Hi,
I wonder how it is possible to get a
Code:
org.hibernate.HibernateException: Don't change the reference to a collection with cascade="all-delete-orphan": model.Order.orderRows
When I have an attached object that I first serialize to XML, then encrypt, then post to a servlet and there the reverse operations are done?
The recieving servlet (under a different context root) then tries to clear the keys on the object hierarchy and insert it into a different DB using Hibernate.
The posting is done using Jakarta HttpClient so there should really be no connection between the two Hibernate sessions(?)