users@glassfish.java.net

Re: problem with running ejb client

From: <glassfish_at_javadesktop.org>
Date: Fri, 16 Jan 2009 07:17:21 PST

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