RE: Problem with sturts and ejb

2001-07-03 Thread joi
ge- From: Wayland Chan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 03, July, 2001 15:45 To: [EMAIL PROTECTED] Subject: Re: Problem with sturts and ejb Johann, Can you show us the code in your action class that does the EJB lookup? Should probably look something like... Properties p

Re: Problem with sturts and ejb

2001-07-03 Thread Wayland Chan
Johann, Can you show us the code in your action class that does the EJB lookup? Should probably look something like... Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY, DBConnectionManager.getInstance().JNDI_INITIAL_FACTORY); p.put(Context.PROVIDER_URL, DBConnectionManager