[JBoss-user] [EJB/JBoss] - ejb not bound

2004-06-14 Thread manishpathak25
Hello All, As the topic suggests, nothing new in the topic - already lots of post with this, and I have read many of them before posting this. I have an EJB deployed on JBoss 3.2.3 and at the end of deployment, I get the following: 2004-06-14 18:56:03,211 INFO [org.jboss.ejb.EjbModule]

[JBoss-user] [EJB/JBoss] - Re: ejb not bound

2004-06-14 Thread manishpathak25
Turned out to be a bright beginning of the day! Searched this forum on 'HelloServer' and saw a post suggesting to try ctx.lookup(HelloWorldServer) in place of ctx.lookup(ejb/HelloWorldServer). The program worked, but would someone be able to throw some light on why it worked without ejb?