[jboss-user] [EJB 3.0] - Invoke remote method without remote interface
pkles
do-not-reply at jboss.com
Tue Mar 20 12:18:31 EDT 2007
Hi everybody,
I've been struggling for the last 2 days trying to find out how to invoke a remote method of an EJB without having the remote interface on the client.
For example, is it possible to do something like this?:
Object obj = ctx.lookup("myEjb");
obj.invoke(methodName,.....,....)
Thanks a lot.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029861#4029861
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029861
More information about the jboss-user
mailing list