AEM - package garbage collection not working for me
hi folks,
I want to delete old packages so I created this osgi configuration for my server
com.adobe.acs.commons.packagegarbagecollector.PackageGarbageCollectionConfig.xml
I entered the following XML, intending to delete the packages in my_packages group older than 30 days every hour.
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="sling:OsgiConfig" scheduler="0 0 0/1 1/1 * ? *" maxAgeInDays="30" groupName="my_packages removeNotInstalledPackages="false"/>However, after the code is deployed, the hour has come and gone and no sign of any INFO statements in the logs indicating that it has deleted the packages.
All I see is this.
*INFO* [JcrInstaller.1] org.apache.sling.installer.provider.jcr.impl.JcrInstaller Registering resource with OSGi installer: [InstallableResource, priority=202, id=/apps/zzz/config.author.dev/com.adobe.acs.commons.packagegarbagecollector.PackageGarbageCollectionConfig, InstallableResource, priority=202, id=/apps/zzz/config.author.dev/com.day.cq.commons.impl.ExternalizerImpl, InstallableResource, priority=202, id=/apps/zzz/config.author.dev/com.adobe.acs.commons.wcm.impl.SiteMapServlet-sample, InstallableResource, priority=202, id=/apps/zzz/config.author.dev/com.zzz.filter.zzzRequestFilter]
any ideas anyone?
thanks
Fiona