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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...