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 26663 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]
axis.creation.ui patch
jst.ws.axis.creation.ui_patch.txt (text/plain), 3.67 KB, created by
Seng Phung Lu
on 2005-08-30 18:21:12 EDT
(
hide
)
Description:
axis.creation.ui patch
Filename:
MIME Type:
Creator:
Seng Phung Lu
Created:
2005-08-30 18:21:12 EDT
Size:
3.67 KB
patch
obsolete
>Index: src/org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisWebService.java >=================================================================== >RCS file: /home/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.axis.creation.ui/src/org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisWebService.java,v >retrieving revision 1.11 >diff -u -r1.11 AxisWebService.java >--- src/org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisWebService.java 18 Aug 2005 18:41:30 -0000 1.11 >+++ src/org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisWebService.java 30 Aug 2005 22:17:46 -0000 >@@ -3,6 +3,7 @@ > import java.util.Vector; > > import org.eclipse.jst.ws.internal.axis.consumption.core.command.AxisDeployCommand; >+import org.eclipse.jst.ws.internal.axis.consumption.core.command.GeronimoAxisDeployCommand; > import org.eclipse.jst.ws.internal.axis.consumption.core.command.Java2WSDLCommand; > import org.eclipse.jst.ws.internal.axis.consumption.core.command.WSDL2JavaCommand; > import org.eclipse.jst.ws.internal.axis.consumption.ui.task.CopyAxisJarCommand; >@@ -142,7 +143,12 @@ > } else {// For BOTTOM_UP and TOP_DOWN > commands.add(new AxisRunInputCommand(this, project, module)); > // commands.add(new StartProjectCommand(module)); >- commands.add(new AxisDeployCommand()); >+ if (getWebServiceInfo().getServerFactoryId().equals("org.eclipse.jst.server.geronimo.10")) { >+ commands.add(new GeronimoAxisDeployCommand(project, module)); >+ } >+ else { >+ commands.add(new AxisDeployCommand()); >+ } > commands.add( new CopyDeploymentFileCommand( project, module ) ); > commands.add(new RefreshProjectCommand()); > if (ctx.getScenario().getValue() == WebServiceScenario.TOPDOWN) { >@@ -232,9 +238,13 @@ > > // Run extension > >- //AxisDeployCommand >+ // GeronimoAxisDeployCommand >+ registry.addMapping(AxisRunInputCommand.class, "JavaWSDLParam", GeronimoAxisDeployCommand.class); >+ >+ //AxisDeployCommand > registry.addMapping(AxisRunInputCommand.class, "JavaWSDLParam", AxisDeployCommand.class); >- //RefreshProjectCommand >+ >+ //RefreshProjectCommand > registry.addMapping(AxisRunInputCommand.class, "ServerProject", RefreshProjectCommand.class, "Project", new StringToIProjectTransformer()); > > >@@ -293,18 +303,15 @@ > // BuildProjectCommand > dataRegistry.addMapping(TDAxisInputCommand.class, "ServerProject", BuildProjectCommand.class, "Project", projectTransformer); > >- // StartProjectCommand >-// dataRegistry.addMapping(TDAxisInputCommand.class, "ServerProject", StartProjectCommand.class, "ServiceProject", projectTransformer); >-// dataRegistry.addMapping(TDAxisInputCommand.class, "ServerServer", StartProjectCommand.class, "ServiceExistingServer", new ServerName2IServerTransformer()); >-// dataRegistry.addMapping(CopyAxisJarCommand.class, "ProjectRestartRequired", StartProjectCommand.class, "IsWebProjectStartupRequested", null); >- >+ // GeronimoAxisDeployCommand >+ dataRegistry.addMapping(WSDL2JavaCommand.class, "JavaWSDLParam", GeronimoAxisDeployCommand.class); >+ > // AxisDeployCommand > dataRegistry.addMapping(WSDL2JavaCommand.class, "JavaWSDLParam", AxisDeployCommand.class); > > // AxisOutputCommand > dataRegistry.addMapping(Skeleton2WSDLCommand.class, "WsdlURI", AxisOutputCommand.class); > dataRegistry.addMapping(WSDL2JavaCommand.class, "JavaWSDLParam", AxisOutputCommand.class); >-// dataRegistry.addMapping(AxisSkeletonDefaultingCommand.class, "WebServicesParser", AxisOutputCommand.class); > > // ComputeAxisSkeletonBeanCommand > dataRegistry.addMapping(WSDL2JavaCommand.class, "JavaWSDLParam", ComputeAxisSkeletonBeanCommand.class);
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