New Participant
January 11, 2016
Solved
automating multiple digital asset upload
- January 11, 2016
- 7 replies
- 1433 views
We are using AEM 6.1.
We tried the solution based on https://helpx.adobe.com/experience-manager/using/multiple-digital-assets.html
We customized HandleFile.java a bit (just one line). It is attached here. HandleFile.java has a method writetoClintLib and it fails with NullPointerException at ResourceResolver resourceResolver = resolverFactory.getAdministrativeResourceResolver(null);
Seems like injection for ResourceResolverFactory is not working, but not sure why.