I am running cocoon 2.0.4 and have some problems with entity resolving as well.
1) i copied the resources/entities in the cocoon webapp dir (was not there, or maybe i deleted it long time ago)
2) i have nothing referencing the entity resolver in cocoon.xconf so I added
<entity-resolver class="org.apache.cocoon.components.resolver.ResolverImpl" logger="core.resolver">
<parameter name="catalog" value="/resources/entities/catalog"/>
<parameter name="verbosity" value="1"/>
</entity-resolver>
I then get an error message
java.lang.NoClassDefFoundError: org/apache/xml/resolver/tools/CatalogResolver
So I copied the resolver-20021114.jar from 2.0.5 dev but then i got
java.lang.IncompatibleClassChangeError at org.apache.cocoon.components.resolver.ResolverImpl.parameterize(ResolverImpl.java:133)
Comparing 2.0.4 against 2.0.5 dev i copied in the newer excalibur-xmlutil-20030306.jar.
Then i got java.lang.NoClassDefFoundError: org/apache/avalon/excalibur/xml/Parser (this class was actually in the excalibur-xmlutil-20020820.jar)
!! NASTY !!
Any hints? Jorg
David Crossley wrote:
Enrico wrote:
Cocoon sees it at startup but still, goes over the network to fetch them
Can you please explain how you know that Cocoon is making a network trip for the DTD?
--David
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
