RE: JRun/JNDI Question

2002-02-05 Thread Galbreath, Mark
This looks promising - thanks! It also looks like the delegate design pattern, for those interested in the general practice of decoupling application modules. Mark -Original Message- From: Christian Bouessay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 8:44 AM Have a loo

Re: JRun/JNDI Question

2002-02-05 Thread Christian Bouessay
Have a look at: http://www.javaworld.com/javaworld/javatips/jw-javatip118.html (it should maybe help you (???)) -- C. Bouessay Galbreath, Mark wrote: > JRun's documentation sucks and it's code examples use deprecated methods. > Does anybody know the correct means to get a JNDI reference to an

JRun/JNDI Question

2002-02-05 Thread Galbreath, Mark
JRun's documentation sucks and it's code examples use deprecated methods. Does anybody know the correct means to get a JNDI reference to an EJB home interface from a servlet? I've tried most everything, but what I got before pulling the rest of my hair out and quitting is a servlet containing, in