[jboss-user] [EJB 3.0] - Re: EntityManager available outside container ?

fhh do-not-reply at jboss.com
Mon Apr 16 15:46:44 EDT 2007


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#4037701

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037701



More information about the jboss-user mailing list