RE: EJB client on Solaris.

2000-08-08 Thread Rick Bos
OK, removing the j2ee.jar fixed the ioser12 error. Now, I am getting this error: Exception in thread "main" java.lang.InstantiationError: No location specified for ejb-ref Applicant This is my application-client.xml : http://java.sun.com/j2e

RE: EJB client on Solaris.

2000-08-08 Thread John Moore
Try to add it to your LD_LIBRARY_PATH instead of your path.There is a file in /etc/ that you can add the reference to that will add it for all accounts, think it's ld.so.conf. John Moore -Original Message- From: Rick Bos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 5:

Re: EJB client on Solaris.

2000-08-08 Thread Karl Avedal
Hello Rick, You are using code from the J2EE RI it seems (com.sun.corba.ee.internal.* classes). Get rid of j2ee.jar or any other J2EE RI jars. Orion is not the one complaing, but the J2EE RI ORB. Regards, Karl Avedal Rick Bos wrote: > When I try to run a simple console client applicati

Re: EJB CLIENT

2000-07-30 Thread Damian Guy
I am having a similar problem. My jndi.properties file seems correct, but when I try: java -classpath blah.. mfg.client.test a javax.naming.NameNotFoundExcpetion is thrown. Any ideas ? TIA, Damian wim veninga wrote: > > Hi David, > > I suppose you have given your application (on the server

Re: EJB CLIENT

2000-07-29 Thread wim veninga
Hi David, I suppose you have given your application (on the server side) a name in application.xml. For instance : Your_Name ... etc So then in your jndi.properties file it has to say java.naming.factory.initial=com.evermind.server.ApplicationClientInitialCont extFactory java.naming

RE: EJB CLIENT

2000-07-28 Thread Joe Walnes
Ensure and contain the full package and classnames, and also that the ejb.jar is in your classpath. > Hi all, I'm very worried 'cause i'm not able to make a EJB client to work. > I've deployed my app without problems but I can't execute the client. -Joe Walnes