Hi Guys
According to the spec, Must an app server support to local access of an
ejb in "save jvm" or only "same application in same jvm"?
See this FAQ of glassfish
https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html#CrossAppLocalAccess
Q. I have an EJB with a Local interface. Can I access it from a web component in a different application?
A. No, not in our implementation. The EJB spec only requires local ejb access from within the same application in the same JVM.
[ November 24, 2008: Message edited by: Chaminda Amarasinghe ]