Yes, IdentityProxy is removed, and we should not use it anymore due to performance reasons. With new APICommand annotation refactoring, API cmd class should not need IdentityProxy for id field anymore. Over the wire, it should be the UUID string passed in. With Parameter annotation, it will be converted to internal DB id (which is Long). For Response class, IdentityProxy field should not be used at all, you should just use String for uuid field.
Thanks -min On 1/22/13 3:01 PM, "Frank Zhang" <frank.zh...@citrix.com> wrote: >I noticed IdentityProxy was removed from API classes (xxxCmd.java). is it >obsolete? >For new API, what's the strategy regarding the id field?