Re: [castor-dev] Exceptions updating in seperate transactions

2002-05-10 Thread Bruce Snyder
This one time, at band camp, Brian Devries said: BD>I get the following exception message thrown when i try to commit the BD>second database transaction : BD>org.exolab.castor.jdo.ObjectModifiedException: Transaction aborted: BD>Object of type com.intraware.vo.member.LoginVO with identity BD>1,23

[castor-dev] Exceptions updating in seperate transactions

2002-05-10 Thread Brian Devries
Hi all, I've had a problem using castor when trying to update an object that I just created. The code below creates a LoginVO object in one Database transaction, and then immediately following, loads that object by PK and modifies one of the fields. I get the following exception message thrown w