-
Key: PSS2-2
-
Legacy Issue Number: 6683
-
Status: open
-
Source: National Lab, Distributed Process, China ( Deng Bo)
-
Summary:
1. formal/02-09-06 on page 1-6 import org.omg.*; CORBA.ORB myOrb = CORBA.ORB.init(); CosPersistentState.ConnectorRegistry connectorRegistry = CosPersistentState.ConnectorRegistryHelper.narrow( myOrb.resolve_initial_references("PSS") ); CosPersistentState.Connector connector = connectorRegistry.find_connector(""); ... 2. formal/02-09-06 on page B-6 public class NamingServer { public static void main(String[] args)
{ // initializes ORB CORBA.ORB myOrb = CORBA.ORB.init(args); // get connector registry CosPersistentState.ConnectorRegistry registry = CosPersistentState.ConnectorRegistryHelper. narrow( myOrb.resolve_initial_references("PSS") ); // get connector ... }Resolution:
1. Remove the following text in formal/02-09-06 on page 1-6
CosPersistentState.ConnectorRegistry connectorRegistry = CosPersistentState.ConnectorRegistryHelper.narrow( myOrb.resolve_initial_references("PSS") ); CosPersistentState.Connector connector = connectorRegistry.find_connector("");
2. Remove the following text in formal/02-09-06 on page B-6
// get connector registry CosPersistentState.ConnectorRegistry registry = CosPersistentState.ConnectorRegistryHelper. narrow( myOrb.resolve_initial_references("PSS") );
-
Reported: PSS 1.0 — Sat, 6 Dec 2003 05:00 GMT
-
Updated: Sat, 7 Mar 2015 06:09 GMT
PSS2 — The connectorRegistry interface is removed from spec. but still used
- Key: PSS2-2
- OMG Task Force: PSS December 2000 FTF