> > Can you post the complete warning message you get? > > This is using Jetty, but I get a similar error when using Tomcat: > > ---- > 2010-04-01 12:36:44,849 WARN > gnolia.content2bean.impl.Content2BeanProcessorImpl: can't resolve class > for node /modules/extended-templating-kit/config/sites/pip/mappings/dms > java.lang.ClassNotFoundException: > info.magnolia.module.dms.DMSURI2RepositoryMapping > at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
bit far fetched, but ... can you check you have jcr.jar, commons-lang.jar and slf4j.jar on your classpath too (classes from those jars are loaded by the mapping. Failure to resolve those might lead to failure to load the class). Can you also check if you can instantiate this class directly from shell script or from jsp? Jan ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
