-
EJB 3 Local Interface Deployment Problem (1 messages)
- Posted by: Jerwin Louise Uy
- Posted on: August 04 2008 05:12 EDT
Hi, I am having problems in deploying an web application that references an ejb with at least one local interface in it. The remote interface calls the local interface through dependency injection. The problem does not persist when I packaged the ejb and web application in an EAR. I know I have to modify the web.xml of the web application to get a proper reference to that local interface but I don't know how. My application server is glassfish. Using EJB 3.0 I would appreciate any help. Thanks.Threaded Messages (1)
- Re: EJB 3 Local Interface Deployment Problem by Alucard Hellsing on August 07 2008 18:03 EDT
-
Re: EJB 3 Local Interface Deployment Problem[ Go to top ]
- Posted by: Alucard Hellsing
- Posted on: August 07 2008 18:03 EDT
- in response to Jerwin Louise Uy
You need to specify ejb-local-ref in deployment descriptor, I guess. But, in regard to Glassfish, check out the following: https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html#CrossAppLocalAccess Seems like Glassfish support local interfaces in same application only for EJB3.