Re: URGENT: talking with other app server?

2000-11-12 Thread Cory Adams
s to IIOP + 2PC commit/ OpenXA >>>>transactions, but applying security (which is server specific) can become >>>>hell >>>> >>>>Also, if the JNDI of a given server doesn't support it, it can be tricky to >>>>code the b

Re: URGENT: talking with other app server?

2000-11-10 Thread James Ho
de the beans; >>> >>>My advise is to create/obtain client jars which are mainly the remote & home >>>interfaces; >>>Always narrow Objects >>PortableRemoteObject.narrow (MyBean.Class)<< >>> >>>Perhaps if you elaborate further the

Re: URGENT: talking with other app server?

2000-11-10 Thread Cory Adams
ther the List may be of assistance >> >>HTH, >> >>JP >> >>(P.S.: I hope you don't want to interact with Oracle App Servers, OAS or >>IAS... for the mission isn't hard, it's just impossible ;-) >> >>-Original Message- >&g

Re: URGENT: talking with other app server?

2000-11-10 Thread James Ho
he mission isn't hard, it's just impossible ;-) > >-Original Message----- >From: James Ho [mailto:[EMAIL PROTECTED]] >Sent: Viernes, 10 de Noviembre de 2000 13:19 >To: Orion-Interest >Subject: Re: URGENT: talking with other app server? > > >"Juan Lorandi (Chile)" wrote: >> >> To connect different App servers (diff vendors) IIOP will be used >> > >How can I do that with Orion? > >James >

RE: URGENT: talking with other app server?

2000-11-10 Thread Juan Lorandi (Chile)
e mission isn't hard, it's just impossible ;-) -Original Message- From: James Ho [mailto:[EMAIL PROTECTED]] Sent: Viernes, 10 de Noviembre de 2000 13:19 To: Orion-Interest Subject: Re: URGENT: talking with other app server? "Juan Lorandi (Chile)" wrote: > > To conne

Re: URGENT: talking with other app server?

2000-11-10 Thread James Ho
Kesha Sibilev wrote: > > There is already such a common protocol. It is CORBA/IIOP. But as I know > Orion server does not support it yet. oic...then pls dis-regard my last post. When has that been specified? ie in which EJB/J2EE spec? james.

Re: URGENT: talking with other app server?

2000-11-10 Thread James Ho
"Juan Lorandi (Chile)" wrote: > > To connect different App servers (diff vendors) IIOP will be used > How can I do that with Orion? James

RE: URGENT: talking with other app server?

2000-11-10 Thread Juan Lorandi (Chile)
To connect different App servers (diff vendors) IIOP will be used -Original Message- From: James Ho [mailto:[EMAIL PROTECTED]] Sent: Jueves, 09 de Noviembre de 2000 16:08 To: Orion-Interest Subject: Re: URGENT: talking with other app server? Hi there, So..basically..if I build a

SV: URGENT: talking with other app server?

2000-11-10 Thread David Ekholm
Yes. You will be able to use Java RMI over IIOP (CORBA) to access another EJB system. Orion will support this too, in addition to it's own (faster) ORMI protocol. You wrote: > Hi there, > So..basically..if I build a system that needs to contact to different > app servers, I'd have to grab each

Re: URGENT: talking with other app server?

2000-11-10 Thread Kesha Sibilev
t; > > Context cx = new InitialContext(p); > > Object objHome = cx.lookup(""); [jndi-name which is > >specified in weblogic-ejb-jar.xml] > >.etc. > > > >While running Orion you have to also provide the classpath for Weblogic to > &g

Re: URGENT: talking with other app server?

2000-11-09 Thread James Ho
u have to also provide the classpath for Weblogic to >get Initial Context factory >which can be >\classes . > > >- Original Message - >From: James Ho <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Sent: Tuesday, November 07, 2000 9:31

Re: URGENT: talking with other app server?

2000-11-08 Thread Shailesh Joshi
m: James Ho <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Tuesday, November 07, 2000 9:31 AM Subject: URGENT: talking with other app server? > Hi everyone. > > Is it possible for a servlet deployed in orion talk to other app server > to access its beans?

URGENT: talking with other app server?

2000-11-06 Thread James Ho
Hi everyone. Is it possible for a servlet deployed in orion talk to other app server to access its beans? if so, how? what is the requirement? I have got Orion using JNDI to use another Orion's bean, my main concern is the fact that when initiating the JNDI context, I would have to setthe prop