Expand my Community achievements bar.

Removing Application using removeApplication

Avatar

Level 2

Hi,

Anyone get confuse by the function 'removeApplication'?

LiveCycle ES2 SP2

I am trying to use the 'removeApplication' function of 'com.adobe.idp.applicationmanager.client.ApplicationManager' to remove an Application.

However the specified application is only undeployed and is still listed in the Administration Console - 'LiveCycle Applications (9.x)' tab.

The application can be manually remove through the Administration Console.

Is there a way to remove the application programmatically?

Thanks in Advance.

Ryan

3 Replies

Avatar

Level 2

Use 'removeApplication' based on the application id to "Undeploy" the Application, not able to do it at Application Version level.

Next use 'deleteResource' to delete the undeployed Application folders '/Applications/App"

But after some thinking, this aproach might left behind something at the backend which i am not aware of.

Please help to verify if this approach is acknowledge by Adobe, Thanks.

If a particular application version can be remove though AdminUI, i believe that there are methods or approach to really remove a specific application based on its version.

Will you be able to let me know how it can be achieve?

Thanks

Ryan