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 35109 Details for
Bug 119111
Exception with web service wizards when no server runtime installed
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]
apply to org.eclipse.wst.ws
patch119111_o.e.wst.ws.txt (text/plain), 3.43 KB, created by
Rupam Kuehner
on 2006-02-21 19:24:18 EST
(
hide
)
Description:
apply to org.eclipse.wst.ws
Filename:
MIME Type:
Creator:
Rupam Kuehner
Created:
2006-02-21 19:24:18 EST
Size:
3.43 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.ws >Index: src/org/eclipse/wst/ws/internal/extensions/DeployClientFragment.java >=================================================================== >RCS file: /cvsroot/webtools/wst/components/ws/plugins/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/extensions/DeployClientFragment.java,v >retrieving revision 1.6 >diff -u -r1.6 DeployClientFragment.java >--- src/org/eclipse/wst/ws/internal/extensions/DeployClientFragment.java 4 Nov 2005 22:18:37 -0000 1.6 >+++ src/org/eclipse/wst/ws/internal/extensions/DeployClientFragment.java 22 Feb 2006 00:24:59 -0000 >@@ -1,12 +1,15 @@ > /******************************************************************************* >- * Copyright (c) 2005 IBM Corporation and others. >+ * Copyright (c) 2005, 2006 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html >- * >+ * > * Contributors: >- * IBM Corporation - initial API and implementation >+ * IBM Corporation - initial API and implementation >+ * yyyymmdd bug Email and other contact information >+ * -------- -------- ----------------------------------------------------------- >+ * 20060221 119111 rsinha@ca.ibm.com - Rupam Kuehner > *******************************************************************************/ > > package org.eclipse.wst.ws.internal.extensions; >@@ -36,7 +39,7 @@ > { > ICommandFactory factory = null; > >- if( webServiceClient_ == null ) >+ if( webServiceClient_ == null || !context_.getDeploy()) > { > factory = new SimpleCommandFactory( new Vector() ); > } >Index: src/org/eclipse/wst/ws/internal/extensions/DeployServiceFragment.java >=================================================================== >RCS file: /cvsroot/webtools/wst/components/ws/plugins/org.eclipse.wst.ws/src/org/eclipse/wst/ws/internal/extensions/DeployServiceFragment.java,v >retrieving revision 1.6 >diff -u -r1.6 DeployServiceFragment.java >--- src/org/eclipse/wst/ws/internal/extensions/DeployServiceFragment.java 4 Nov 2005 22:18:37 -0000 1.6 >+++ src/org/eclipse/wst/ws/internal/extensions/DeployServiceFragment.java 22 Feb 2006 00:24:59 -0000 >@@ -1,12 +1,15 @@ > /******************************************************************************* >- * Copyright (c) 2005 IBM Corporation and others. >+ * Copyright (c) 2005, 2006 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html >- * >+ * > * Contributors: >- * IBM Corporation - initial API and implementation >+ * IBM Corporation - initial API and implementation >+ * yyyymmdd bug Email and other contact information >+ * -------- -------- ----------------------------------------------------------- >+ * 20060221 119111 rsinha@ca.ibm.com - Rupam Kuehner > *******************************************************************************/ > > package org.eclipse.wst.ws.internal.extensions; >@@ -36,7 +39,7 @@ > { > ICommandFactory factory = null; > >- if( webService_ == null ) >+ if( webService_ == null || !context_.getDeploy()) > { > factory = new SimpleCommandFactory( new Vector() ); > }
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 119111
: 35109 |
35110
|
35111
|
35112
|
35113