Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi all,
Looks like the JCR event listener in 6.4 is broken. Events dont get triggered at all. Is anyone else facing the same issue? Is there any solution?
Solved! Go to Solution.
Hi Scott,
It does work with system user as well. But you need JCR repository session in order to get jcr events work.
Below code works for me.
aem63app-repo/SampleJCREvent.java at master · arunpatidar02/aem63app-repo · GitHub
View solution in original post
Then it should work
Do you have service user and other user mapping configuration for below
session = repository.loginService("readService",null);
@arunpatidar, Yes, I have. but event is not triggering. is there anything i need to verify?
Views
Likes
Replies