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 jacOrb code. Then, when it is activated we have to reconnect to our servers (as needed).
Is there a way to get around this overhead of disconnecting and reconnecting? Can you turn off passivating and activating on the container? Lance Johnson e-mail: [EMAIL PROTECTED] -----Original Message----- From: Francisco Reverbel [mailto:[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 CORBA client, I think there will be no problem woth that, am I > right? Right, there should be no problem with that. Regards, Francisco _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
