application-client.xml resource not found

2001-12-31 Thread Harini P
Hi, I am trying to deploy an applet in Oracle9i I get the following error META-INF\application-client.xml resource not found. I have the file at the place it is required why am I getting that error. Please help. Rgds, Harini The structure is like this test.war --- CTestapplet.class index.html

application-client.xml ?

2001-09-23 Thread Joris Van den Bogaert
Hi, I'm an EJB newbie. I wrote a stateless session bean and deployed it with orion server. Accessing it from servlets/JSPs that are included in the .ear file by configuring the xmls works fine. But I do have a problem figuring it out for standalone clients. What are the exact steps that

SV: Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application...

2001-03-16 Thread Magnus Rydin
Title: SV: Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application... Did you try looking up java:comp/env/ejb/id ? WR -Ursprungligt meddelande- Från: Alex Paransky [mailto:[EMAIL PROTECTED]] Skickat: den 15 mars 2001 14:11 Till

Re: Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application...

2001-03-16 Thread colin harris
try: new InitialContext().lookup("java:comp/env/ejb/id"); - Original Message - From: "Alex Paransky" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 10:10 PM Subject: Problems with JNDI lookups of ejb-ref-name def

RE: Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application...

2001-03-16 Thread Bruno Baloi
I lookups of ejb-ref-name defined in application-client.xml from a client application... Did you try looking up "java:comp/env/ejb/id" ? WR -Ursprungligt meddelande- Frn: Alex Paransky [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ]

Re: Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application...

2001-03-16 Thread Jeff Hubbach
ans. Jeff Hubbach. Alex Paransky wrote: I have a client application which has META-INF with the following application-client.xml definition: application-client ejb-ref ejb-ref-nameejb/id/ejb-ref-name ejb-ref-typeSession/ejb-ref-type homecom.indnet.model.id.IdSessio

RE: Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application...

2001-03-16 Thread Alex Paransky
prungligt meddelande- Från: Alex Paransky [mailto:[EMAIL PROTECTED]] Skickat: den 15 mars 2001 14:11 Till: Orion-Interest Ämne: Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application... I have a client application which has META-INF w

Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application...

2001-03-15 Thread Alex Paransky
I have a client application which has META-INF with the following application-client.xml definition: application-client ejb-ref ejb-ref-nameejb/id/ejb-ref-name ejb-ref-typeSession/ejb-ref-type homecom.indnet.model.id.IdSessionHome/home remotecom.indnet.model.id.IdSession/remote

Multiple application clients sharing oneMETA-INF/application-client.xml file?

2001-02-03 Thread Eric Hodges
For some reason the VM in JBuilder 3.5 looks in the class output directory for META-INF/application-client.xml. Two questions about this: 1. Is there a way to specify where this will be loaded from? Since all of our applications output to the same Classes directory, there's only one

Doc mentions autodeploy to generate orion-application-client.xml, but when?

2000-08-21 Thread Frank Eggink
. On the clientside orion expects a file orion-application-client.xml??. According to the documentation (docs/index.html) the file gets generated in the META-INF directory of the client root at deploy time. In my case no such file is generated. This is causing a problem for me because I have

AW: FollowUp: application-client.xml, initial context

2000-07-25 Thread Jens Stutte
Hi again, just to let you know, how it works to use the com.evermind.server.ApplicationClientInitialContextFactory: For an application you should write one application-client.xml, that contains ejb-refs to all beans used by this application. This file has to reside in a META-INF folder located

Re: application-client.xml, initial context

2000-07-25 Thread wim veninga
Hi Jens, you just put the application-client.xml at the client side in the META-INF directorie at the beginning of your clients classpath: for example : Suppose you have an client directory structure like this : C:\client\com\client\OrionEJBApplicationClient.class then you have to put