Re: Client application Please Help

2000-10-09 Thread Daniel C. DiCesare
Title: RE: Client application Please Help Hello, Thanks for continuing to help me. I am really having a difficult time with this. I have no idea on how to solve the problem. I checked the JAR file and the application-client.xml file is in there. Thanks again, -Dan - Original Message

RE: Client application Please Help

2000-10-06 Thread Pantelis, Thomas
Title: RE: Client application Please Help The correct lookup is java:comp/env/TeamBean. I assume you're running you're client outside of Orion? Make sure your provider_url JNDI prop points to ormi://localhost/app name where app name is the name of the TeamBean app in server.xml

Re: Client application Please Help

2000-10-06 Thread Daniel C. DiCesare
ent: Friday, October 06, 2000 2:02 PM Subject: Re: Client application Please Help do you have the jndi.properties file in the classpath? if you just create an initial context by calling the no argument constructor you need to include that file in the classpath. luis On Thu, 5 Oct 2000

Re: Client application Please Help

2000-10-06 Thread Daniel C. DiCesare
(InitialContext.java:182) at TeamRandomTrade.main(TeamRandomTrade.java, Compiled Code) Any idea on what I can do? Thanks -Danno - Original Message - From: "Frank Eggink" To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, October 06, 2000 1:05 PM Subject: RE: Clien

Re: Client application Please Help

2000-10-06 Thread Daniel C. DiCesare
Title: RE: Client application Please Help Thank you for your response. I have tried your suggestion and here is what I get: javax.naming.NamingException: META-INF/application-client.xml resource not found at com.evermind.server.ApplicationClientInitialContextFactory.getInitialContext(JAX

Re: Client application Please Help

2000-10-06 Thread Daniel C. DiCesare
000 12:38 AM Subject: Re: Client application Please Help It seems that you just need to use the standard structure for your ejb jar and client app jar files. The ejb jar file structure is shown in the orion and cmp primers on www.jollem.com -- and the application client jar should be structu

Re: Client application Please Help

2000-10-05 Thread Daniel C. DiCesare
Frank, I checked out your example but I am continuing to experience problems. Here is what I have. I have included the script for my xml files below. I have deployed an EJB called Team onto Orion. It sits in a EAR file which within it has a Team.jar file. The JAR file contains the following:

Re: Client application Please Help

2000-10-05 Thread Matt Brunner
It seems that you just need to use the standard structure for your ejb jar and client app jar files. The ejb jar file structure is shown in the orion and cmp primers on www.jollem.com -- and the application client jar should be structured like this: app-client.jar app-client.class