Issue 6683: The connectorRegistry interface is removed from spec. but still used (pss-ftf) Source: (, ) Nature: Clarification Severity: Minor 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") ); Resolution: Revised Text: Actions taken: December 6, 2003: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 06 Dec 2003 04:13:06 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Deng Bo Company: National Lab. on Distributed Processing of P.R.China mailFrom: db_zq@yahoo.com.cn Notification: Yes Specification: Persistent State Service Specification Section: Section 1.5 FormalNumber: 02-09-06 Version: 2.0 RevisionDate: 09/06/02 Page: 1-6 Nature: Clarification Severity: Minor HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; MyIE2) Description Issue: The connectorRegistry interface is removed from the specification, but it is still used in the following text: 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") ); To: Cc: mu2i-ftf@omg.org, uml2-superstructure-ftf@omg.org Subject: RE: Draft of ballot 23 -- pelase review X-Mailer: Lotus Notes Release 6.0.1CF1 March 04, 2003 From: Branislav Selic Date: Thu, 12 Aug 2004 17:45:28 -0400 X-MIMETrack: Serialize by Router on D25ML01/25/M/IBM(Release 6.0.2CF2|July 23, 2003) at 08/12/2004 17:45:30 Conrad, Re: 3391 I will pull it from the ballot. Thanks for reminding me. Re: 6683, I am attaching a slightly out of date version of the CommonBehavior section for this fix (other chapters are also affected, but less so, and I have no convenience docs for them). It was made on the basis of the first draft of this resolution, and will not reflect some of the more recent changes to the proposal such as those submitted by Thomas a couple of days ago. However, it should give you a feel for what is intended. Regards, Bran "Conrad Bock" 08/12/2004 05:27 PM Please respond to conrad.bock To , cc Subject RE: Draft of ballot 23 -- pelase review Bran, Comments on draft ballot 23. Conrad - 3391 (Multiple languages for uninterpreted strings) I thoought you assigned this to me for ballot 24. I have the write up already and will post with the others for ballot 24. - 6682 (See CommonBehavior for a description of Event specifications) Is there a convenience document for this one? Not sure why classifiers, events, and behaviors are the primary categories. Not everything in a model reduces to thesse. To: Cc: mu2i-ftf@omg.org, uml2-superstructure-ftf@omg.org Subject: RE: Draft of ballot 23 -- pelase review X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 From: James E Rumbaugh Date: Thu, 12 Aug 2004 14:57:17 -0700 X-MIMETrack: Serialize by Router on D03NM118/03/M/IBM(Release 6.51HF338 | June 21, 2004) at 08/12/2004 15:57:19, Serialize complete at 08/12/2004 15:57:19 Conrad, Treating classifiers, events, and behaviors as three aspects of a system is something that appeals to me, but if you wish to add additional rows to that table, the columns should still observe the naming pattern among types, instances, values, and uses. The naming pattern is about the horizontal relationships (i.e., among types, instances, values, and uses), not the vertical ones (i.e., among classifiers, events, and behaviors). - Jim R. "Conrad Bock" 08/12/2004 02:27 PM Please respond to conrad.bock To , cc Subject RE: Draft of ballot 23 -- pelase review Bran, Comments on draft ballot 23. Conrad - 3391 (Multiple languages for uninterpreted strings) I thoought you assigned this to me for ballot 24. I have the write up already and will post with the others for ballot 24. - 6682 (See CommonBehavior for a description of Event specifications) Is there a convenience document for this one? Not sure why classifiers, events, and behaviors are the primary categories. Not everything in a model reduces to thesse.