Issue 3628: resolve should be ok in pre_init (interceptors-rtf) Source: Oracle (Dr. Harold Carr, Ph.D., nobody) Nature: Uncategorized Issue Severity: Summary: ptc/2000-04-05 21.7.2.7 says that resolve_initial_references is only valid during post_init. This restriction should be removed. Otherwise only local objects may be registered via register_initial_reference in pre_init. To create a non-local object and register it in pre_init one needs a POA which can only be obtained via resolve_initial_references. Prior art: We recently voted in favor of issue 3568 which made it possible to call register_initial_reference in post_init. We should adopt similar wording: if one is looking for other interceptors then resolve should be used in post_init. Resolution: identical to issue 3625...closed Revised Text: Actions taken: May 19, 2000: received issue May 22, 2000: closed issue Discussion: End of Annotations:===== Date: Thu, 18 May 2000 15:27:04 -0700 (PDT) Message-Id: <200005182227.PAA10778@shorter.eng.sun.com> From: Harold Carr To: interceptors-ftf@omg.org Subject: resolve should be ok in pre_init Content-Type: text X-UIDL: hnmd9EBXd9QH%e9)nd!! ptc/2000-04-05 21.7.2.7 says that resolve_initial_references is only valid during post_init. This restriction should be removed. Otherwise only local objects may be registered via register_initial_reference in pre_init. To create a non-local object and register it in pre_init one needs a POA which can only be obtained via resolve_initial_references. Prior art: We recently voted in favor of issue 3568 which made it possible to call register_initial_reference in post_init. We should adopt similar wording: if one is looking for other interceptors then resolve should be used in post_init. Cheers, Harold