RE: [JBoss-user] CORBA Client to Session Bean NOT POSSIBLE in 3.2.2 ??

2003-07-01 Thread Sacha Labourey
Can you check the Jacorb web site/documentation, I think they have sample code on how to access JBoss from a remote corba client. Cheeres, sacha > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Surajit Bhattacharjee > Sent: mercredi, 2. juillet

Re: [JBoss-user] CORBA client

2001-10-30 Thread Toby Allsopp
On Tue, Oct 30, 2001 at 02:15:58PM -, Weir, John wrote: > Is it possible to maintain the connections in a connection pool ? This is a > similar issue to Database Connections and the pooled approach works there > > Just a thought You could write a resource adapter for your CORBA connections a

RE: [JBoss-user] CORBA client

2001-10-30 Thread marc fleury
ic in the specification, the rest, persistence and distribution, are niceties. The core "shared" findable instance is the powerful idea in the web tiers (imnho) marc | | |> -Message d'origine- |> De: Johnson, Lance [mailto:[EMAIL PROTECTED]] |> Date: mardi 30 octobre

RE: [JBoss-user] CORBA client

2001-10-30 Thread Coetmeur, Alain
: mardi 30 octobre 2001 00:18 > À: [EMAIL PROTECTED] > Objet: RE: [JBoss-user] CORBA client > Importance: Haute > > > We are in the process of developing an ejb that is a corba > client. One of > the drawbacks that I have seen so far is that when our EJB is > passiva

RE: [JBoss-user] CORBA client

2001-10-30 Thread Johnson, Lance
w. Thanks, Lance Johnson e-mail: [EMAIL PROTECTED] -Original Message- From: Weir, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 8:16 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] CORBA client Is it possible to maintain the connections in a connection pool ? This is

RE: [JBoss-user] CORBA client

2001-10-30 Thread Weir, John
To: Johnson, Lance Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CORBA client "Johnson, Lance" wrote: > We are in the process of developing an ejb that is a corba client. One of > the drawbacks that I have seen so far is that when our EJB is passivated we > must disconnect al

Re: [JBoss-user] CORBA client

2001-10-30 Thread Jean-Christophe Pazzaglia
"Johnson, Lance" wrote: > We are in the process of developing an ejb that is a corba client. One of > the drawbacks that I have seen so far is that when our EJB is passivated we > must disconnect all CORBA connections. If we don't do this, I think, we > will have CORBA object leaks in our jacOr

RE: [JBoss-user] CORBA client

2001-10-29 Thread Johnson, Lance
ailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 3:21 PM To: Rene Maldonado Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CORBA client On Mon, 29 Oct 2001, Rene Maldonado wrote: > Now, another qustion, if I want to use an existing server application in CORBA > my EJB will be a CORB

Re: [JBoss-user] CORBA client

2001-10-29 Thread Francisco Reverbel
On Mon, 29 Oct 2001, Rene Maldonado wrote: > Now, another qustion, if I want to use an existing server application in CORBA > my EJB will be a CORBA client, I think there will be no problem woth that, am I > right? Right, there should be no problem with that. Regards, Francisco

RE: [JBoss-user] CORBA client

2001-10-29 Thread marc fleury
|The contrib/iiop module is not usable yet. It is unfinished (and ongoing) |work, which will be integrated into RH when it reaches alpha quality. |Hopefully, very soon... very soon indeed, we are going to go through the basic of RH and put an alpha out soon, possibly a solid beta by x-mass marc

Re: [JBoss-user] CORBA client

2001-10-29 Thread Francisco Reverbel
Hi, The contrib/iiop module is not usable yet. It is unfinished (and ongoing) work, which will be integrated into RH when it reaches alpha quality. Hopefully, very soon... Regards, Francisco On Sat, 27 Oct 2001, Dmitri Colebatch wrote: > afaik JBoss uses RMI/JRMP out of the box, to run RMI

Re: [JBoss-user] CORBA client

2001-10-26 Thread Dmitri Colebatch
afaik JBoss uses RMI/JRMP out of the box, to run RMI/IIOP (for CORBA), you need to use the contrib/iiop module. I've never used it myself, but was recently wondering if anyone is using it in production? hth dim On Fri, 26 Oct 2001, Rene Maldonado wrote: > Hi all, > I'm new to JBoss, and EJB, I