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 24990 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), 1.47 KB, created by
Seng Phung Lu
on 2005-07-19 12:58:03 EDT
(
hide
)
Description:
ws consumption ui patch
Filename:
MIME Type:
Creator:
Seng Phung Lu
Created:
2005-07-19 12:58:03 EDT
Size:
1.47 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.6 >diff -u -r1.6 ClientRuntimeSelectionWidget.java >--- src/org/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ClientRuntimeSelectionWidget.java 10 Jun 2005 18:05:19 -0000 1.6 >+++ src/org/eclipse/jst/ws/internal/consumption/ui/widgets/runtime/ClientRuntimeSelectionWidget.java 19 Jul 2005 16:54:24 -0000 >@@ -344,8 +344,14 @@ > ValidationUtils valUtils = new ValidationUtils(); > if (clientProjects != null) > { >- String clientEARName = clientProjects.getChoice().getList().getSelection(); >- String clientProjName = clientProjects.getList().getSelection(); >+ 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