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

Alex_Popov1
Alex_Popov1
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
9

Posts

Posts
78

Discussions

Discussions
20

Questions

Questions
58

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Alex_Popov1
Customize the badges you want to showcase on your profile
What is the best way to reindex AEM repository? - Adobe Experience Manager 31-05-2017
Hi,We are going to reindex all repository via removing crx-quickstart/repository/index folder.After that run compaction.Is there any risk of such a procedure on production environment?Thanks,Alex

Views

2.5K

Likes

2

Replies

4
Performance issues with CugSupportImpl - Adobe Experience Manager 21-04-2017
Hi all,We are using AEM6.2SP1 and during tree activation we see a significant drawdowns of performance.During thread dump analyzing we see a lot of:java.lang.Thread.State: BLOCKED at com.day.cq.auth.impl.cug.CugSupportImpl.updateRegistration(CugSupportImpl.java:478) ...We have found that CugSupportImpl#updateRegistation method (Please note that this method contains synchronized block) is invoked by org/apache/sling/api/resource/ResourceResolverMapping/CHANGED event.It seems that this event is tr...

Views

610

Likes

0

Replies

1
Re: How to trigger reload of Touch UI component after modification? - Adobe Experience Manager 03-03-2017
Dialog changes are reflected in the html.But, I have some js code, which take data attributes and perform Ajax requestOn initial load it performed on document ready.

Views

1.5K

Likes

0

Replies

0
How to trigger reload of Touch UI component after modification? - Adobe Experience Manager 03-03-2017
Hello,I have Touch UI component which on $(document).ready() laod information from some external API.Parameters for this call are stored in dialog and I want to reload only this component(Refresh self) after dialog edit action performed.I've tried to configure afteredit listener in _cq_editConfig.xml. But, content of the page is displayed in IFrame.What is the best way to trigger initialization method?ThanksAlex

Views

3.8K

Likes

0

Replies

4
xmpMM:History node under asset metadata - Adobe Experience Manager 16-02-2017
Hello,I see a lot of nodes under asset metadata/xmpMM:History.Why AEM extract this metadata from binary into nodes?Can this affect performance if xmpMM:History contains 5000+ childs?Thanks in advance!

Views

612

Likes

0

Replies

2
CheckForNull annotation in Adaptable.adaptTo - Adobe Experience Manager 18-10-2016
Hello,I would like to discuss Adaptable.adaptTo(). This method has annotation CheckForNull.For example I have some part of code:Session session = resourceResolver.adaptTo(Session.class); Node node = session.getNode("somepath");Sonar will have blocker issue - NullPointerException might be thrown as 'session' is nullable hereFrom one side resourceResolver should always return non null Session (If it return null, that means that something wrong with AEM instance).From the other side checkfornull fo...

Views

1.9K

Likes

0

Replies

3
jcr:created property is missed in package - Adobe Experience Manager 11-10-2016
Hello,I need to migrate some part of content from one instance to another.I've create a package with content, but jcr:created is absent for all pages.Part of my logic for pages depends on jcr:created property, so I expect that date will be original creation of page (Not package installation).Is it possible to create package with jcr:created property?Thanks in advance!

Views

596

Likes

0

Replies

0
First click on form checkbox doesn't work - Adobe Experience Manager 06-10-2016
Hello,I've created a custom modal in Granite UI (AEM 6.2).I found that field with resource type granite/ui/components/foundation/form/checkbox doesn't react on the first check.The same behavior for Hide in Navigation checkbox in Page Properties dialog.Could someone advice some hints how to fix such behavior?Thanks

Views

595

Likes

0

Replies

0
Re: How to load only part of the dictionary in AEM 6.0? - Adobe Experience Manager 01-09-2016
We just deactivated /libs/wcm/core/i18n from publish instance-Alex

Views

1.8K

Likes

0

Replies

0
Re: How to load only part of the dictionary in AEM 6.0? - Adobe Experience Manager 31-08-2016
Hello,We deactivated OOTB dictionaries from publish instance.Thanks,Alex

Views

1.8K

Likes

0

Replies

0
Likes given to