atom feed1 message in org.apache.servicemix.usersRe: How to undeploy a SA in serviceMix
FromSent OnAttachments
stlechoAug 8, 2008 7:20 am 
Subject:Re: How to undeploy a SA in serviceMix
From:stlecho (stle@gmail.com)
Date:Aug 8, 2008 7:20:36 am
List:org.apache.servicemix.users

Has the "jbi:projectUndeploy support" been implemented in the mean time ?

rgavlin wrote:

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 <free@gmail.com> To: use@servicemix.apache.org 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 <gane@gmail.com>:

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 <lars@alice-dsl.net>:

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.

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