I get this exception right after fetching the entity.
Using the adaptor scenario,
What I'm trying to do is:
Fetch an entity out of the database, do a bunch of database operations using a different adaptor, then fetch that same entity out again and compare the before and after to see if that entity changed.
When I fetch the entity the first time, the entity is just fine, but when I fetch it the second time, I get this exception when I access any of the fields.
Could it be that when I fetch it the second time that the entity wasn't found in the database, so it wasn't fetched?
-Brian