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 in git@github.com:xwiki/xwiki-commons.git , in
https://github.com/xwiki/xwiki-commons/tree/master/xwiki-commons-core/xwiki…
precisely.
Hope this helps,
Marius
Sorry for these stressful questions,
Stefan