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

Siva_Sogalapalli
Siva_Sogalapalli
Online

Badges

Badges
35

Accepted Solutions

Accepted Solutions
49

Likes Received

Likes Received
190

Posts

Posts
249

Discussions

Discussions
57

Questions

Questions
193

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Siva_Sogalapalli
Customize the badges you want to showcase on your profile
Re: AEM inbox is not loading workflow items - Adobe Experience Manager 15-10-2015
that is because, the inbox has a limit of 1000 messages. refer [1] to configure the samehttp://adobeaemclub.com/aem-inbox-size-configuration/

Views

561

Likes

0

Replies

0
Re: GC overhead limit exceeded - Adobe Experience Manager 15-10-2015
Hi,it looks like you have a memory leak in your application. A good starter how to debug this can be found on [1]. The procedure to debug such memory problems is not specific to AEM.kind regards,Jörgps: The only way to create a memory leak with AEM specifics (at least known to me) is not to close JCR sessions and Sling ResourceResolvers. But with recent versions of AEM you should have lots of warnings about this in your logs.[1] http://www.oracle.com/technetwork/java/javase/memleaks-137499.html

Views

335

Likes

0

Replies

0
How to customize Image Reference path to the Jcr:content ? - Adobe Experience Manager 15-10-2015
Hi,I've a requirement where I need to customize Image reference path. For example, I've a image component in the page and drag & drop the image (/content/dam/email-logos/colorpicker.jpg) on to the Image icon. Then the image reference will be stored to the page jcr:content as shown below:Page jcr:content image (fileReference ---- String ------ /content/dam/email-logos/colorpicker.jpg)But, I want to customize the image path (For example /content/dam/email-logos/colorpicker.jpg to test.com/colorpic...

Views

142

Likes

0

Replies

0
Re: CQ Workflow Inbox notification - Adobe Experience Manager 15-10-2015
Hi,I think you try something like this:1. Process step a. Write a service to create a dynamic group with required users.2. Create dynamic participant step. a. Assign the step to dynamic group.(http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html#Developing Participant Choosers for Dynamic Participant Step Components)3. Process Step (At the end of workflow) a. Delete the dynamic group. Thanks

Views

438

Likes

0

Replies

0
Re: Issue in overriding CQ userAdmin component - Adobe Experience Manager 15-10-2015
Hi,Can you please give a try by changing the sling:vanityOrder property value from 301 to 302 under /apps/cq/core/content/tools/jcr:content. ThanksSiva

Views

137

Likes

0

Replies

0
How delegate feature works? - Adobe Experience Manager 15-10-2015
Hi ,I want to achieve 'delegate' feature using custom code. Before that I just wanted to understand what is happening when we delegate workflow and I came to know that It is calling two servlets:1. http://localhost:8502/bin/workflow/inboxParameters:_charset_=utf-8cmd=delegatecomment-/etc/workflow/instances/2014-03-18/model_22574584942749/workItems/node2_etc_workflow_instances_2014-03-18_model_22574584942749=hellodelegatee-/etc/workflow/instances/2014-03-18/model_22574584942749/workItems/node2_et...

Views

183

Likes

0

Replies

0
Re: What's the possibility of handling Groups permissions using script? - Adobe Experience Manager 15-10-2015
http://localhost:4502/system/console/configMgr/com.day.cq.security.ACLSetuphttp://jackrabbit.apache.org/api/2.2/org/apache/jackrabbit/core/security/authorization/GlobPattern.html

Views

186

Likes

0

Replies

0
Re: How to use AbsoluteTimeAutoAdvancer or any type of scheduled activiation in a workflow? - Adobe Experience Manager 15-10-2015
Yes, it's up to your requirement. If you want to schedule a step in the particular workflow, you can just add you custom scheduler for step itself as you were trying.

Views

539

Likes

0

Replies

0
Re: How to Access CRX Node from a JAVA file? - Adobe Experience Manager 15-10-2015
HI this Java quick start has been tested many times and it was just tested with AEM 5.6.1. Here are the results:[img]TestJCR.png[/img]If you have an exception -- try these things:1 - Did you include the proper JAR file in your apps Class Path? 2 - are you using the correct server url and port?3 - are you using the correct user name and password? 4- Is your server running?Thanks

Views

449

Likes

0

Replies

0
Re: Customization of workflow Start Step dialog - Adobe Experience Manager 15-10-2015
Hi,One way of the customizing start workflow dialog is overriding [1]. Here we can find CQ.wcm.SiteAdmin.startWorkflow function and add more fields as we required.[1]: "/libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.Actions.js"

Views

304

Likes

0

Replies

0