Re: init'ing a session bean in Action

2001-03-29 Thread Ana Narvaez Vila
what you have to lookup is the jndi name. I am using Weblogic and I have a weblogic-ejb-jar.xml where you say the name you want to put to EJB in jndi directory. jndi-namenamexxx/jndi-name ConfigHome home = (ConfigHome) ctx.lookup("namexxx"); Bye "G.L. Grobe" wrote: Probably not

init'ing a session bean in Action

2001-03-28 Thread G.L. Grobe
Probably not the right group and I'm new to ejb's and am having a problem getting a sesson bean going from within an Action class (a class from the apache struts framework which probably doesn't make a difference what the class is). Is this on the right track to doing this correctly, though