Hunter,
By any chance, would you have set the pk to be a class property, would you?
r.
On 21/04/2004, at 7:49, Hunter Hillegas wrote:
I have an issue with EOF that I can't figure out. I've seen some discussion of similar issues on the list but no solution...
WO 5.2.3/Java 1.4.2 Panther 10.3.3
Basically, EOF is trying to update my primary key but it hasn't changed.
1. Create entity.
2. Save entity.
3. Fetch entity.
4. Update entity.
5. Save entity.
Step 5 generates this exception:
java.lang.IllegalStateException: cannot update primary-key 'recNum' from '4' to '4' on object:{values = {recNum = 4; season = "Spring 2007"; summary = "sdfasdfasdf"; coverImageUri = "1300989293-5838.jpg"; issueDepartments = ("<IssueDepartment 9ce8f3 ...
_______________________________________________