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
How to clear clipboard in AEM6.1 Touch UI? - Adobe Experience Manager 15-11-2017
Hi All,We are using AEM 6.1 in Touch UI and faced with issue that copied component into clipboard has no expiration (Stored in Local Storage).Is there a way to clean clipboard via UI (Without manually clearing local storage)?Thank you in advance!

Views

2.1K

Likes

0

Replies

3
Re: Prevent creation of wcm/msm/components/ghost nodes. - Adobe Experience Manager 13-11-2017
Hi Scott,Why not?This component designed to Revert inheritance for deleted components in a LiveCopy.This component contains description.And this components is visible only on author.So, I would say this is AEM feature.Thanks,Alex

Views

3.7K

Likes

0

Replies

0
Re: ntBaseLucene index - Adobe Experience Manager 16-07-2017
The problem is that before changes in oak index both queries were returned /etc/project/test/en_us

Views

2.0K

Likes

0

Replies

2
ntBaseLucene index - Adobe Experience Manager 14-07-2017
Hi,We are using search by fileName.Example:SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE('/etc/project/test') AND NAME() LIKE '%\_us'Explain query display WARNINGThis query has characteristics that may cause performance issues when executed against large repositories.I've adjusted ntBaseLucene index (Add indexNodeName= true on /oak:index/ntBaseLucene/indexRules/nt:base node.Using Oak Utilities : Index Definition Generator.After such change:+ Warning disappear and query is much faster- Quer...

Views

2.3K

Likes

0

Replies

4
AEM Newsletter support for Touch UI - Adobe Experience Manager 05-07-2017
Hi,We are developing email templates in Touch UI.But, It seems that AEM doesn't support testing different email clients in Touch UI.I've checked the following doc: E-mail Marketing I missed something or support for newsletters will be added in future versions of AEM?Thanks,Alex

Views

862

Likes

0

Replies

2
Re: How to change bundle start level. - Adobe Experience Manager 22-06-2017
I think that such fix will be temporary.We have a huge team and I can't control that all team will use such workaround (Someone can change query, implement new service with QueryBuilder, etc..).We found another solution:Place our bundles under /apps/{project}/install/21 (Default is 20).Thanks,Alex

Views

998

Likes

0

Replies

0
Re: How to change bundle start level. - Adobe Experience Manager 22-06-2017
Definitely it's true.But, in our application we are using in-memory cache which is initialized on service activate method.In init method we are using Query Builder (Query contains predicate).In error.log on AEM start up I see:20.06.2017 08:30:47.189 ERROR [FelixStartLevel] com.day.cq.search.impl.builder.QueryBuilderImpl Unable to get PredicateEvaluator instance: groupAnd my query executed without some limitation (template, etc..).It seems that we have such issues because QueryBuilder tries to ge...

Views

995

Likes

0

Replies

0
How to change bundle start level. - Adobe Experience Manager 21-06-2017
Hello,I need to change bundle start level from default 20 into 21 to prevent some timing issues.I've found solution via bundle activator.Something like this:Bundle bundle = context.getBundle();StartLevel startLevel = (StartLevel) context.getService(context.getServiceReference(StartLevel.class.getName()));startLevel.setBundleStartLevel(bundle, 21);Is it possible to change start level by another way?Thanks,Alex

Views

1.7K

Likes

0

Replies

4
What is the best way to reindex all oak indexes in AEM 6.1SP1? - Adobe Experience Manager 15-06-2017
Hi,I would like to reindex all my oak indexes in AEM6.1SP1.What is the best way to do it?Thanks,Alex

Views

940

Like

1

Replies

2
AEM 6.3 richtext - Adobe Experience Manager 09-06-2017
Hello,I use cq/gui/components/authoring/dialog/richtext with property useFixedInlineToolbar = true.But toolbar is visible only after click inside richtext.I'm doing something wrong? Or it just a bug?Thanks,Alex

Views

2.5K

Likes

2

Replies

2
Likes given to