-
Key: SCRPT-2
-
Legacy Issue Number: 4501
-
Status: closed
-
Source: INRIA ( Philippe Merle)
-
Summary:
The CORBA Scripting Language Specification v1.0 (OMG TC Document formal/01-06-05)
refers to old iioploc:// and iiopname:// INS URL formats.
Here is a list of changes to align IDLscript with recent CORBA Object URL formats:- In Section 1.4.5 page 1-9, replace:
(i.e., iioploc:// and iiopname://)
by:
(i.e., corbaloc and corbaname)
- In Section 1.4.5 page 1-9, replace:
factory = GridService.Factory("iioploc://an_IP_host_name:5000/factory")
by:
factory = GridService.GridFactory("corbaloc:iiop:an_IP_host_name:5000/factory")
- In Section 3.12.3 page 3-22, replace all:
iioploc://host:port/object_name
by:
corbaloc:iiop:host:port/object_name
- In Section 3.12.3 page 3-22, replace:
iiopname://host:port/path_into_a_naming_context
by:
corbaname::host:port#path_into_a_naming_context
- In Section 3.12.3 page 3-22, add a cross reference to the Section 13.6.7
of the CORBA 2.4.2 specification (i.e. Object URLs).
-
Reported: SCRPT 1.0b1 — Thu, 16 Aug 2001 04:00 GMT
-
Disposition: Resolved — SCRPT 1.0
-
Disposition Summary:
see above
-
Updated: Fri, 6 Mar 2015 20:51 GMT