|
From: Todd Y. <tod...@me...> - 2008-09-23 19:52:52
|
Ok, looking at the actual EJB example included in the source, I see it also includes the name of the EAR in the JNDI name, so it would look like its a documentation bug, is that right? Todd Yocum wrote: > Hello, > > I am working with beta-6 of RESTEasy, and have had an issue with the > JNDI lookup of an EJB resource. I've setup my EAR to match how the > RESTEasy documentation recommends, but am getting an error trying to > find the EJB unless I fully qualify the name with the name of the EAR, > which is not what the RESTEasy docs show. > > I'm guessing the problem isn't really specific to RESTEasy, but how I > have configured my EJB, since I'm relatively new to EJB/JBoss/Java. I've > stepped through the RESTEasy code in eclipse, but couldn't spot anything. > > Anybody know what I'm doing wrong? > > Thanks! > |