users@glassfish.java.net

Re: RE: Vista versus Pro (GlassFish/Eclipse) and EJB

From: <glassfish_at_javadesktop.org>
Date: Thu, 20 Aug 2009 09:42:25 PDT

on Vista... I recreated a client within the bean itself and somehow it works. I exported it to the pro machine and it will not look up the Bean.

InitialContext ic = new InitialContext();
TimerBeanRemote timerBeanRemote = (TimerBeanRemote)ic.lookup("TimerBean");

Bean

@Statelss(mappedName="TimerBean") and its not finding it.

Application client? Do i need that now?
[Message sent by forum member 'tannic2k7' (tannic2k7)]

http://forums.java.net/jive/thread.jspa?messageID=361436