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

Asutosh_Jena_
Asutosh_Jena_
Online

Badges

Badges
44

Accepted Solutions

Accepted Solutions
341

Likes Received

Likes Received
1183

Posts

Posts
1139

Discussions

Discussions
182

Questions

Questions
957

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Asutosh_Jena_
Customize the badges you want to showcase on your profile
Re: How to use dependency classes in AEM as a cloud - Adobe Experience Manager 03-01-2022
Hi @Ezhilcloud You need to add the dependency in 2 different location i.e., Parent POM.XML and Core POM.XML Parent POM.XML commons-beanutils commons-beanutils 1.9.4 Core POM.XML commons-beanutils commons-beanutils There is no different between AEM as Cloud and AEM on premise dependency management! I just did it on my AEM as Cloud and it works perfectly fine! Hope this helps! Thanks!

Views

479

Like

1

Replies

13
Re: Content Disposition on AEM as Cloud - Adobe Experience Manager 28-12-2021
@Kishore_Kumar_ Thanks for the response. I was looking for any type of OSGi config without updating anything on the dispatcher but it does not look like an option in AEM as Cloud Service anymore!

Views

744

Likes

0

Replies

0
Content Disposition on AEM as Cloud - Adobe Experience Manager 28-12-2021
I am trying to open the PDFs in browser instead of downloading the PDF.So far I have configured the ContentDispositionFilter with the below properties and it works perfectly fine.{ "sling.content.disposition.paths": "/content/*:application/pdf", "sling.content.disposition.all.paths": "false"}When I check the same functionality on AEM as Cloud I see the below additional headers are added and the PDF is downloaded.content-disposition:attachment; filename="Z571_MPS130_01eA.pdf"; filename*=UTF-8''Z5...

Views

759

Likes

0

Replies

3
Re: Configuring Root path for a Tagpicker - Adobe Experience Manager 27-12-2021
Hi @rasikawanjari You should be able to use rootPath property for the same. cq/gui/components/coral/common/form/tagfieldrootPath="/content/cq:tagsLink for reference:https://www.adobe.io/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/picker/index.html Thanks!

Views

194

Like

1

Replies

0
Re: (Tips) How To Pass Adobe Experience Manager AD0-E121 Exam? - Adobe Experience Manager 23-12-2021
@Sophiamiaa Please do not post these type of article which all are not valid. @kautuk_sahni we need to remove this post as the URL says www.adobe and it has a different URL embedded into it. @Singh_Jagpreet

Views

33

Likes

0

Replies

0
Re: AEM author fail to start with jvm error - Adobe Experience Manager 23-12-2021
Hi @subrato_kha If you are using AEM 6.5 then you can use the below command to start AEM. java -jar AEM_6.5_Quickstart.jar -r author -Xmx2048m -XX:+UseParallelGC --add-opens=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=AL...

Views

914

Like

1

Replies

0
Re: Set Up Dispatcher on Linux - AEM as Cloud - Adobe Experience Manager 23-12-2021
Never mind. I was able to resolve it by using the docker configuration as below. ./bin/docker_run.sh : Thanks!

Views

215

Like

1

Replies

0
Set Up Dispatcher on Linux - AEM as Cloud - Adobe Experience Manager 23-12-2021
I was trying to setup a replica of dispatcher on a Linux environment same as how we have on AEM as Cloud. I was able to extract the files using the below command:./aem-sdk-dispatcher-tools--unix.sh Can someone tell me what are the next steps to configure the dispatcher on Linux? When I ran "validate.sh src/dispatcher" it gives the below error: Phase 1: Dispatcher validatorCloud manager validator 2.0.342021/12/23 13:23:21 stat src/dispatcher: no such file or directory Followed the steps mentioned...

Views

220

Likes

0

Replies

1
request_for_activation workflow on AEM as Cloud - Adobe Experience Manager 20-12-2021
Hello Everyone, Hope everyone is doing good! I was trying to modify the OOTB request for activation workflow and while building the code for AEM as Cloud Service I am getting the below error. +- /conf/global/settings/workflow/models/request_for_activation/jcr:content [restricted resource type]: /libs/cq/workflow/components/pages/model is marked INTERNAL [ui-content-0.0.1-SNAPSHOT.zip]** Violations were reported at or above severity: MAJOR ** The resource type that is being used is:sling:resourc...

Views

162

Likes

0

Replies

2
Re: AEM Cloud Service | Getting geo location header in publish - Adobe Experience Manager 07-12-2021
Hi @selvendranr9588 Could you please provide some more informaiton regarding the use case that you want to achieve using these headers from clientside?

Views

150

Like

1

Replies

1