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

sathya_prakasha
sathya_prakasha
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
24

Posts

Posts
105

Discussions

Discussions
23

Questions

Questions
82

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sathya_prakasha
Customize the badges you want to showcase on your profile
Re: Event Handler not working on second time - Adobe Experience Manager 03-08-2017
No , Event is firing on first time only ...AEM 6.0 SP2If restart the bundle ... its firing a event...but not on second time again...

Views

3.1K

Likes

0

Replies

0
Re: Event Handler not working on second time - Adobe Experience Manager 03-08-2017
Simple code snippet:@Component(immediate = true)@Service@Property(name = EventConstants.EVENT_TOPIC, value = "com/day/cq/wcm/core/page")public class SimpleResourceListener implements EventHandler{ public SimpleResourceListener(){ System.out.println("inside construc"); } private Logger log =LoggerFactory.getLogger(this.getClass()); public void handleEvent(Event event) { // TODO Auto-generated method stub System.out.println("inside hanlder"); }Now when I create a page, this handler reacts and logs...

Views

3.1K

Likes

0

Replies

8
Event Handler not working on second time - Adobe Experience Manager 03-08-2017
Hi Team,I am trying to create a event handler for deleting a page.First time , its calling up... but second time its not calling handleEvent() method..any clue??

Views

4.1K

Like

1

Replies

10
Re: Deleted page from author - Adobe Experience Manager 03-08-2017
kellenr28685265​ Yeah.. but we are having more than 1000 pages on publisher server...

Views

2.6K

Likes

0

Replies

0
Re: Deleted page from author - Adobe Experience Manager 01-08-2017
Oh great..but we are currently on aem 6.0 so I need to implement some alternate method to deactivate the page if author delete it from author instance...Page event will it work??

Views

2.0K

Likes

0

Replies

0
Re: Workflow group is missing - Adobe Experience Manager 01-08-2017
Please find the attachment for your reference...

Views

428

Likes

0

Replies

0
Re: Workflow group is missing - Adobe Experience Manager 31-07-2017
AEM 6.0 SP2....

Views

424

Likes

0

Replies

0
Workflow group is missing - Adobe Experience Manager 31-07-2017
Hi Frndzs,I am not able to see any workflow component group on sidekick when I try to create a workflow process step..any pointers here...its my local instance..

Views

1.0K

Likes

0

Replies

5
Re: Deleted page from author - Adobe Experience Manager 31-07-2017
No , I can see the difference...If i run a query , in author the page count is 3000+ but publisher the page count is 4000+

Views

2.0K

Likes

0

Replies

0
Re: Deleted page from author - Adobe Experience Manager 28-07-2017
Sorry ..I think you misunderstood our question...Here my question is if author delete the page by mistakenly in author environment without deactivate it , how to remove the same in publisher environment

Views

2.0K

Likes

0

Replies

0
Likes from