Then I point you to the propert support channel - Orion Interest the mailing
list.

Goto http://www.orionserver.com to sign up.

A note to everyone, DO NOT SEND SUPPORT REQUESTS TO INDIVIDUALS.

Apologies for the caps, but this happens far too often and I'm sick of it.
Use the list, deal with the problem yourself or pay someone to figure it out
for you.

-mike

> -----Original Message-----
> From: colin harris [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 26, 2001 9:52 PM
> To: Mike Cannon-Brookes
> Subject: Re: documentation wanted
>
>
> hi,
> sorry for not being more specific, I am developing with the Orion server
> and am having difficulties with mapping an ejb reference from one orion
> application to an actual ejb in another orion application, i have been
> trying to do this in the orion deployment files,
>
> i have put an ejb-ref in the web.xml file for an application called Soap
> ----------------------------------------------------
>
> <ejb-ref>
>    <ejb-ref-name>ejb/ClientInterface</ejb-ref-name>
>    <ejb-ref-type>Session</ejb-ref-type>
>    <home>serene.ejb.ClientInterfaceHome</home>
>    <remote>serene.ejb.ClientInterface</remote>
>
> </ejb-ref>
>
> and then an ejb-ref-mapping in the orion-web.xml
> deployment----------------------------------------------------------
>
>  <ejb-ref-mapping name="ejb/ClientInterface"
> location="ormi://waits/serene/serene.ejb.ClientInterface" />
>
> my machine name is waits, and the orion application is serene,
>
>
> ------------------------------------------------------------------
> ---------------------------------------------
>
>
> and this is the error i get when trying to do the lookup ------
>
> Exception caught: javax.naming.NameNotFoundException:
> ormi://waits/serene/serene.ejb.ClientInterface not found
>
> ------------------------------------------------------------------
> ----------------------------------------------------
>
> I think the problem is just specifying the right JNDI location to the
> orion ormi server
> I have tried many combinations of ormi path but can't find the right one.
>
> any help would be much appreciated.
>
> thanks
>
> colin..
>
>
> Mike Cannon-Brookes wrote:
>
> > Deployment files for what?
> >
> >> -----Original Message-----
> >> From: colin harris [mailto:[EMAIL PROTECTED]]
> >> Sent: Friday, February 23, 2001 10:47 PM
> >> To: [EMAIL PROTECTED]
> >> Subject: documentation wanted
> >>
> >>
> >> some examples of the deployment files
> >>
> >> orion-web.xml
> >> orion-ejb.xml
> >>
> >> would be much appreciated
> >>
> >> regards
> >>
> >> colin.
> >>
>
>


Reply via email to