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

Nirmal_Jose
Nirmal_Jose
Online

Badges

Badges
37

Accepted Solutions

Accepted Solutions
64

Likes Received

Likes Received
157

Posts

Posts
225

Discussions

Discussions
50

Questions

Questions
176

Ideas

Ideas
5

Blog Posts

Blog Posts
1
Top badges earned by Nirmal_Jose
Customize the badges you want to showcase on your profile
Re: Perfect AEM deploy to PRD ? - Adobe Experience Manager 27-05-2019
1. Ensure you have a good versioning strategy for your bundles as felix has a way of picking priority. Ideally you may not need the restart step as felix should refresh itself.2. Your pipeline is of good standards. It will be good to see the timeline breakdown of these steps in the 3 hours to understand which step is taking time.

Views

1.7K

Likes

0

Replies

0
Re: sling servlet - Adobe Experience Manager 24-10-2018
Hi,Below servlet upload an Assets in JCR, similarly you can add node by using JCR Node API.// Store content Session session = request.getResourceResolver().adaptTo(Session.class); Node adobe = req.getResourceResolver().getResource("/parent/node/path").adaptTo(Node.class);Node day = adobe.addNode("adobe");day.setProperty("message", "Adobe Experience Manager is part of the Adobe Digital Marketing Suite!");session.save();aem63app-repo/UploadAssets.java at master · arunpatidar02/aem63app-repo · GitH...

Views

332

Like

1

Replies

0
Re: AEM 6.2 to 6.4 In-Place upgrade - Adobe Experience Manager 10-10-2018
After pre upgrade steps1. place the 6.4 jar from package share in the same path as 6.2 jar. Delete the 6.2 jar.2. run 'java -Xmx4096m -jar aem-quickstart.jar -unpack3. I replaced crx2oak in /crx-quickstart//opt/extensions with latest version of it.4. ran content migration in local using java -Xmx4096m -jar aem-quickstart.jar -v -x crx2oak -xargs -- --load-profile segment-custom-ds5. execute upgrade by java -jar aem-quickstart.jar -r author,nosamplecontent,crx3,crx3tar,crx3tar-nofds -p4502 (crx3t...

Views

6.8K

Likes

0

Replies

0
Re: restricting cq:dialog options on included child components - Adobe Experience Manager 14-08-2018
Hi,Yes ,we do the same approach as Scott suggested.First copy the JCR Dialog from the title component to your new component and modify according as per your requirement.Hope this helps!!Thanks,Ratna Kumar.

Views

875

Likes

0

Replies

0
Re: Upgrade from 6.2 to 6.4 not completing - Adobe Experience Manager 08-12-2018
Glad that you could solve it. Can you raise a Daycare ticket and report this issue about the problem in the documentation? Thanks for reporting back,Jörg

Views

323

Likes

0

Replies

0
Re: RTE tools disappear - Adobe Experience Manager 08-05-2018
Hi,Even i faced the same problem but we resolved this issue by following this steps.Rte Fixes: so that plugins dont disappear Firstly you need to have this1)aem-service-pkg -6.3.1 --sp12)cq-6.3.0-featurepack-20593-1.8 -- fp13) Install AEM CFP 6.3.1.2​ by following the steps in this link.4) Go to this location and change a line in CRXDE/libs/clientlibs/granite/richtext/js/rte/CUI.RichText.js/config = config ? config : {}; //instead of thisconfig = $.extend(true, {}, config); //use thisSo, they re...

Views

1.6K

Like

1

Replies

0
Feature toggling in AEM - Adobe Experience Manager 21-02-2018
I want to implement a CI/CD process in our AEM Project. As part of that, we want to go a gitFlow branching strategy (Gitflow Workflow | Atlassian Git Tutorial ) - trunk based development approach. We want to enable dark launching (Hammering Usernames ) where we separate deployment and release and the crucial bit for this is feature toggling / flag.Our AEM implementation normal feature stories include simple dialog field changes / css changes to all type of implmentations.I am planning to use AEM...

Views

1.0K

Likes

0

Replies

0
Re: I am student of Adobe and preparing for 9A0-384 Exam and looking for some sample questions to understand the exam point of view. - Adobe Experience Manager 27-07-2017
I felt this link very useful as well - http://www.aemcq5tutorials.com/aem-test-series/aem-test-series/ Some of the questions came in the original exam as well

Views

203

Likes

0

Replies

0
Re: The category defined in the clientlib as a dependency / embedded does not exist for the category type(s). - Adobe Experience Manager 28-07-2017
Its because of both CSS and JS dependency is not resolved properly as mentioned by Vivek above. On the example, http://localhost:4502/etc/clientlibs/fd/fp/draftsandsubmissions.css is valid where as http://localhost:4502/etc/clientlibs/fd/fp/draftsandsubmissions.js fails. Hence the jquery dependency is not fulfilled.

Views

446

Likes

0

Replies

0
Re: Unable to compile the JSP file - Adobe Experience Manager 06-06-2017
Hi , I have used the acs-commons content-packagers to get it done my work. My use case needs to copy the delta content from AEM5.6 to AEM6.2 after the initial migration. I didn't concentrate on that problem. Thanks

Views

1.5K

Likes

0

Replies

0