[JBoss-user] [JNDI/Naming/Network] - Re: EJB3 Stateless Session Bean not bound error

2006-06-10 Thread rnotani
Well, looks like I found out the problem. To get JBoss 4.0.4, you have 2 options, viz. "Download" or "Installer". Earlier I had used "Download" and simply unzipped 4.0.4 into a directory. Apparently that installs a version of JBoss WITHOUT ejb3. However, if you go the "Installer" route, yo

[JBoss-user] [JNDI/Naming/Network] - Re: EJB3 Stateless Session Bean not bound error

2006-06-10 Thread rnotani
Ok, I don't feel so bad now... When I deploy EJB3Trail.ear I get the same problem. When I click on the "Try the calculator" button in the Stateless Session Bean section I get the same problem. I get a javax.naming.NameNotFoundException: EJB3Trail not bound. I am running JBoss 4.0.4.GA. From

[JBoss-user] [JNDI/Naming/Network] - EJB3 Stateless Session Bean not bound error

2006-06-10 Thread rnotani
Hi, I have a really simple EJB3 sample adapted from the Trailblazer application. I have a Servlet (ExampleServlet.java) that does a lookup of a Stateless Session Bean (TestServiceImpl.java). The lookup code is anonymous wrote : | Context jndiContext = new jndiContext(); | TestService ts =