Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stp-dev] Add function for SOAS to support undeploy package from server, bugId:162516

I create a patch for https://bugs.eclipse.org/bugs/show_bug.cgi? id=162516 , to make SOAS support undeploy action to remove service componemnts from server.
To implement this function :

1). Add a button "Undeploy Packages" on Configuration page in DeployEditor, 2). Add two method to the interface "org.eclipse.stp.soas.deploy.core.IDeploySession" , void undeploy(IPackageOutputDescriptor descriptor) throws Exception IStatus[] preUndeployCheck(IPackageOutputDescriptor descriptor);

Thanks for the patch, Denny! I've attached the patch file to the bugzilla entry, which is the way to go for any new patches - it helps us keep track
and keep a good history!

 cheers
  --oh


Back to the top