Re: Problem with referencing to beans from other ejb-jars

2007-09-20 Thread Anita Kulshreshtha
This example answers a simpler but related question: How to refer to an EJB (remote) deployed as an ejb jar (or ear) from another web application? The EJB - @Stateless(name=MyEJB) //JNDI name will be java:comp/env/MyEJB @RemoteHome(javax.management.j2ee.ManagementHome.class) public

Re: Problem with referencing to beans from other ejb-jars

2007-09-20 Thread Anita Kulshreshtha
This example answers a simpler but related question: How to refer to an EJB (remote) deployed as an ejb jar (or ear) from another web application? The EJB - @Stateless(name=MyEJB) //JNDI name will be java:comp/env/MyEJB @RemoteHome(javax.management.j2ee.ManagementHome.class) public

Re: Problem with referencing to beans from other ejb-jars

2007-09-15 Thread David Blevins
) at org.apache.geronimo.openejb.deployment.EjbModuleBuilder.getEjbJarInf o(EjbModuleBuilder.java:515) ... 56 more Any idea what goes wrong and how to make it working? tia Beniamin -- View this message in context: http://www.nabble.com/Problem-with- referencing-to-beans-from

Re: Problem with referencing to beans from other ejb-jars

2007-09-13 Thread Kevan Miller
Beniamin -- View this message in context: http://www.nabble.com/Problem-with- referencing-to-beans-from-other-ejb-jars-tf4435740s134.html#a12654889 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.