[jboss-user] [JNDI/Naming/Network] - Re: EJB3: cannot be cast
jaikiran
do-not-reply at jboss.com
Wed Nov 7 22:49:53 EST 2007
anonymous wrote : +- TigerBean (class: org.jnp.interfaces.NamingContext)
| | +- remote (proxy: $Proxy71 implements interface com.zoo.Tiger,interface org.jboss.ejb3.JBossPr
| oxy)
So your lookup string should be TigerBean/remote
Tiger bean = (Tiger) ctx.lookup("TigerBean/remote");
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102760#4102760
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102760
More information about the jboss-user
mailing list