RE: Access EJB's from a standalone client.

2000-12-22 Thread Martin Andersson
ED]]On Behalf Of David Ekholm Sent: 21 December 2000 17:21 To: Orion-Interest Subject: RE: Access EJB's from a standalone client. In order to connect a stand-alone client to my EJBs I place a jndi.properties file next to the .class files of the client like this -

Re: Access EJB's from a standalone client.

2000-12-21 Thread Norman Jefferies
"Luong, Tony S322" wrote: > > do U have jndi.properties and application-client.xml set up on the client > machine ? > > > -Original Message- > > From: Martin Andersson [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, December 21, 2000 2:47 AM > > To: Orion-Interest > > Subject: Access

RE: Access EJB's from a standalone client.

2000-12-21 Thread Luong, Tony S322
do U have jndi.properties and application-client.xml set up on the client machine ? > -Original Message- > From: Martin Andersson [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, December 21, 2000 2:47 AM > To: Orion-Interest > Subject: Access EJB's from a standalone client. > > I'm hav

RE: Access EJB's from a standalone client.

2000-12-21 Thread David Ekholm
In order to connect a stand-alone client to my EJBs I place a jndi.properties file next to the .class files of the client like this -- java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory java.naming.provider.url=ormi://hostNameOfOrionServer/your