It would be great if the maven-jbi-plugin provided jbi:projectUndeploy support rather than forcing a user to resort to ant for this task. Should I open a JIRA for this feature?
- Ron ----- Original Message ---- From: Freeman Fang <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, April 16, 2008 11:47:30 PM Subject: Re: How to undeploy a SA in serviceMix Hi Jackey, It should be undeploy-service-assemply, for example ant -f servicemix-ant-task.xml -Dsm.service.assembly.name=your.assembly.name undeploy-service-assemply, the README of ant folder is more accurate. The wiki might be a little bit out of date, so probably you can update wiki after you verify how the ant task works, :-) Cheers Freeman Jackey Ding wrote: > hi Freeman, > > Thanks for you reply. > > On the website I find there has a ServiceMix Ant Task called > undeployserviceassemblytask that can undeploy sa. And I follow your > instruction looking forward the ant build file under SERVICEMIX_HOME/ant/ > folder, But I can't find that task. Do I get it wrong or there is some > mistake on the website. I am using servicemix 3.2.1. > > hi navigator09, > > I get it done following your instruction, thank you very much. > > Jackey > > 2008/4/17, navigator09 <[EMAIL PROTECTED]>: > >> if you are using mvn jbi:projectDeploy, then you can manually undeploy >> using >> the following steps >> >> 1. Stop servicemix >> 2. Go to folder <servicemixhome>/data/smx/serviceassemblies and delete the >> sa. >> 3. Restart the server >> >> navigator09 >> >> >> Jackey Ding wrote: >> >>> Hi, >>> >>> I am using mvn jbi:projectDeploy to deploy the SA, but I can't find the >>> undeploy command. >>> >>> >>> Jackey >>> >>> 2008/4/17, Lars Heinemann <[EMAIL PROTECTED]>: >>> >>>> If you copied the SA into the hotdeploy folder you can just delete it >>>> from >>>> there. >>>> There is also a maven undeploy task, but I can't remember the syntax >>>> >> now. >> >>>> Lars >>>> >>>> >>>> Jackey Ding schrieb: >>>> >>>> >>>>> hi, >>>>> >>>>> I want to know how to undeploy a SA in serviceMix. I looked over >>>>> tutorials >>>>> and user guide and not find that. >>>>> >>>>> Thanks & best regards >>>>> Jackey >>>>> >>>>> >>>>> >>>>> >>>> >>> >> -- >> View this message in context: >> http://www.nabble.com/How-to-undeploy-a-SA-in-serviceMix-tp16736845p16737997.html >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> >> > >
