save problem for subtypes in transaction
Brought to you by:
joncrlsn
If an object that uses subtype columns is saved twice
inside of a transaction, AbstractDomain.save attempts
to make two inserts into the subtype table. The fix
is simple; I've included a patch made with:
cvs diff source/com/is/jrf/AbstractDomain.java >
subtype.patch
pass jdbchelper to find in save method