[jboss-user] [JNDI/Naming/Network] - Re: problem with deploy file jboss

jaikiran do-not-reply at jboss.com
Mon Jun 30 04:21:06 EDT 2008


 +- 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#4161411

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



More information about the jboss-user mailing list