Working on implementing an event listener. To familiarize myself with how to do this I followed along https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Tutorials/WritingEventListenerTutorial/ . I initially added the proper XObjects to a page and when saving I got an error stating Conflict. I deleted the objects and then tried the tutorial on a different page where it succeeded. What was interesting is that it acted as if the event was being captured twice. Content with knowing that it worked I deleted those objects and then deleted that page so that I could implement the event that I wanted.
The problem is that the event is still being captured and the ‘Some extra content …’ is still being added with each save to every page. After looking at the pages that I know I changed for the existence of the listener objects, and not finding any, I did an HQL query looking for any of the object classes that I added (Xwiki,ComponentClass and Xwiki.ComponentMethodClass). It did not return any found pages.
How do I remove this listener? We are running Xwiki 9.11.4.
Thanks,
Steve