On Wed, Aug 24, 2005 at 12:03:55PM +0200, Carsten Ziegeler wrote:
> After updating from alpha-3 to the latest from SVN I can't compile
> Cocoon anymore. I think the problem is related to classloading or
> handling of classes.
> As one dependency we have the xml-apis-1.3.02 implementing DOM level 3
> interfaces. Although we have declared this dependency in the POM and the
> jar is downloaded, the DOM level 3 classes are not found. So I guess
> that classes inside the org.w3c.dom package (and others) comming from
> the dependencies are ignored and the system classes are used instead.
> (But this is just a guess).
> 
> Any idea how to solve this?
> 
> Carsten

It smelles as an endorsed problem. Maybe, there should be a way
to annotate a dependency to be endorsed. Until that, you'd better
to install that jar by hand somewhere in your java infrastructure.

incze

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to