"adrian@jboss.org" wrote:
Isn't it just a case of proxying the persistent context requests over remoting
and making sure the request handling on the server side runs
in any UserTransaction context created on the client?
I think we can do that in the appserver without hibernate having to implement it.
Nope, there are all sort of issues that pop up with detached and attached entities.
My approach was to make the DataSource remote and use 'local' JPA. But that would require a translation of the remote persistence descriptor somewhere.