Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

vdhim23
vdhim23
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
9

Likes Received

Likes Received
1

Posts

Posts
135

Discussions

Discussions
17

Questions

Questions
118

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vdhim23
Customize the badges you want to showcase on your profile
Layout container drag and drop issue - Adobe Experience Manager 17-09-2018
Hi,I am trying to use layout container and facing some issues during implementation. Below are the steps I used.I am using layout container - root in my editable template.Click on the policy icon as shown below.Selected only layout container from General Group and given the name of policy "policyA" and submit Added the layout container in Layout Container [Root]In next step, I can see two container with two parsys.Unlock the child layout container.Set the policy for inner layout container And se...

Views

2.2K

Likes

0

Replies

3
Re: How to prevent call /libs/cq/i18n/dict.en-us.json to download I18N - Adobe Experience Manager 26-04-2018
I believe call such as /libs/cq/i18n/dict.en-us.json not consider to be secure one. Please correct me If i am wrong?Thanks

Views

1.8K

Likes

0

Replies

0
Re: How to prevent call /libs/cq/i18n/dict.en-us.json to download I18N - Adobe Experience Manager 26-04-2018
MY translations are getting pick from right location say /apps. Only change i want to bind the servlet /etc or /apps. As this is no mean because its just binding with some name. But if I want to alter this, how can i do?

Views

1.8K

Likes

0

Replies

0
Re: How to prevent call /libs/cq/i18n/dict.en-us.json to download I18N - Adobe Experience Manager 25-04-2018
I have overlayed this structure already. But if we check over the OOTB servlet which returns the I18N keys in json. it is something like as below.package com.adobe.granite.i18n.impl;@Component@Service({Servlet.class})@Properties({@Property( name = "service.description", value = {"ResourceBundle Renderer Servlet"}), @Property( name = "sling.servlet.paths", value = {"/libs/cq/i18n/dict"})})public class ResourceBundleExportServlet extends SlingSafeMethodsServlet {So shall i need to update OOTB func...

Views

1.8K

Likes

0

Replies

0
How to prevent call /libs/cq/i18n/dict.en-us.json to download I18N - Adobe Experience Manager 25-04-2018
Hi,In our project, to download i18n key/messages there is call of /libs/cq/i18n/dict.en-us.json. Now I want to use /apps/cq/i18n/dict.en-us.json . How can I achieve this.Thanks,

Views

3.3K

Likes

0

Replies

10
Image Compression in AEM - Adobe Experience Manager 17-04-2018
Hi,I am using ImageQuick Tool to compress the DAM images. I am using below snippet for conversion.try { System.out.println(" Image is Processing :: " + assetDetails.getName() + "Original Size :: " + assetDetails.getSize()); ProcessBuilder pb = new ProcessBuilder("C:\\Program Files\\ImageMagick-6.9.9-Q16\\convert.exe", "-quality", "85%", assetDetails.getAssetNode().getPath(), assetDetails.getAssetNode().getPath()); pb.redirectErrorStream(true); Process p = pb.start(); BufferedReader br = new Buff...

Views

2.5K

Likes

0

Replies

1
Compare Sizes Of Assets - Adobe Experience Manager Assets 16-04-2018
Hi,I want to compare the size of asset as below :AssetDetails asset = new AssetDetails(assetResource);if(asset.getSize() < 200KB) { // Do Something}As size returns string, so can't use this syntax. Any idea to compare the size of assets in AEM?Thanks,

Views

1.8K

Likes

0

Replies

1
Integration with ImageMagick - Adobe Experience Manager 13-04-2018
Hi,I am doing the ImageMagick integration with AEM in order to compress images. AEM version i am using 6.0 with SP3.I have updated the DAM Asset Workflow.Changed EPS thumbnails (powered by ImageMagick) Step as follows :Web enabled rendition process step is as follows :Problem :Image size does not getting compress even increasing from 206KB to 208KB.AEM Logs says ImageQuick processing the image, but size not reducing:13.04.2018 15:05:43.111 *INFO* [JobHandler: /etc/workflow/instances/server0/2018...

Views

674

Likes

0

Replies

0
java.lang.VerifyError: AEM Mock - Adobe Experience Manager 26-06-2017
Hi,I am having below line in my test case. Page page = context.pageManager().create("/content/sample/en", "test1","/apps/sample/templates/homepage", "title1");But I am getting below error when execute:java.lang.VerifyError: (class: com/day/cq/wcm/api/WCMException, method: signature: (Ljava/lang/Throwable;)V) Constructor must call super() or this()Below is the document I am refering :Usage | AEM MocksHow can i solve that issue.Thanks,

Views

885

Likes

0

Replies

1
Constructor must call super() or this() Junit - Adobe Experience Manager 14-06-2017
Hi, I am trying to execute simple test case, but getting an error. Below is my test case :@Rulepublic AemContext context = new AemContext();@Testpublic void test() throws Exception { Resource currentResource = context.create().resource("/content/app/en-us/page", "jcr:title", "Title Page", "width", "5","height","9"); inheritanceValueMap = Mockito.spy(new HierarchyNodeInheritanceValueMap(currentResource)); Assert.assertThat(inheritanceValueMap.getInherited("width", StringUtils.EMPTY), Is.is("5"));...

Views

2.6K

Like

1

Replies

2
Likes given to
Likes from