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

bilal_ahmad
bilal_ahmad
Offline

Badges

Badges
30

Accepted Solutions

Accepted Solutions
16

Likes Received

Likes Received
67

Posts

Posts
108

Discussions

Discussions
19

Questions

Questions
90

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by bilal_ahmad
Customize the badges you want to showcase on your profile
Re: [CQ5] - Publisher enviornment is having stale/old con... - Adobe Experience Manager 02-04-2021
Hey @niks1 you need to republish that content(if you know the pages/paths/assets) again. If you don't know the exact path(s) then you may need to run query to figure out the content (cq:Page/dam:Asset etc) which got added/modified and ten create a package using the same script(from groovyscript) and then getting it installed on publish server. I have not mentioned replicating those pages through programmatically replicating them because if the number of paths are way too many then it might slow ...

Views

425

Like

1

Replies

4
Re: German umlauts rendering as ?'s (AEM 6.4.5) - Adobe Experience Manager 30-03-2021
Your signature at the end cracked me up @Jörg_Hoh

Views

432

Likes

0

Replies

0
Re: AEM instance corrupted on startup - Adobe Experience Manager 30-03-2021
Hey @lwang,Are you migrating from old AEM version to new one? Also, please let me know if I've understood incorrectly here:--> when you have a fresh instance(just after you unpack the jar) things work quite well.--> as soon as you install some packages and the the issue starts to happen(after you shut down the instance and restart)Is there is a possibility that you have custom oak:index definitions in your package? if that's the case please remove those paths(custom index definitions) from filte...

Views

604

Like

1

Replies

0
Re: On using AWSSDK some dependencies are not resolved - Adobe Experience Manager 24-03-2021
Hey @shya try replacing :importwithprovided Thanks,Bilal.

Views

1.1K

Like

1

Replies

0
Re: Specific Rendition generation for a specific folder - Adobe Experience Manager 23-03-2021
Hey @Rohit2 you need to :Either modify the DAM Update Asset workflow or Create a custom workflow model that would look similar to the former one but has your customizations(recommended)create a launcher and trigger it based on your conditions.Now coming to the implementation:Creation of customized workflow model to generate 1. only jpg rendition : modify this according to your need in your workflow model(take help from OOTB workflow and customize accordingly): 2. generate above renditions for on...

Views

343

Like

1

Replies

1
Re: querybuilder basic question - Adobe Experience Manager 22-03-2021
Hey @TB3dock, first login using this URL: http://localhost:4502/crx/explorer/index.jsp and then click on 'Node Type Administration', that will take you to the place you wanted. Thanks!Bilal.

Views

372

Likes

0

Replies

0
Re: AEM | Cloud Manager | Java 11 Build issues - Adobe Experience Manager 22-03-2021
Hey @NehaCMS you can either try this: org.apache.maven.plugins maven-surefire-plugin 2.22.2 true oradd -DskipTests while building the project using maven. If running the jUnit test are necessary, I'd want to know what package are you using ? is it import org.junit.Test; or import org.junit.jupiter.api.Test; if the earlier one, try replacing it with the latter. Thanks,Bilal.

Views

403

Likes

0

Replies

0
Re: querybuilder basic question - Adobe Experience Manager 22-03-2021
Hey @TB3dock,The query(xpath) you shared is : //element(*, cq:Page)order by jcr:content/@cq:lastModified you are actually searching at the root level, i.e / the results it has returned are 7665 in my case. also It has displayed/presented only 10 results to you(rest are there in hits count). Add this - p.limit=-1 and you'll be able to see al the results on the same page:now to your questions:Q1. None of the results are actually pages from the site? The site we have locally is the wknd starter sit...

Views

396

Like

1

Replies

2
Re: fulltext in query doesn't work for partial search term - Adobe Experience Manager 22-03-2021
Hey @salamswapnil The results you are getting are just right, as you're making use of fulltext search. You can create synonyms(a text file) and then based on your search text(like Ind = you'd expect to fetch it the result for India). Nicely explained by @Albin_Issac on his blog: https://medium.com/tech-learnings/how-to-enable-search-synonyms-in-aem-with-lucene-ccb780375eb4 Hope this would help! Thanks,Bilal.

Views

615

Like

1

Replies

0
Re: Concurrent writing to the session. - Adobe Experience Manager 22-03-2021
Hi @chandramohanred you can get an idea from this post: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/unexpected-concurrency-warning/qaq-p/213079 Thanks,Bilal.

Views

415

Like

1

Replies

0