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

johndoe42
johndoe42
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
7

Posts

Posts
26

Discussions

Discussions
2

Questions

Questions
24

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by johndoe42
Customize the badges you want to showcase on your profile
Re: How to change Revision Clean Up default running time on CQ6.1 - Adobe Experience Manager 15-10-2015
HiI don't know about AEM 6.1 but with AEM 6.0 you could create a new node at location /apps/granite/operations/config/maintenance/_granite_daily. Following are the properties that we have set for this node. Underneath this node you must create another node /apps/granite/operations/config/maintenance/_granite_daily/_granite_RevisionGC with the following content. This way you can define the time when the RevisionGC should be executed. I think it's also possible to define multiple nodes of type g...

Views

565

Like

1

Replies

0
Setting OSGi config for LinkInfoStorageImpl via source package does not work - Adobe Experience Manager 15-10-2015
Hi folksI am currently trying to set the OSGi configuration for com.day.cq.rewriter.linkchecker.impl.LinkInfoStorageImpl via a source content package (/apps/.../config/...) in AEM6. My XML looks like this: As soon as I deploy such a content package with the above content the publish instance does not work anymore and I can see a lot of error messages like the following:11.06.2015 14:21:52.170 *ERROR* [pool-5-thread-5] com.day.cq.cq-rewriter [com.day.cq.rewriter.linkchecker.impl.LinkInfoStorageIm...

Views

2.0K

Likes

0

Replies

3
Re: AEM6 - User is member of two groups which have rules that exclude each other - Adobe Experience Manager 15-10-2015
HiThank you all very much for your help. I will have a look at the postcast and the deny-all approach and hopefully will get this resolved. I'll report back once I checked all the info you gave me and did some testing.Thank you guys.Cheers

Views

679

Likes

0

Replies

0
Re: AEM6 - User is member of two groups which have rules that exclude each other - Adobe Experience Manager 15-10-2015
Hi bslokiThanks for the response. Unfortunately I'm still not sure how to solve my initial question. Let's assume we have assigned the permissions in the correct order and everything is working fine. My requirement is now to have single users that are members of group E and D. Both groups have mutually exclusive permissions and I cannot see how the order would make a difference then.My actual situation is even more complex than this. We have several companies (aka brands) which have multiple cou...

Views

677

Like

1

Replies

0
Re: AEM6 - User is member of two groups which have rules that exclude each other - Adobe Experience Manager 15-10-2015
Dear OpkarThank you very much for your response. However I am still not sure how this is supposed to work. Let's take a vanilla AEM6 instance and take a look at /content/geometrixx. Let's assume we would like to have language dependent user groups:- group E can read /content/geometrixx/en but none of the other languages- group D can read /content/geometrixx/de but none of the other languages- group F can read /content/geometrixx/fr but none of the other languagesIn this case it would not be enou...

Views

676

Like

1

Replies

0
AEM6 - User is member of two groups which have rules that exclude each other - Adobe Experience Manager 15-10-2015
Hi everyoneI'm currently having a problem with permissions for a user who is a member of two groups which have read rules that exclude the other group.E. g. the structure might be /content/internet/country1/... and /content/internet/country2/... For both countries there is a reader group that has read rights for the respective country while all other countries are denied (e.g. 100-reader-country1 can only read /content/internet/country1/.. & 100-reader-country2 can only read /content/internet/co...

Views

1.3K

Like

1

Replies

8
Re: What's the best approach to exclude DAM assets from the default "DAM Update Asset" workflow - Adobe Experience Manager 15-10-2015
Dear leeaslingThis was exactly what I was looking for. I was trying so hard to get it working with the exclude list that I somehow completely ignored this possibility. Thank you very much for pointing out the obvious. Cheers

Views

796

Likes

0

Replies

0
What's the best approach to exclude DAM assets from the default "DAM Update Asset" workflow - Adobe Experience Manager 15-10-2015
Hi guysI'm currently working on an import task that requires me to import thousands of employee images at a time. Since this requires some specific tasks to be performed I decided to use a dedicated workflow for this and to exclude the target DAM path from the default "DAM Update Asset" workflow.I tried [0] first but it didn't work for me. Then I tried to put a "Goto Step" with the below JS in front of the default workflow and a "No operation" step at the end to which the "Goto Step" is jumping ...

Views

1.4K

Like

1

Replies

3
Re: Sling Model in AEM6.0 - How to get the path of the original resource - Adobe Experience Manager 15-10-2015
HiThank you for your response. Unfortunately it doesn't seem to work for me in this particular case (original object was of type Resource.class). However I was able to get the resource by simply adding @Inject private Resource resource; to the class in question. I'll keep the @Source annotation in mind though. Thanks again for your help.Cheers

Views

767

Likes

0

Replies

0
Sling Model in AEM6.0 - How to get the path of the original resource - Adobe Experience Manager 15-10-2015
HiI'm currently using Sling Models to adapt several Resources to customized models. One of my models must be aware of the original resource it was adapted from (I basically need the name of the node but I guess it wouldn't hurt to have the full path as it will provide me with more flexibility). It seems that @SlingObject is what I'm looking for. Unfortunately AEM 6.0 is using Sling Models 1.0.x and SlingObject requires 1.1.x or so. Updating to AEM 6.1 is currently no option so I was wondering if...

Views

1.3K

Likes

0

Replies

2