+- application1 (class: org.jnp.interfaces.NamingContext)
| | +- SessionEJB10 (class: org.jnp.interfaces.NamingContext)
| | | +- local (proxy: $Proxy77 implements interface org.jboss.ejb3.JBossProxy,interface
model.SessionEJBLocal)
| | | +- remote (proxy: $Proxy75 implements interface
org.jboss.ejb3.JBossProxy,interface model.SessionEJB)
Based on this, your client should be using application1/SessionEJB10/local for looking up
the local EJB.
SessionEJBLocal sessionEJB =
(SessionEJBLocal)context.lookup("application1/SessionEJB10/local") ;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161411#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...