On 12/22/05, Jeff Watkins <[EMAIL PROTECTED]> wrote: > > > I found the cause of this problem: the Identity framework has its own hub. > So if you want the Identity changes to be committed you'll need to create a > transaction for the identity hub. > > > > > Is there any way for identity to use the hub from the developer's model?
Not readily... but maybe what's really needed here is to switch from using hub.commit() to database.commit_all() which commits *all* hubs. Kevin

