This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 238450 - Make query and registration processing engines pluggable
Summary: Make query and registration processing engines pluggable
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Hubert Leung CLA
QA Contact: Don Ebright CLA
URL: http://wiki.eclipse.org/COSMOS_Design...
Whiteboard:
Keywords:
Depends on:
Blocks: 238679
  Show dependency tree
 
Reported: 2008-06-25 14:07 EDT by Hubert Leung CLA
Modified: 2012-01-03 13:53 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Leung CLA 2008-06-25 14:07:32 EDT
The framework for query and registration web services assumes users will use the cosmos query and registration processing framework provided in org.eclipse.cosmos.dc.cmdbf.services project.  However, the framework is proven to be not generic enough for all types of MDRs.  As a result, some MDRs need to bypass the framework.  

This enhancement is to adjust the framework code for query and registration web services so that we don't mandate the use of the query and registration processing frameworks in org.eclipse.cosmos.dc.cmdbf.services.  Also, we want to let users plug-in another query/registration processing engine using well-defined APIs.