How do you expect it to work? Using the handle is not the same thing as reusing your 
existing remote interface to call the bean.You have an id(Handle) of an EJB and want 
the remote interface for it(getEJBObject()). ItÂs a similar process as when you 
created the bean in the first place. First you need a JNDI lookup, then you need the 
container to find the bean for you and to set up its context. After that your bean is 
ready to be called through its remote interface.

Remember, its not the bean you are serializing, just the reference.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828342#3828342

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828342


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to