Hi,

I've a worked around this problem with small changes to Proxy creation for
Date Java types. I'm not familiar with OpenJPA codebase, so my workaround is
not configurable as you've described above. It just doesn't proxy date
objects, so I'm not sending the changes patch. But I think, it'll be very
useful for any GWT based projects, using entities directly on client side,
if this is implemented in the core. Thanks.

Regards,
Prashant

On Thu, Mar 24, 2011 at 10:28 PM, Michael Dick <[email protected]>wrote:

> I agree.
>
> What I'm aiming to do here is to give the application the option to remove
> both the StateManager and proxies at a point that makes sense for their
> application. For a lot of them removing the StateManager and proxies at
> detach time will make sense. There's no way to do that right now though.
>
> To answer Rick's question, the proxies delegate back to the StateManager to
> dirty a field. If there's no SM they don't do anything, otherwise it's up to
> the StateManager.
>
> -mike
>
>
>

Reply via email to