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