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 fromserver, bugId:162516

Title: Add function for SOAS to support undeploy package from server, bugId:162516
Hi Denny,
 
I have reviewed and applied the patch on behalf of you.
 
Thank you for the help.
 
Regards
 
Johnson
----- Original Message -----
Sent: Tuesday, April 17, 2007 2:21 PM
Subject: [stp-dev] Add function for SOAS to support undeploy package fromserver, bugId:162516


Hi all

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);

Can anybody take a look please?

Thanks
Denny

<<patch_for_undeploy.txt>>


_______________________________________________
stp-dev mailing list
stp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stp-dev

Back to the top