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 33471 Details for
Bug 117930
AddModuleDependenciesCommand needs to add Java/Utility project to EAR
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]
There were some class cast exceptions in axis
org.eclipse.jst.ws.axis.consumption.ui (text/plain), 2.57 KB, created by
Gilbert Andrews
on 2006-01-23 13:11:52 EST
(
hide
)
Description:
There were some class cast exceptions in axis
Filename:
MIME Type:
Creator:
Gilbert Andrews
Created:
2006-01-23 13:11:52 EST
Size:
2.57 KB
patch
obsolete
>Index: src/org/eclipse/jst/ws/internal/axis/consumption/ui/command/DefaultsForClientJavaWSDLCommand.java >=================================================================== >RCS file: /home/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/command/DefaultsForClientJavaWSDLCommand.java,v >retrieving revision 1.17 >diff -u -r1.17 DefaultsForClientJavaWSDLCommand.java >--- src/org/eclipse/jst/ws/internal/axis/consumption/ui/command/DefaultsForClientJavaWSDLCommand.java 8 Nov 2005 17:56:11 -0000 1.17 >+++ src/org/eclipse/jst/ws/internal/axis/consumption/ui/command/DefaultsForClientJavaWSDLCommand.java 23 Jan 2006 18:04:57 -0000 >@@ -11,6 +11,7 @@ > package org.eclipse.jst.ws.internal.axis.consumption.ui.command; > > >+import org.eclipse.core.resources.IContainer; > import org.eclipse.core.resources.IFolder; > import org.eclipse.core.resources.IProject; > import org.eclipse.core.resources.IResource; >@@ -66,7 +67,7 @@ > javaWSDLParam_.setJavaOutput(output); > > >- IFolder webModuleContainer = ResourceUtils.getWebComponentServerRoot(proxyProject_); >+ IContainer webModuleContainer = ResourceUtils.getWebComponentServerRoot(proxyProject_); > if (webModuleContainer !=null) > { > IPath webModulePath = webModuleContainer.getFullPath(); >Index: src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanInfo.java >=================================================================== >RCS file: /home/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.axis.consumption.ui/src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanInfo.java,v >retrieving revision 1.20 >diff -u -r1.20 Stub2BeanInfo.java >--- src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanInfo.java 30 Nov 2005 20:36:21 -0000 1.20 >+++ src/org/eclipse/jst/ws/internal/axis/consumption/ui/task/Stub2BeanInfo.java 23 Jan 2006 18:04:58 -0000 >@@ -20,6 +20,7 @@ > import java.util.StringTokenizer; > import java.util.Vector; > >+import org.eclipse.core.resources.IContainer; > import org.eclipse.core.resources.IFolder; > import org.eclipse.core.resources.IProject; > import org.eclipse.core.resources.IResource; >@@ -175,7 +176,7 @@ > if (mn!=null) > { > sourceFolderPath = ResourceUtils.getJavaSourceLocation(clientProject_); >- IFolder sourceFolder = (IFolder)ResourceUtils.findResource(sourceFolderPath); >+ IContainer sourceFolder = (IContainer)ResourceUtils.findResource(sourceFolderPath); > filePath = sourceFolder.getFile(new Path(sb.toString())).getFullPath(); > } > else
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 117930
:
31342
|
33471
|
33472
|
33788