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

