Re: EJB with JSP question!

2000-04-26 Thread Senthil Kumaran
for us to help you if you send a code snippet. Senthil. -Original Message- From: Tung Bui [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 5:58 AM To: [EMAIL PROTECTED] Subject: EJB with JSP question! Hello all gurus out there, I'm playing with the idea of using EJB in JSP

Re: EJB with JSP question!

2000-04-26 Thread Tung Bui
eved from the * application-local context (java:comp/env, the variable is * specified in the assembly descriptor; META-INF/application-client.xml) * but for simplicity we use a global variable. */ Object homeObject = ctx.lookup("java:comp/env/LinkEJB"); //Object homeObject

EJB with JSP question!

2000-04-25 Thread Tung Bui
Hello all gurus out there, I'm playing with the idea of using EJB in JSP to possibly replace my beans. I use Orion Server build 0.9.4 and am able to set up the EJB to work. However, the same code, which works in a client application, does not work in the JSP page. So I told myself to go one step