Hi,while i am trying to get current node value by mocking node class and ResourceResolver class I am getting nullPointerException over there.Exception is raising from getResource() method. Here is my actual class codepublic class Myclass extends WCMUse {public void activate() throws Exception {Node ...
Hi folks,I´m just exploring the Adobe AEM / DAM documentation because we´re talking about to use Adobe DAM / Asset or Assets on Demand in our company. Besides that, we have a PIM system (Product Information Management) where we manage our product data with multimedia files. The idea is to manage all...
I have implemented AEM's built in targeting engine on my site and when i went to view how many times each segment inside a campaign was viewed they all said 0. Is there something i am not implementing in order to get this data? Thank you very much.
We were experiencing issues with the 1280px rendition of DAM assets, and since nobody wanted those renditions, we have decided to modify the Update Asset workflow to remove the "Create Web Enabled Rendition" step. What is the best way to persist this change as part of our project, so that the chang...
Hi All,Suppose I create a bundle with CRXDE. What does the .bnd file contain?a] Extra metadata about the bundle used by the CRXDE build process.b]The compilation and deployment steps of the bundlec]The Activator class to notify start and stop eventsCan any one let me know which one of the above is c...
Hi All,I am facing few JSP issues after migrating from CRX2 to OAK .I performed deleting sub folders under /var/classes and /var/clientlibs . But still issue exist.Can you please let me know how to perform recompilation from OSGI console???
Hi all ,Wanted to get your thoughts on this. We have have multiple publishers and each publisher is attached to individual dispatchers. Each dispatcher has their own separate cache directory (DOC ROOT). We are thinking to have just one common cache directory (say a network drive) for all these dispa...
Am building a project and it needs showing me the following errors on the console. Imported Packagescom.cognifide.slice.api.injector,version=[4.1,5) -- Cannot be resolvedcom.cognifide.slice.commons,version=[4.1,5) -- Cannot be resolvedcom.cognifide.slice.cq.module,version=[1.0,2) -- Cannot be ...
Hello,Can the dispatcher be configured to cache requests to custom servlets? Is this standard practice?Is it typical for the dispatcher to cache publish instance requests to custom servlets that return a JSON repsonse?Thanks
Hi, I am trying to read all meta tag values added to an asset.I used the following code snippet to read 1.Reading tags by the following method asset.getMetadatavalue("cq:tags") 2. Having an array of shorthand tag ids added. 3. Used the for loop to iterate over tag ids and used "re...