ok ive tried in way like u said:
obj = ic.lookup(CustomerFacadeRemote.class.getName());
customerFacade = (CustomerFacadeRemote) obj;
and now i get an NoClassDefFoundError and its about bean interface. Does it mean i have to copy interface to a client (like with interfaces in RMI)?
[Message sent by forum member 'freeq1986' (freeq1986)]
http://forums.java.net/jive/thread.jspa?messageID=326490