On Wed, Dec 10, 2008 at 6:02 PM, Juergen Lorenz Simon <[EMAIL PROTECTED]> wrote: > Hi Thomas, > > I replaced the pom file with the one in the attachments on the site > you referenced. When you find the time, you could add it to the list > at the top of the page sometime. Anyways, it works now.
Ok cool :) These pom.xml are just here as examples as it's really simple to do them (except for the WYSIWYG part). As it said in the tutorial it's a pom with web-standard as parent all XE web project dependencies. > > Thanks a lot! > > J.L.Simon > > > On 10.12.2008, at 17:43, Thomas Mortagne wrote: > >> On Wed, Dec 10, 2008 at 5:19 PM, Juergen Lorenz Simon <[EMAIL PROTECTED] >> > wrote: >>> Hi, >>> >>> I'm experiencing a problem trying to debug XWiki from Eclipse when >>> using version 1.7. I replaced the xwiki.cfg file with the version >>> from >>> the xwiki-enterprise-web.war file. I get the following exception: >>> >>> java.lang.RuntimeException: Failed to load component >>> [org.xwiki.cache.CacheManager] for hint [default] >>> at com.xpn.xwiki.web.Utils.getComponent(Utils.java:547) >>> at com.xpn.xwiki.XWiki.getCacheFactory(XWiki.java:5270) >>> at >>> com.xpn.xwiki.store.XWikiCacheStore.initCache(XWikiCacheStore.java: >>> 90) >>> at >>> com.xpn.xwiki.store.XWikiCacheStore.initCache(XWikiCacheStore.java: >>> 84) >>> at >>> com.xpn.xwiki.store.XWikiCacheStore.<init>(XWikiCacheStore.java:64) >>> >>> I noticed that there is no pom.xml file for version 1.7 yet in the >>> tutorial page on xwiki and Eclipse. Do I have to make some changes to >>> the pom.xml in xe-debug-web other than changing xwiki version to 1.7? >> >> No you should not need anything else except make sure the plugin >> listed in your pom are updated. Well you need something else in fact >> but it's for new wysiwyg only, I need to find a way to add WYSISYG >> clean support in >> http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse. >> >> I just uploaded the pom.xml for 1.7-SNAPSHOT i'm using on >> http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse_WebDependencies >> . >> >>> >>> Cheers, >>> J.L.Simon >>> >>> _______________________________________________ >>> devs mailing list >>> [email protected] >>> http://lists.xwiki.org/mailman/listinfo/devs >>> >> >> >> >> -- >> Thomas Mortagne >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs >> > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

