I don't think you can acess an entityManager remotely. Since it manages the loaded
entities it would either have to have access to the remote (the client's) JVM (not
possible) or turn every entity into a kind of stateful session bean so that they inform
the entityManager about changes (very difficult but _theoretically_ possible).
But then again: Maybe I am wrong.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037701#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...