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 "Cosmos Architecture Meeting 20-Dec-07"

(Minutes)
(Minutes)
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
  
 
= Minutes =
 
= Minutes =
 +
== Bugzilla Cleanup ==
 +
All on call agreed to the cleanup.
 +
 +
Hubert will verify the remaining two i7 bugzillas (with Ali). Then we will close them.
 +
  
 
== COSMOS Logging/Exception ==
 
== COSMOS Logging/Exception ==
Line 18: Line 23:
  
 
The key is that we would have to define the semantics of what the originator field would be used for.  For example, on the design page of of 209227, we would need to understand what happens when the object throwing the exception.
 
The key is that we would have to define the semantics of what the originator field would be used for.  For example, on the design page of of 209227, we would need to understand what happens when the object throwing the exception.
 +
 +
 +
== 209980: MDR (and Data Manager) deployment outside of OSGi environment 209980 ==
 +
Joel has started working on this. Tomcat is the test case.
 +
 +
We want to refactor and check in, without breaking the existing work.  Ideally, the only thing we would need to do is change the existing annotations.  Then we can scrub the CVS of the existing code.
 +
 +
Joel will take ownership of this ER.
 +
 +
Target completion is Jan 11.
 +
 +
 +
 +
== Discussion on 212185 ==
 +
212185: Implement CMDBf 1.0 Service Metadata
 +
https://bugs.eclipse.org/bugs/show_bug.cgi?id=212185
 +
 +
Bill will work with Ali on this.  It is believed to be containable in i8 and code complete by Jan 11.

Latest revision as of 14:31, 20 December 2007

Attendees

  • Jack Devine
  • Martin Simmonds
  • Paul Stratton
  • Hubert Leung
  • Bill Muldoon
  • John Todd
  • Don Ebright
  • Joel Hawkins

Minutes

Bugzilla Cleanup

All on call agreed to the cleanup.

Hubert will verify the remaining two i7 bugzillas (with Ali). Then we will close them.


COSMOS Logging/Exception

Joel's proposal to add "originator" to COSMOS root exception was approved. This would be of type "java.lang.Object".

The exception hierarchy should be web services independent and is a "PoJo mindset". The Java equivalent to an EPR is essentially an object reference.


The key is that we would have to define the semantics of what the originator field would be used for. For example, on the design page of of 209227, we would need to understand what happens when the object throwing the exception.


209980: MDR (and Data Manager) deployment outside of OSGi environment 209980

Joel has started working on this. Tomcat is the test case.

We want to refactor and check in, without breaking the existing work. Ideally, the only thing we would need to do is change the existing annotations. Then we can scrub the CVS of the existing code.

Joel will take ownership of this ER.

Target completion is Jan 11.


Discussion on 212185

212185: Implement CMDBf 1.0 Service Metadata https://bugs.eclipse.org/bugs/show_bug.cgi?id=212185

Bill will work with Ali on this. It is believed to be containable in i8 and code complete by Jan 11.

Back to the top