Hi,
I have an AMP module component which creates some spaces and files under company_home in bootstrapping. Its working fine, but my issue is i've set the property "executeOnceOnly" = "false" , it means this module will be executed each time alfresco restarts (right?)
So upon next restart, it throws exception that space name already exists, which is true because alfresco has already created the required spaces & files.
Is there any way i can control this that if specific spaces/files does not exists then create otherwise just continue.