Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
COSMOSDataCollectionMeeting20080527
Contents
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:
- 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.
Action Items
- Option 2, i.e. "Install a broker database with data managers already populated" was chosen as the approach for 229054