Hibernate extension problem when used with transaction

We found a problem here with the latest hibernate extension and transaction,

it is parent/child object with cascading enabled.

After updating from hibernate 3.5.5.59 to 3.5.5.61

entitySave within a transction failed with Error-message:

“A collection with cascade=“all-delete-orphan” was no longer referenced by
the owning entity instance”

without transaction it worked.

we are using coldbox BaseOrm service.

regards, Daniel

I’m also having same problem.
Running Lucee Version Lucee 5.0.1.32-SNAPSHOTOn Wednesday, September 14, 2016 at 7:24:36 PM UTC+5:30, Daniel Schmid wrote:

We found a problem here with the latest hibernate extension and
transaction,

it is parent/child object with cascading enabled.

After updating from hibernate 3.5.5.59 to 3.5.5.61

entitySave within a transction failed with Error-message:

“A collection with cascade=“all-delete-orphan” was no longer referenced by
the owning entity instance”

without transaction it worked.

we are using coldbox BaseOrm service.

regards, Daniel