Bug 188365 - [api] Consider reving up dstore protocol version for TM 2.0
Summary: [api] Consider reving up dstore protocol version for TM 2.0
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P2 enhancement (vote)
Target Milestone: 2.0   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2007-05-22 12:19 EDT by Martin Oberhuber CLA
Modified: 2008-08-13 13:20 EDT (History)
0 users

See Also:
ddykstal.eclipse: review+
kmunir: review+


Attachments
patch to update dstore version (905 bytes, patch)
2007-06-12 16:43 EDT, David McKnight CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-05-22 12:19:42 EDT
As we're approaching TM 2.0, I'm wondering if there is anything we need to make sure that users get a proper error message when they try to use an incorrect dstore server version, e.g.

 1. TM 2.0 client against an RSE 1.0 dstore server,
 2. RSE 1.0 client against a TM 2.0 dstore server,
 3. IBM RSE7 client against openRSE server or vice versa.

I guess that (3) may not be a problem since it's using different package names everywhere (com.ibm.etools) so it should not be an issue. Still it should perhaps be checked.

For (1) we should make sure that a proper error message is spit out since it may be not so obvious that it's not supposed to work. This is an API change since the dstore server protocol is part of our API. Since it can be verified in the actual builds only, it should be fixed rather sooner than later.
Comment 1 David McKnight CLA 2007-06-12 16:43:28 EDT
Created attachment 71088 [details]
patch to update dstore version

This patch updates the dstore version to 9.0.0.  If you try to use a 9.0.0 dstore client where: server version is <= 8 or server version >= 10 then an incompatibility message is given to the user.
Comment 2 David McKnight CLA 2007-06-12 16:44:59 EDT
Please review - the change is only one character :-)
Comment 3 David Dykstal CLA 2007-06-12 21:55:22 EDT
Removed Martin and added Kushal as a reviewer.
Comment 4 David McKnight CLA 2007-06-13 10:53:47 EDT
I've updated the dstore version to 9.0.0.  This requires the dstore servers to be updated.
Comment 5 Martin Oberhuber CLA 2008-08-13 13:20:56 EDT
[target cleanup] 2.0 RC3 was the original target milestone for this bug