I'm using AEM 6.5 and currently we are using SP1 and we are upgrading to SP7 now.Hence, in the process of uber-jar version upgrade. I have updated to below version in my pom.xml of the project as below.<dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>...
Hello All - I am getting the below error because of that, OSGi bundle is not starting. org.jsoup,version=[1.9,2) -- Cannot be resolvedorg.jsoup.nodes,version=[1.9,2) -- Cannot be resolvedorg.jsoup.select,version=[1.9,2) -- Cannot be resolved Basically I just wanted to include JSOUP jar that should b...
Hello All - I am running into issues with deploying/installing the bundle. I generated the maven project using the latest version 23. While installing the bundle via maven, I am getting this "is not an OSGi Bundle, not uploading". I have verified the MANIFEST.MF file and it has all the information f...
hi team, I have created one IMS configuration in AEM for Adobe Target (using Security -> Adobe IMS Configurations). Please let me know how it can be used in different environments. Suppose if I have two dev env, I need to use the same IMS config of target which is created in one of the env's.
I am having a LoginException when loading mock data while testing a servlet using AEMContext in a JUnit test. I want to load a sample node without an exception. I am using AEMContext within a JUnit test for a servlet. public final AemContext context = new AemContext(ResourceResolverType.JCR_MOCK);...
Hi there, I hope everyone is safe! I've been asking myself this question for some days now. Can I set up an instance on Google Cloud Platform and run AEM, right? Does someone implement this before? What challenges did you face? Can I do it for testing purposes under my developer license?
Hi everyone, We have the following scenario in place:We want to create a MyItems listing pageEvery MyItem consists of a page containing (among others)MyItem Banner componentMyItem Config componentIn the listing page, we need to query against and extract facets fromMyItem Banner component propsMyItem...
Hi I want to activate page through workflow in aem 6.5. I have created a java class and added following line:"replicator.replicate(session, ReplicationActionType.ACTIVATE, payloadPath);"still page is not activating. Any idea what needs to be done? RegardsRK
Hi All, We have an issue where launchers are not getting triggered in publish instance but works fine on author instance. There are no errors in log files and we have also set loggers for below com.adobe.granite.workflow.corecom.adobe.granite.workflow.core.launcher but still there is no useful info....
Hi All,I am planning to whitelist IP ranges in my dispatcher .Please find below example: 12.122.117.0-13.122.157.25512.122.158.0-12.122.187.255 So,how could I Whitelist the above IP ranges in my project whitelist files.Kindly let me know you thoughts.Thanks