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 "COSMOSDataCollectionMeeting20080602"

(New page: == Agenda == * Simplifying demo setup (Hubert) ** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=229054 Bug 229054] ** Two alternatives: *** After running configDemo, start tomcat, wait ...)
 
(Removing all content from page)
 
Line 1: Line 1:
== Agenda ==
 
  
* 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 ==
 
 
* 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
 

Latest revision as of 01:30, 23 June 2008

Back to the top