Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOSDataCollectionMeeting20080527"

(New page: == Agenda == * i11 status == Attendees == * Don Ebright * Paul Stratton * Hubert Leung * John Todd * Jack Devine * Bill Muldoon * Martin Simmonds * Jimmy Mohsin * Mark Weitzel == Discu...)
 
(Discussion)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Agenda ==
 
== Agenda ==
  
* i11 status
+
* Simplifying demo setup (Hubert)
 +
** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=229054 Bug 229054]
 +
** Two alternatives:
 +
*** After running configDemo, start tomcat, wait for 10 seconds, registers all data manaters, retry a couple time if registration fails.
 +
*** Install a broker database with data managers already populated.
 +
* Default SOAP version and related API (Hubert)
 +
** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=228463 bug 228463]
 +
** default SOAP version: 1.1
 +
** Change <code>public void setSoapVersion(int soapVersion)</code> to:
 +
***public void useSOAP11();
 +
***public void useSOAP12();
 +
** remove <code>public int getSoapVersion()</code> method
 +
* [[COSMOS_CMDBf_Query_to_SQL_Mapping| CMDBf Query to SQL Mapping ]] (Hubert)
  
 
== Attendees ==
 
== Attendees ==
Line 19: Line 31:
 
Bug 229054 was discussed.
 
Bug 229054 was discussed.
 
Two alternatives were proposed:  
 
Two alternatives were proposed:  
1. After running configDemo, start tomcat, wait for 10 seconds, registers all data manaters, retry a couple time if registration fails.  
+
# After running configDemo, start tomcat, wait for 10 seconds, registers all data manaters, retry a couple time if registration fails.  
2. Install a broker database with data managers already populated.
+
# Install a broker database with data managers already populated.
  
 
== Action Items ==
 
== Action Items ==
  
 
* Option 2, i.e. "Install a broker database with data managers already populated" was chosen as the approach for 229054
 
* Option 2, i.e. "Install a broker database with data managers already populated" was chosen as the approach for 229054

Latest revision as of 01:21, 23 June 2008

Agenda

  • Simplifying demo setup (Hubert)
    • Bug 229054
    • Two alternatives:
      • After running configDemo, start tomcat, wait for 10 seconds, registers all data manaters, retry a couple time if registration fails.
      • Install a broker database with data managers already populated.
  • Default SOAP version and related API (Hubert)
    • bug 228463
    • default SOAP version: 1.1
    • Change public void setSoapVersion(int soapVersion) to:
      • public void useSOAP11();
      • public void useSOAP12();
    • remove public int getSoapVersion() method
  • CMDBf Query to SQL Mapping (Hubert)

Attendees

  • Don Ebright
  • Paul Stratton
  • Hubert Leung
  • John Todd
  • Jack Devine
  • Bill Muldoon
  • Martin Simmonds
  • Jimmy Mohsin
  • Mark Weitzel

Discussion

Bug 229054 was discussed. Two alternatives were proposed:

  1. After running configDemo, start tomcat, wait for 10 seconds, registers all data manaters, retry a couple time if registration fails.
  2. Install a broker database with data managers already populated.

Action Items

  • Option 2, i.e. "Install a broker database with data managers already populated" was chosen as the approach for 229054

Back to the top