Custom adapter - account requires update after creation
I took a big step and created my first custom adapter. It was relatively straight-forward... but I'm having one problem.
After the user has been created using my customer adapter, the account in identity manager shows that an update is required. (the yield sign with the exclamation point in the account list). All actions in the adapter complete successfully and no errors are returned. The getUser method successfully returns the user identity and all attributes.
If I click on the account and do an update, it calls realUpdate (which receives all of the attributes values that are already set and therefore does nothing) and then the account is marked in identity manager as no longer needing an update.
I'm looking to anyone who has created a custom adapter to provide me with any insight into what I'm missing from my adapter code that would cause it to think that the update is needed.
Thanks.

