I will go out on a limb (because I have not run you code that prints out the class for the looked-up EJB) and declare that this is not a problem. When accessing an EJB remotely, you get a proxy to the EJB. You should be able to cast the resulting object to the remote interface.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235728#4235728 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235728 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
