anonymous wrote : +- TestMyBean (class: org.jnp.interfaces.NamingContext) | | +- local (proxy: $Proxy65 implements interface com.wei.chen.MyBeanLocal,interface org.jboss.ejb3.JBossProxy,interface javax.ejb.EJBLocalObject)
Here's the jndi-name. You should use "TestMyBean/local" in the client while doing the lookup. By the way, are you sure that your changes to the beans and its interfaces are being picked up? I would have expected this jndi-name to look like TestMyBean/remote when using @Remote. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149359#4149359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149359 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
