Re: [xwiki-users] On Space Created Event

2012-04-18 Thread _diego
Thanks, However I'm still having a problem. I'm implementing an EventListener as described http://extensions.xwiki.org/xwiki/bin/view/Extension/Observation+Module+Local here with the component annotation and the corresponding line in components.txt. However when I try to start xwiki, there's a

[xwiki-users] On Space Created Event

2012-04-17 Thread _diego
Hi, How can I register a java event listener against a space created event? I would need this to add some stuff to another database everytime a new space was created. Thanks -- View this message in context: http://xwiki.475771.n2.nabble.com/On-Space-Created-Event-tp7473505p7473505.html Sent

Re: [xwiki-users] Components : Bridge to old core and objects ?

2012-04-10 Thread _diego
Well, I've been trying, but maven doesn't find that dependency. I've tried with several versions of the following: dependency groupIdorg.xwiki.platform/groupId artifactIdxwiki-platform-oldcore/artifactId version4.0-SNAPSHOT/version /dependency I also search in maven repository but

Re: [xwiki-users] Components : Bridge to old core and objects ?

2012-04-09 Thread _diego
Hi, I'm also trying to do something similar and I have already followed that guide. However, I still can't use the API, since I can't find the XWikiContext class in my classpath, or any other class from com.xpn.xwiki in eclipse. Am I missing some maven dependency? I also can't find anything on