RE: javax.naming.NameNotFoundException

2002-01-24 Thread Chris Francis
I was looking for a config problem! OK now I'm ashamed. Thanks though, I have been overlooking that for days. -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: 23 January 2002 21:41 To: Chris Francis; Orion-Interest Subject: RE: javax.naming.NameNotFoundException

RE: javax.naming.NameNotFoundException

2002-01-23 Thread Alex Paransky
'; Orion-Interest Cc: Chris Francis Subject: RE: javax.naming.NameNotFoundException OK here's some of the relevant files. Lookups are fine from the web service but I included web.xml aswell... ejb-jar.xml does include the ejb-ref tags. I also deploy an application-client.xml. Maybe I shouldn't

RE: javax.naming.NameNotFoundException

2002-01-23 Thread Chris Francis
[mailto:[EMAIL PROTECTED]] Sent: 23 January 2002 00:14 To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: RE: javax.naming.NameNotFoundException Yes, you do (bean to bean as well) Show some code of how you are trying to lookup the bean, and something from your deployment descriptor (ejb-jar.xml

RE: javax.naming.NameNotFoundException

2002-01-22 Thread Chris Francis
I meant within the session tag in ejb-jar.xml I shouldn't need something like the following: ejb-ref ejb-ref-nameblah/ejb-ref-name ejb-ref-typeEntity/ejb-ref-type homeblahHome/home remoteblahEJB/remote /ejb-ref I should only need this if I'm trying to refer to an

RE: javax.naming.NameNotFoundException: agency not found

2000-12-27 Thread revivalatgt revivalatgt
est [EMAIL PROTECTED] Subject: RE: javax.naming.NameNotFoundException: agency not found Date: Fri, 22 Dec 2000 14:11:07 -0700 Make sure you have your references setup in the XML files. Depending on what your are accessing the EJB's through you will have to add references in web.xml,client-appli

Re: Re: javax.naming.NameNotFoundException: agency not found

2000-12-22 Thread revivalatgt revivalatgt
I tried this as well, this doesn't work either...how can this work one day and not the next? Maybe this is a jndi issue... Robert Does anybody know what could cause a javax.naming.NameNotFoundException: my bean name not found? I think my .xml files are fine, and I think this used to work!

Re: javax.naming.NameNotFoundException: agency not found

2000-12-21 Thread Peter Pontbriand
Does anybody know what could cause a javax.naming.NameNotFoundException: my bean name not found? I think my .xml files are fine, and I think this used to work! We've got the same problem - it seems Orion 1.4.4 can't decide whether to make EJB home interfaces available at

Re: javax.naming.NameNotFoundException

2000-10-14 Thread Robert Krueger
does AutorFacade have an ejb-ref to Autor? if not and you don't know why, I'd suggest reading up on these things. you're not going to have very much fun with orion without a basic understanding of these issues. orion is a very powerful but raw tool and it assumes a good working knowledge of