From: Biermann, S. <Syl...@si...> - 2007-06-20 08:27:54
|
Hi, after portation of our application form VisiBroker to OpenORB we have a = problem. We transfer an object "Session" from one Java application to another. With VisiBroker we only call=20 boa.obj_is_ready(Session); within the method creating the session and it worked. This caused problems with OpenORB and we added=20 boa.connect(Session). Now it works generally, but sometimes message invocation at the = "Session"-object causes a NullPointerException. It seems to me, as the = object is getting invalid within the ORB. Is this possible? Kind regards, Sylvia Biermann Siemens Programm- und Systementwicklung GmbH & Co. KG Siemens IT Solutions and Services PSE Germany Customer Information Solutions=20 Anwendungsentwicklerin Harburger Schlo=DFstra=DFe 18 D-21079 Hamburg Tel.: +49 40 7678-1305 Fax: +49 40 7678-1399 Syl...@si... <mailto:>=20 www.siemens.com/it-solutions <http://www.siemens.com/it-solutions>=20 www.siemens-pse.de <http://www.siemens-pse.de/>=20 Siemens Programm- und Systementwicklung GmbH & Co. KG; Sitz der = Gesellschaft: Hamburg; Registergericht: Hamburg, HRA 91315 Pers=F6nlich haftende Gesellschafterin: Siemens Programm- und = Systementwicklung GmbH; Gesch=E4ftsf=FChrer: Karl Kopeszki; Sitz der Gesellschaft: Hamburg; = Registergericht: Hamburg, HRB 65812 Wichtiger Hinweis: Diese E-Mail und etwaige Anlagen k=F6nnen Betriebs- = oder Gesch=E4ftsgeheimnisse, dem Anwaltsgeheimnis unterliegende oder = sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail = irrt=FCmlich erhalten haben, ist Ihnen der Status dieser E-Mail bekannt. = Bitte benachrichtigen Sie uns in diesem Fall sofort durch Antwort-Mail = und l=F6schen Sie diese E-Mail nebst etwaigen Anlagen von Ihrem System. = Ebenso d=FCrfen Sie diese E-Mail oder ihre Anlagen nicht kopieren oder = an Dritte weitergeben. Vielen Dank! Important Note: This e-mail and any attachment are confidential and may = contain trade secrets and may well also be legally privileged or = otherwise protected from disclosure. If you have received it in error, = you are on notice of its status. Please notify us immediately by reply = e-mail and then delete this e-mail and any attachment from your system. = If you are not the intended recipient please understand that you must = not copy this e-mail or any attachment or disclose the contents to any = other person. =20 =20 |