Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "DTP Connectivity Project Committers Meeting Minutes: December 8, 2008"

(Agenda)
(Minutes)
Line 18: Line 18:
  
 
==Minutes==
 
==Minutes==
 +
*
 +
* ProfileManagerInitializerProvider issue discussed with Larry
  
 
==Action Items==
 
==Action Items==
  
 
[[Category:Data Tools Platform]]
 
[[Category:Data Tools Platform]]

Revision as of 19:16, 8 December 2008

Back to DTP Connectivity Project Committers' Meeting Page

Attendees

  • Brian Fitzpatrick
  • Linda Chan
  • Larry Dunnell

Regrets

Agenda

  • APIs for Transient Connection Profiles
    • Add one method to ProfileManager
    • public IConnectionProfile createTransientProfile(String providerID, Properties baseProperties) throws ConnectionProfileException;
    • All other ProfileManager APIs deal with permanent (i.e. non-transient) profiles
    • deleteProfile from ProfileManager could be retooled slightly to understand transient vs. non-transient profiles
    • another option is to simply add another property that indicates that a given profile is "transient". if such a profile is found when the ProfileManager is disposed, it gets discarded
  • Open discussion

Minutes

  • ProfileManagerInitializerProvider issue discussed with Larry

Action Items

Back to the top