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

COSMOSDataCollectionMeeting20080527

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.