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 26665 Details for
Bug 100677
Axis deploy problem with Geronimo server
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]
ws.consumption.ui patch
jst.ws.consumption.ui_patch.txt (text/plain), 2.18 KB, created by
Seng Phung Lu
on 2005-08-30 18:22:04 EDT
(
hide
)
Description:
ws.consumption.ui patch
Filename:
MIME Type:
Creator:
Seng Phung Lu
Created:
2005-08-30 18:22:04 EDT
Size:
2.18 KB
patch
obsolete
>Index: src/org/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ClientRuntimeSelectionWidget.java >=================================================================== >RCS file: /home/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ClientRuntimeSelectionWidget.java,v >retrieving revision 1.7 >diff -u -r1.7 ClientRuntimeSelectionWidget.java >--- src/org/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ClientRuntimeSelectionWidget.java 19 Jul 2005 22:57:43 -0000 1.7 >+++ src/org/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ClientRuntimeSelectionWidget.java 30 Aug 2005 22:18:18 -0000 >@@ -11,7 +11,6 @@ > package org.eclipse.jst.ws.internal.consumption.ui.widgets.runtime; > > import org.eclipse.jst.ws.internal.consumption.ui.common.ValidationUtils; >-import org.eclipse.jst.ws.internal.consumption.ui.wizard.ClientProjectTypeRegistry; > import org.eclipse.jst.ws.internal.data.TypeRuntimeServer; > import org.eclipse.jst.ws.internal.ui.common.UIUtils; > import org.eclipse.swt.SWT; >@@ -199,7 +198,6 @@ > > public SelectionListChoices getRuntime2ClientTypes() > { >- ClientProjectTypeRegistry registry = ClientProjectTypeRegistry.getInstance(); > > String runtime = runtimeWidget_.getTypeRuntimeServer().getRuntimeId(); > String clientProject = projectWidget_.getProjectChoices().getList().getSelection(); >@@ -344,8 +342,14 @@ > ValidationUtils valUtils = new ValidationUtils(); > if (clientProjects != null) > { >- String clientEARName = getClientEarProjectName(); >- String clientProjName = getClientProjectName(); >+ String clientEARName = projectWidget_.getEarProjectName(); >+ if (clientEARName == null){ >+ clientProjects.getChoice().getList().getSelection(); >+ } >+ String clientProjName = projectWidget_.getProjectName(); >+ if (clientProjName == null){ >+ clientProjName = clientProjects.getList().getSelection(); >+ } > > String clientCompName = projectWidget_.getComponentName(); > String clientEARCompName = projectWidget_.getEarComponentName();
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 100677
:
24987
|
24988
|
24989
|
24990
|
26662
|
26663
|
26664
| 26665