Bug 122752 - Remove obsolete UDDI registries
Summary: Remove obsolete UDDI registries
Status: CLOSED FIXED
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: wst.ws (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.5 M5   Edit
Assignee: Chris Brealey CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2006-01-05 09:25 EST by Chris Brealey CLA
Modified: 2006-04-20 14:24 EDT (History)
2 users (show)

See Also:


Attachments
Patch fix to org.eclipse.wst.ws (976 bytes, patch)
2006-02-23 16:01 EST, Chris Brealey CLA
no flags Details | Diff
Patch fix to org.eclipse.wst.ws.parser (1.99 KB, patch)
2006-02-23 16:01 EST, Chris Brealey CLA
no flags Details | Diff
Patch fix to org.eclipse.wst.ws.explorer (7.24 KB, patch)
2006-02-23 16:02 EST, Chris Brealey CLA
no flags Details | Diff
Patch fix to org.eclipse.jst.ws.consumption.ui (10.92 KB, patch)
2006-02-23 16:02 EST, Chris Brealey CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Brealey CLA 2006-01-05 09:25:30 EST
The UDDI Business Registry (UBR) consists of several linked UDDI registry nodes hosted by IBM, Microsoft and SAP. On January 12 2006, the UBR will be shutdown. According to the relevant Web sites [1], IBM and Microsoft will shutdown their production and test nodes entirely, while SAP will maintain its publication and test nodes as independent public registries [2]. As far as we know, the NTTComm and XMethods registries are not affected.

The entries for the IBM and Microsoft UDDI registries need to be removed from the list of default public UDDI registries in the Web Services Explorer.

[1] Details:

https://uddi.ibm.com/ubr/
https://uddi.microsoft.com/about/faqshutdown.htm
http://uddi.sap.com/ubr-shutdown-faq.html

[2] Registries:

http://uddi.ibm.com/testregistry/registry.html
http://uddi.ibm.com/ubr/registry.html
https://test.uddi.microsoft.com
https://uddi.microsoft.com
http://udditest.sap.com
http://uddi.sap.com
Comment 1 Chris Brealey CLA 2006-02-23 16:01:43 EST
Created attachment 35263 [details]
Patch fix to org.eclipse.wst.ws
Comment 2 Chris Brealey CLA 2006-02-23 16:01:56 EST
Created attachment 35264 [details]
Patch fix to org.eclipse.wst.ws.parser
Comment 3 Chris Brealey CLA 2006-02-23 16:02:13 EST
Created attachment 35265 [details]
Patch fix to org.eclipse.wst.ws.explorer
Comment 4 Chris Brealey CLA 2006-02-23 16:02:39 EST
Created attachment 35266 [details]
Patch fix to org.eclipse.jst.ws.consumption.ui
Comment 5 Chris Brealey CLA 2006-02-23 16:08:03 EST
Four patches attached to remove the IBM and Microsoft public production and test registries from WTP. The only thing this fix does not do is remove the obsolete registries .metadata [1] for workspaces that predate this fix. I will open a separate bug for this if it becomes (or I suspect it will become) an issue.

Jeff,
would you mind reviewing this change, especially to OpenRegistryTool.java where I'm relying on the registry descriptors loaded from favorites_default.wsil providing their names (vs. using a special constant for the IBM test registry)? I've traced back thru the code and it looks safe, plus I've tested the fix and it's working. Still, the services of a second pair of eyes with some experience in the WSE would be most appreciated.

[1] .metadata/.plugins/org.eclipse.wst.ws.explorer/favorites.wsil
Comment 6 Chris Brealey CLA 2006-02-24 08:06:31 EST
Kate,
in the docs for Web services, please note that the IBM and Microsoft public test and production registries were dismantled on January 12. The may still appear in the WSExplorer's "favorites" view for workspaces created before this RFE was integrated. If the docs mention these obsolete registries at all, it should only be to advise the user to delete them from their favorites view.

Thanks - CB.
Comment 7 Chris Brealey CLA 2006-02-24 08:52:08 EST
Committed. To be released later.
Comment 8 Jeffrey Liu CLA 2006-02-24 14:50:09 EST
Sorry for the late review, the patches look good to me.
Comment 9 Kathy Chan CLA 2006-02-24 17:04:08 EST
Released to WTP 1.5 as v200602242200.
Comment 10 Chris Brealey CLA 2006-03-03 09:34:05 EST
Done and closed.