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

(Minutes)
Line 9: Line 9:
 
*Joel Hawkins
 
*Joel Hawkins
  
== Minutes ==
+
= Minutes =
 +
 
 +
== 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.

Revision as of 13:15, 20 December 2007

Attendees

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

Minutes

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.

Back to the top