Some time ago, I was involved in a project that was pretty much in the opposite way, i.e, a java client running inside a app server calling CORBA components.
The basic problems are: 1. If you intend to use a nanimg service, configure both sides use the same (CORBA) naming service. 2. Which IDL constructs to avoid in order to keep away from compatibility problems. One approach is _not_ to use naming services. Create a mbean in JBoss that instantiates the server and register it with the POA. Then, you can get the stringified IOR and put it into a file somewhere acessible to your client. ----- Original Message ----- From: "Emerson Cargnin - SICREDI Servi�os" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: quarta-feira, 13 de novembro de 2002 12:36 Subject: [JBoss-user] delphi client to jboss through iiop > Have anyone used iiop to access jboss from a delphi client? > -- > xxxxxxxxxxxxxxxxxxxxxxxxxxxx > | Emerson Cargnin | > | Analista de Sistemas Sr. | > | Tel : (051) 3358-4959 | > | SICREDI Servi�os | > | Porto Alegre - Brasil | > |xxxxxxxxxxxxxxxxxxxxxxxxxx| > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Are you worried about > your web server security? Click here for a FREE Thawte > Apache SSL Guide and answer your Apache SSL security > needs: http://www.gothawte.com/rd523.html > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
