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

AEMWizard
AEMWizard
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
13

Posts

Posts
71

Discussions

Discussions
7

Questions

Questions
64

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AEMWizard
Customize the badges you want to showcase on your profile
Re: AEM Editable Templates, how to add properties such as... - Adobe Experience Manager 28-07-2022
Setting allowedChildren String[] property has no effect on 6.5.11.0

Views

66

Likes

0

Replies

0
Re: How to add CQ Tags from the UI.Content - Adobe Experience Manager 27-07-2022
@AEMWizard, the filter configuration is not everything. You need a proper .content.xml in you project. Could you please share a screen shot (similar to the one I have shared) that will present full structure including all folders and files from your project level. Also please share what is inside .content.xml file that represents namespace node on your project level that is incorrectly imported.

Views

52

Like

1

Replies

0
Re: After org.apache.felix.http changed to https only, Local AEM is Broken - Adobe Experience Manager 14-07-2022
Hi @AEMWizard ,You can try these,Stop AEM and navigate /crx-quickstart/launchpad/config/org/apache/felix/http.config and change org.apache.felix.https.enable=B"true" to org.apache.felix.https.enable=B"false". ORHTTPS is enabled by default on port 443 - try to visit hit with that port. OR https://localhost:4502Mostly 1st step should resolve your issue.Hope that helps!Regards,Santosh

Views

49

Likes

2

Replies

0
Re: Targeting Replication Agents based on Content Path - Adobe Experience Manager 17-06-2022
This approach is correct! But there could be a small addition to it. If you really need to invalidate each domain with its own ruleset, you can create multiple invalidation agents on the AEM publish instance (1 per brand) and configure a matching replication user for it (which can only read the corresponding brand content). Also add a custom HTTP header ("Host: domain1.com") to it.In that case whenever a page should be invalidated, only the matching invalidation agent is triggered. Which in turn...

Views

63

Like

1

Replies

0
Re: How can we get the actual createDate of a page in the publisher with the author's details? - Adobe Experience Manager 14-06-2022
Hi, OOTB the property jcr:created will contain the information when the first time the page was created on the publisher instance. So, definately it will be different from the jcr:created field present on the author environment. Steps you can follow for achieving your use case:1. Create a Replication Listener with the path restriction that it processes further if you are under the specific hierarchy, otherwise skip.Reference: https://helpx.adobe.com/in/experience-manager/kb/ReplicationListener.h...

Views

57

Like

1

Replies

0
Re: AEM Service Pack 6.5.4 && 6.5.11 com.codahale.metrics.ScheduledReporter Exception thrown from RRD4JReporter#report. - Adobe Experience Manager 22-05-2022
I have tried with fresh AEM 6.5 instance and installed service pack 6.5.11. Saw the below error in error.log -22.05.2022 12:44:58.882 *ERROR* [FelixStartLevel] org.apache.sling.commons.metrics-rrd4j bundle org.apache.sling.commons.metrics-rrd4j:1.0.4 (529)[org.apache.sling.commons.metrics.rrd4j.impl.CodahaleMetricsReporter(3378)] : The activate method has thrown an exception (java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/Users/debal/AEM-instances/author-new/crx-quickstart/...

Views

121

Likes

2

Replies

0
Re: Apache Sling Dynamic Include, Best way to Install Bundle into AEM - Adobe Experience Manager 16-05-2022
The best way to install the dynamic sling include bundle is to embed the bundle into your. I have already replied to your last post, but here's instructions on how to do it again:You can do this easily (after building and deploying code into your AEM local, you should be able to find the jar file existing under /apps/my-site/install:1. Include the SDI as a dependency in the ui.apps pom.xml org.apache.sling org.apache.sling.dynamic-include2. Embed the SDI as a package for deployment in ui.apps po...

Views

78

Like

1

Replies

0
Re: How to package (SDI) JAR file into my AEM project? - Adobe Experience Manager 16-05-2022
You can do this easily (after building and deploying code into your AEM local, you should be able to find the jar file existing under /apps/my-site/install:1. Include the SDI as a dependency in the ui.apps pom.xml org.apache.sling org.apache.sling.dynamic-include2. Embed the SDI as a package for deployment in ui.apps pom.xml org.apache.sling org.apache.sling.dynamic-include /apps/my-site/install3. Include the SDI as a dependency in the parent pom.xml org.apache.sling org.apache.sling.dynamic-in...

Views

93

Likes

2

Replies

0
Re: Only show componentGroup based on user group - Adobe Experience Manager 13-05-2022
Hi,Please check if this help https://aemlab.blogspot.com/2020/08/restrict-allowed-component-group-in.htmlhttps://aemlab.blogspot.com/2018/11/aem-restrict-component-editing-and.html

Views

76

Likes

2

Replies

0