$URL: svn+ssh://alci@svn.forge.objectweb.org/svnroot/barracudamvc/Barracuda2/trunk/WEB-INF/src_docs/quick_reference/faq.html, v188
Frequently Asked Questions (FAQ)
- DOM or xml classes can't be found in the calsspath, I get a NoClassDefException. What am I missing ?
XMLC depends on xercesImpl.jar and xml-apis.jar. As these APIs a quite ubiquitous APIs, they cannot be put into barracuda WEB-INF/lib directly,
as they would probably be overridden by classloader mechanism. So you must make sure theses jars are available in you environment, either in
the endorsed directory on the JDK level, or in you webapp server (Tomcat, Jetty, ...), or even in barracuda if it is not present anywhere and
you really want to put it locally. See Using Barracuda
Not find what you're looking for? Feel free to post your question to the
mailing list...
Last Modified: 2007-07-11 09:22:52 +0200 (mer., 11 juil. 2007)