Tks for the response Dumitru, helped a lot. I had one more question regarding the issue itself, and that is "ApplicationEvent" interface should extend the "Event" interface or am I mistaking? I also wanted to ask how can I submit/build the patch and test it in an elegant fashion other than compiling the whole project (as I've seen that this is one of xwiki's core features)
Thanks, Stefan On 04/11/2011 07:53 AM, Marius Dumitru Florea wrote: > Hi Stefan, > > On 04/11/2011 12:50 AM, Stefan Mirea wrote: >> Hello again, >> >> I've also been looking into the "Create an ApplicationEvent interface as >> a parent for the different ApplicationEvents >> <http://jira.xwiki.org/jira/browse/XWIKI-5950>" issue. > You should start a new thread if you change the topic (don't reply and > change the subject) > >> I've downloaded all the xwiki-platform from git and found that it is >> used in >> xwiki-platform-core/xwiki-platform-containers/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/XWikiServletContextListener.java >> >> The only problem here is that this file imports >> import org.xwiki.observation.event.ApplicationStartedEvent; >> import org.xwiki.observation.event.ApplicationStoppedEvent; >> >> When searching in the /org/wiki of the platform I only seem to find a >> "container" folder. Furthermore, doing a search for any file with the >> name similar with "ApplicationStart"/"ApplicationStop" in all platforms >> returns no result. >> Shouldn't there be the ApplicationStartedEvent.java around there >> somewhere ... anywhere ?:) > It is, but [email protected]:xwiki/xwiki-commons.git , in > https://github.com/xwiki/xwiki-commons/tree/master/xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-api/src/main/java/org/xwiki/observation/event > precisely. > > Hope this helps, > Marius > >> Sorry for these stressful questions, >> Stefan > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs -- --------------------------------------------------------------- Stefan Mirea, Webmaster @ Mercator College <http://mercator-college.org> _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

