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

AnjaliBiddanda
AnjaliBiddanda
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
17

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by AnjaliBiddanda
Customize the badges you want to showcase on your profile
Re: Unable to unlock a page with system user using workflow in AEM 6.5 - Adobe Experience Manager 29-03-2021
Fixed: I was using session.getWorkspace().getLockManager() where session here was serviceUser session instead of wfSession. i.e. final LockManager lockManager = session.getWorkspace().getLockManager(); Here the session should ofcourse be wfSession.

Views

571

Likes

0

Replies

0
Re: Unlocking a page with system user - Adobe Experience Manager 29-03-2021
Fixed: I was using session.getWorkspace().getLockManager() where session here was serviceUser session instead of wfSession. i.e. final LockManager lockManager = session.getWorkspace().getLockManager(); Here the session should ofcourse be wfSession.

Views

372

Likes

0

Replies

0
Re: Unable to unlock a page with system user using workflow in AEM 6.5 - Adobe Experience Manager 28-03-2021
Hi @nandini559, did you have any luck with this? We have custom 'lock payload' and 'unlock payload' steps in our workflow. But the unlock step fails with "LockException: Not an owner of the lock". I've tried both LockManager API and Page API (LockManager.lock(), Page.lock()). And i've tried both wfSession (wfSession.adaptTo(Session.class)) and a serviceUser session (serviceResolver.adaptTo(Session.class)). And the user has jcr:all on the content path and on /home/groups. @Nupur_Jain i've followe...

Views

578

Likes

0

Replies

0
Re: Unlocking a page with system user - Adobe Experience Manager 28-03-2021
HI @lir, we have a custom 'lock payload' and 'unlock payload' steps in our workflow. But the unlock step fails with "LockException: Not an owner of the lock" although i'm using the same serviceUser to lock and unlock the session and this user has jcr:all on the content path and on /home/groups. I've tried both LockManager API and Page API. And i've tried both wfSession (wfSession.adaptTo(Session.class)) and a serviceUser session (serviceResolver.adaptTo(Session.class)).

Views

383

Likes

0

Replies

0
Re: jcr:mixinTypes property - Adobe Experience Manager 25-03-2021
This works -> pageContentNode.addMixin("mix:lockable")'.

Views

977

Likes

0

Replies

0
Re: jcr:mixinTypes property - Adobe Experience Manager 25-03-2021
Did you try node.addMixin(" mix:lockable")', that should work.

Views

984

Likes

0

Replies

0
OOTB "Lock Payload Process" locks Pages and Assets, but Assets only recognise checkin/checkout - Adobe Experience Manager 17-03-2021
The OOTB "Lock Payload Process" and "Unlock Payload Process" workflow steps locks/unlocks pages and assets, but Assets do not recognise Lock/Unlock. This allows assets and Content Fragments to be edited while locked. Assets have a Checkout/Checkin functionality instead. Would you find out for us if Adobe plans to fix this in the near future? In the meantime, we are creating a custom workflow step for "Checkout/Checkin Assets". Thanks.

Views

219

Likes

0

Replies

1
Content Reference fields in a Content Fragment should be updated when references are moved - Adobe Experience Manager 03-02-2021
Request for Feature Enhancement (RFE) Summary: Content Reference fields in a Content Fragment should update when references are moved Use-case: When Content Reference fields are used in a Content Fragment model, and populated in the Content Fragment to point to an asset or content, when this asset or content is moved, these Content Reference fields should update like any reference fields. Current/Experienced Behavior: When a content reference field is populated to point to an asset, and if the a...

Views

434

Like

1

Replies

1
Assets HTTP API should contain lastReplicated metadata - Adobe Experience Manager 03-02-2021
Request for Feature Enhancement (RFE) Summary: The HTTP Assets API should also capture metadata such as lastReplicated date. Use-case: The HTTP Assets API endpoint will be consumed by channels. (Apps, Salesforce etc). The need for this lastReplicated date is so that channels only retrieve the Content Fragment (CF) if it has changed, if not, the cached version at their end is used. This would be a good feature add to consider. Current/Experienced Behavior: The HTTP Assets API does not contain the...

Views

505

Likes

0

Replies

3
Re: Launcher gets triggered by another workflow - Adobe Experience Manager 20-10-2020
Hi guys, my globbing in the Path field in Launcher was incorrect. I was using /content instead of /content(/.*/)jcr:content. I didn't think I needed to have jcr:content in the path as my nodeType was already specified as cq:PageContent. Once I narrowed this to jcr:content and used the excludeList, it worked.

Views

660

Likes

0

Replies

0
Likes from