1 2 Previous Next 15 Replies Latest reply on Nov 14, 2007 4:48 AM by wolfc Go to original post
      • 15. Re: EJB3 AppClient - tests now pass but there are issues
        wolfc

         

        "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.

        1 2 Previous Next