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

markus_bulla_adobe
markus_bulla_adobe
Offline

Badges

Badges
24

Accepted Solutions

Accepted Solutions
77

Likes Received

Likes Received
208

Posts

Posts
162

Discussions

Discussions
10

Questions

Questions
153

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by markus_bulla_adobe
Customize the badges you want to showcase on your profile
Re: Audit ACL Permission change in AEM - Adobe Experience Manager 29-07-2021
Hi @Bhuwan_B!Citing from my reply on this thread: Please check the following documentation:https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/audit-user-management-operations.html[...]I double checked and can confirm the behavior differs from the documentation [...].After checking it seems that you need to raise the log level to "DEBUG" and add another entry to the "Logger" section of the OSGI configuration: com.adobe.granite.security.permissions.internal.servle...

Views

360

Likes

2

Replies

0
Re: Passing path parameters in Servlet - Adobe Experience Manager 29-07-2021
Hi @aemninja!Looking at your url example "www.company.com/apps/test/product/value1/value2" it is not quite clear where your servlet path ends and the "parameters" you want to retrieve start - at least to the used API that's unclear. Please refer to the Sling API documentation about URL decomposition. A URL may have the following parts:Resource PathSelectorsExtensionSuffixYour example url has only the first, a resource path (because there are not dots present). There are no selectors, no extensio...

Views

1.4K

Likes

4

Replies

0
Re: How to export a page along with associated assets fro... - Adobe Experience Manager 29-07-2021
Hi @malakaamir786! When copying a page from one site to another one, there are a couple of things that need to be evaluated:Content hierarchy: Most pages will have dependencies or be influenced by their respective parent, sibling or child pages. So copying a single page to another site will also change that page with regards to this kind of dependencies. Common dependencies are: navigation, lists or teasers of (parent-/sub-/sibling-) pages but also references from to configurations that are stor...

Views

128

Like

1

Replies

1
Re: How do we maintain component config at site level in... - Adobe Experience Manager 28-07-2021
Hi @Anderson_Hamer!For this kind of use case I recommend to leverage Experience Fragments (XF). This is a common approach that I have seen in many of my projects.I did notice your comment on @arunpatidars reply who already suggested this approach but I'm unsure about your conclusion that this is not a proper usage of XFs. One of the key requirements that Experience Fragments have been introduced to solve is the use case of a central library for content snippets (such as a shared navigation or ot...

Views

202

Likes

2

Replies

0
Re: Include custom OSGI bundle in AEM Project - Adobe Experience Manager 28-07-2021
Hi @akatsuki07!There are multiple approaches to achieve this:You could integrate/join the two projects into a single SCM (probably GIT?) repository if that's feasible.You could build your bundle and deploy it to a central software repository, such as Artifactory, Nexus or similar as mentioned by @shelly-goel. Your other project would then reference it as a dependency (the same way you are referencing other, 3rd party dependencies) and you would need to update your pom.xml file to embed it.You co...

Views

452

Like

1

Replies

2
Re: Datastore issue in AEM test Publisher - Adobe Experience Manager 28-07-2021
Hi @seemak19887037!So from your posting I understand that you are experiencing unusual and unexpected repository growth.Is that correct?(Although I'm not sure about the figures shared. Is that ~112 GB vs. ~198 GB?) There are several starting points to understand where this growth comes from:To determine the size and distribution on the file system, you can leverage operating system tools such as "du -s" on the instance folder(s). This may help to tell instance, logs, repository and datastore usa...

Views

539

Like

1

Replies

5
Re: Content did not save in classic to touch UI converted... - Adobe Experience Manager 27-07-2021
Hi @Nandujee!While the AEM modernization tools can give you a good starting point for moving from Classic to Touch UI, they are not a full automation for dialog conversion. In my experience, they work pretty well and with almost no need for manual rework for simple dialogs. However, for more complex dialogs - especially if they include nesting and custom or customized field types and similar - the result will often need some manual adjustments to work properly. So my advise is to double check on...

Views

156

Like

1

Replies

0
Re: Need help on ADO-E117 architect Exam - Adobe Experience Manager 26-07-2021
Hi @apmagss!Please refer to the following thread about this certification:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-sites-architect-certification-ad0-e117/qaq-p/411841/comment-id/90826Citing from my answer in that thread:I am not aware of something referring to the latest update of that certification, but most topics covered in these older articles are still valid and relevant. An older thread in this community (2017) with links to various resourcesIs the AEM ...

Views

1.3K

Likes

2

Replies

0
Re: Selector value issue in getSelectors method - Adobe Experience Manager 26-07-2021
Hi @karthik-elumalai!Good to know that you were able to cross out dispatcher and other infrastructure. So you have narrowed things down to the processing within AEM.Have you tried debugging further into the code that is used here? slingRequest.getRequestPathInfo().getSelectors(); Please refer to the Sling API and check the following:Is the URL (including selectors) still correct on the slingRequest object?Is the URL (including selectors) still correct on the RequestPathInfo object?What does slin...

Views

230

Likes

0

Replies

0
Re: Problem in page creation - Adobe Experience Manager 26-07-2021
Hi @akank_23!As @Kiran_Vedantam already pointed out, please check your cq:allowedTemplates [1] (for editable templates), allowedPaths, allowedParents and/or allowedChildren [2] (for static templates) settings. Are you using static or editable templates? But looking at your screenshot, you are already beyond the step of template selection. Is this assumption correct?If so: does this behavior occur for all your templates or just for specific ones? Also: have you checked the error log file if there...

Views

303

Like

1

Replies

0