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

Naveen_AEM_dev
Naveen_AEM_dev
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
25

Posts

Posts
70

Discussions

Discussions
8

Questions

Questions
62

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Naveen_AEM_dev
Customize the badges you want to showcase on your profile
Re: AEM 6.1 Social Communities | Shadow nodes - Adobe Experience Manager 29-02-2016
Thanks Kendall that's precisely what I was looking for!

Views

605

Likes

0

Replies

0
Re: AEM 6.1 Social Communities | Shadow nodes - Adobe Experience Manager 29-02-2016
Hope my previous post clarified things.Does anyone have any idea about these shadow nodes?

Views

455

Likes

0

Replies

0
Re: AEM 6.1 | WCMUse API deprecated - Adobe Experience Manager 29-02-2016
awadheshv wrote... use com.adobe.cq.sightly.WCMUsePojo from obfuscated-apis. following dependency- com.adobe.aem uber-jar 6.1.0 provided obfuscated-apis Thanks for sending this across, this takes care of the warnings around using a deprecated API.

Views

1.1K

Likes

0

Replies

0
AEM 6.1 | WCMUse API deprecated - Adobe Experience Manager 28-02-2016
Folks,I'm currently developing some components using Sightly on AEM 6.1 and discovered that the com.adobe.cq.sightly.WCMUse is deprecated. I've currently used the below maven dependency for the aem uber jar, com.adobe.aem uber-jar apisAfter some digging on the net, I discovered that the com.adobe.cq.sightly.WCMUse is deprecated because Adobe has donated the Sightly project to the Apache Foundation. But I haven't been able to find the appropriate maven dependency to include the right packages for...

Views

3.5K

Likes

0

Replies

2
Re: AEM 6.1 Social Communities | Shadow nodes - Adobe Experience Manager 27-02-2016
Just to be clear, I understand the the UGC itself is going to be stored in the central UGC store (which in my case would be MSRP) and not in the JCR.I'm actually referring to the ACL nodes (shadow nodes) that will be created in the JCR in the /content/usergenerated/content irrespective of which type of SRP is being used.My question is whether these shadow are specific to each publish instance and if there is any sort of implementation that is available OOTB to ensure that these shadow ACL nodes ...

Views

459

Likes

0

Replies

0
Re: AEM 6.1 Social Communities | Shadow nodes - Adobe Experience Manager 25-02-2016
There is no MongoMK publish instance deployment recommended by Adobe and I think for this use case it may be an overkill.Wouldn't reverse replicating the UGC ACL nodes back to author and then forward replicating them to the publishers be easier. This can be managed through an OSGI scheduler.Thoughts anyone?

Views

460

Likes

0

Replies

0
AEM 6.1 Social Communities | Shadow nodes - Adobe Experience Manager 25-02-2016
Can someone please tell me if the shadow nodes that are created (to apply ACL's) in the JCR for a social resource are specific to a particular installation? https://docs.adobe.com/docs/en/aem/6-1/develop/communities/scf/srp.htmlIf the shadow nodes are only applicable for the current publish instance where they are created, then in a publish farm implementation the shadow nodes that are created in each publisher need to be synced with all the publish instances.Is my understanding correct?

Views

1.3K

Likes

0

Replies

8
Re: AEM 6.1 MSRP | Searching UGC - Adobe Experience Manager 25-02-2016
I've used the below implementation and querying is working,String query = "parent_id_s:\"" + socialResource.getParent().getPath() + "\"";Iterator searchResults = (Iterator) srp.findResources(this.serviceResourceResolver, query,"MONGOQUERY");

Views

370

Likes

0

Replies

0
AEM 6.1 MSRP | Searching UGC - Adobe Experience Manager 23-02-2016
I've created a custom poll component as it is not available in AEM 6.1 and managed to post some UGC to the Mongo DB through the MSRP API.Now, I would also like to query the SRP to determine if the current logged in user has already responded to a poll or not and also show the overall poll response values.To implement this, I require an API that can iterate through the values that are in the SRP and return results as per the above requirements.Is there an API already available which does this? I'...

Views

500

Likes

0

Replies

2