Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 35265 Details for
Bug 122752
Remove obsolete UDDI registries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch fix to org.eclipse.wst.ws.explorer
122752.org.eclipse.wst.ws.explorer.txt (text/plain), 7.24 KB, created by
Chris Brealey
on 2006-02-23 16:02:13 EST
(
hide
)
Description:
Patch fix to org.eclipse.wst.ws.explorer
Filename:
MIME Type:
Creator:
Chris Brealey
Created:
2006-02-23 16:02:13 EST
Size:
7.24 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.ws.explorer >Index: wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/OpenRegistryTool.java >=================================================================== >RCS file: /cvsroot/webtools/wst/components/ws/plugins/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/OpenRegistryTool.java,v >retrieving revision 1.2 >diff -u -r1.2 OpenRegistryTool.java >--- wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/OpenRegistryTool.java 11 Oct 2005 15:50:59 -0000 1.2 >+++ wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/OpenRegistryTool.java 23 Feb 2006 21:02:26 -0000 >@@ -36,8 +36,8 @@ > { > controller_ = toolManager_.getNode().getNodeManager().getController(); > UDDIPerspective uddiPerspective = controller_.getUDDIPerspective(); >- setProperty(UDDIActionInputs.REGISTRY_NAME,uddiPerspective.getMessage("DEFAULT_REGISTRY_NAME")); >- setProperty(UDDIActionInputs.INQUIRY_URL,uddiPerspective.getIBMPublicUDDITestRegistry().getInquiryURL()); >+ setProperty(UDDIActionInputs.REGISTRY_NAME,uddiPerspective.getDefaultUDDIRegistry().getName()); >+ setProperty(UDDIActionInputs.INQUIRY_URL,uddiPerspective.getDefaultUDDIRegistry().getInquiryURL()); > } > > public String getSelectToolActionHref(boolean forHistory) >Index: wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/UDDIPerspective.java >=================================================================== >RCS file: /cvsroot/webtools/wst/components/ws/plugins/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/UDDIPerspective.java,v >retrieving revision 1.4 >diff -u -r1.4 UDDIPerspective.java >--- wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/UDDIPerspective.java 11 Nov 2005 21:22:11 -0000 1.4 >+++ wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/UDDIPerspective.java 23 Feb 2006 21:02:26 -0000 >@@ -47,7 +47,7 @@ > public class UDDIPerspective extends Perspective > { > private Hashtable knownRegistries_; >- private IFavoritesUDDIRegistry ibmPublicUDDITestRegistry_; >+ private IFavoritesUDDIRegistry defaultUDDIRegistry_; > private Model navigatorModel_; > private NodeManager navigatorManager_; > private int wsdlType_; >@@ -60,9 +60,6 @@ > private String actionsContainerFramesetRows_; > private String savedActionsContainerFramesetRows_; > >- private final String IBM_TEST_REG_INQUIRY_URL = "http://uddi.ibm.com/testregistry/inquiryapi"; >- private final String IBM_TEST_REG_PUBLISH_URL = "https://uddi.ibm.com/testregistry/publishapi"; >- > public UDDIPerspective(Controller controller) > { > super("uddi",controller); >@@ -76,12 +73,10 @@ > knownRegistries_ = new Hashtable(); > for (int i=0;i<favRegistriesDefault.length;i++) > { >- if (favRegistriesDefault[i].getInquiryURL().equals(IBM_TEST_REG_INQUIRY_URL) && favRegistriesDefault[i].getPublishURL().equals(IBM_TEST_REG_PUBLISH_URL)) >- ibmPublicUDDITestRegistry_ = favRegistriesDefault[i]; > knownRegistries_.put(favRegistriesDefault[i].getInquiryURL(),favRegistriesDefault[i]); > } >- if (ibmPublicUDDITestRegistry_ == null && favRegistriesDefault.length > 0) >- ibmPublicUDDITestRegistry_ = favRegistriesDefault[0]; >+ if (favRegistriesDefault.length > 0) >+ defaultUDDIRegistry_ = favRegistriesDefault[0]; > > navigatorModel_ = new BasicModel("uddiModel"); > UDDIMainElement uddiMainElement = new UDDIMainElement(getMessage("NODE_NAME_UDDI_MAIN"),navigatorModel_); >@@ -179,9 +174,9 @@ > return null; > } > >- public final IFavoritesUDDIRegistry getIBMPublicUDDITestRegistry() >+ public final IFavoritesUDDIRegistry getDefaultUDDIRegistry() > { >- return ibmPublicUDDITestRegistry_; >+ return defaultUDDIRegistry_; > } > > public final void preloadUDDIRegistries(String[] inquiryURLs, String[] publishURLs) >Index: properties/favorites_default.wsil >=================================================================== >RCS file: /cvsroot/webtools/wst/components/ws/plugins/org.eclipse.wst.ws.explorer/properties/favorites_default.wsil,v >retrieving revision 1.1 >diff -u -r1.1 favorites_default.wsil >--- properties/favorites_default.wsil 19 Apr 2005 17:35:02 -0000 1.1 >+++ properties/favorites_default.wsil 23 Feb 2006 21:02:26 -0000 >@@ -6,34 +6,6 @@ > <abstract xml:lang="en-US">v5_0_1_0</abstract> > > <link referencedNamespace="urn:uddi-org:api"> >- <abstract xml:lang="en-US">%PUBLICUDDIREGISTRYTYPE_NAME_IBM_TEST</abstract> >- <abstract xml:lang="en-US">http://uddi.ibm.com/testregistry/inquiryapi</abstract> >- <abstract xml:lang="en-US">https://uddi.ibm.com/testregistry/publishapi</abstract> >- <abstract xml:lang="en-US">http://uddi.ibm.com/testregistry/registry.html</abstract> >- </link> >- >- <link referencedNamespace="urn:uddi-org:api"> >- <abstract xml:lang="en-US">%PUBLICUDDIREGISTRYTYPE_NAME_IBM</abstract> >- <abstract xml:lang="en-US">http://uddi.ibm.com/ubr/inquiryapi</abstract> >- <abstract xml:lang="en-US">https://uddi.ibm.com/ubr/publishapi</abstract> >- <abstract xml:lang="en-US">http://uddi.ibm.com/ubr/registry.html</abstract> >- </link> >- >- <link referencedNamespace="urn:uddi-org:api"> >- <abstract xml:lang="en-US">%PUBLICUDDIREGISTRYTYPE_NAME_MICROSOFT_TEST</abstract> >- <abstract xml:lang="en-US">http://test.uddi.microsoft.com/inquire</abstract> >- <abstract xml:lang="en-US">https://test.uddi.microsoft.com/publish</abstract> >- <abstract xml:lang="en-US">https://test.uddi.microsoft.com/register.aspx</abstract> >- </link> >- >- <link referencedNamespace="urn:uddi-org:api"> >- <abstract xml:lang="en-US">%PUBLICUDDIREGISTRYTYPE_NAME_MICROSOFT</abstract> >- <abstract xml:lang="en-US">http://uddi.microsoft.com/inquire</abstract> >- <abstract xml:lang="en-US">https://uddi.microsoft.com/publish</abstract> >- <abstract xml:lang="en-US">https://uddi.microsoft.com/register.aspx</abstract> >- </link> >- >- <link referencedNamespace="urn:uddi-org:api"> > <abstract xml:lang="en-US">%PUBLICUDDIREGISTRYTYPE_NAME_SAP_TEST</abstract> > <abstract xml:lang="en-US">http://udditest.sap.com/UDDI/api/inquiry/</abstract> > <abstract xml:lang="en-US">https://udditest.sap.com/UDDI/api/publish/</abstract> >Index: wsexplorer-properties/uddi.properties >=================================================================== >RCS file: /cvsroot/webtools/wst/components/ws/plugins/org.eclipse.wst.ws.explorer/wsexplorer-properties/uddi.properties,v >retrieving revision 1.2 >diff -u -r1.2 uddi.properties >--- wsexplorer-properties/uddi.properties 11 Nov 2005 21:22:10 -0000 1.2 >+++ wsexplorer-properties/uddi.properties 23 Feb 2006 21:02:26 -0000 >@@ -25,7 +25,6 @@ > FORM_LABEL_REGISTRY_NAME=Registry Name > FORM_LABEL_INQUIRY_URL=Inquiry URL > FORM_LABEL_CHECK_USER_DEFINED_CATEGORIES=Check for user-defined categories >-DEFAULT_REGISTRY_NAME=IBM UDDI Test Registry > MSG_ERROR_INVALID_REGISTRY_NAME=IWAB0136E Enter a valid registry name. > MSG_ERROR_INVALID_INQUIRY_URL=IWAB0138E Enter a valid inquiry URL. > MSG_INFO_REGISTRY_OPENED=IWAB0139I The registry named %1 located at %2 was opened successfully.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 122752
:
35263
|
35264
| 35265 |
35266