Hello *, when running the JUnit tests of my project with maven, I get the following error (JUnit tests within Eclipse work fine):
"loader constraints violated when linking org/xml/sax/InputSource class" On the internet I found some solutions (without detailed explanation) for maven 1, but I don't know what to do in Maven 2. First of all I would like to understand the reason of this error. The dependencies of my project are junit-3.8.1.jar weblogic-9.0.jar (It's the weblogic.jar of WLS 9 from my local repository) webserviceclient-ssl-9.0.jar (also from WLS 9) and I use JDK 1.5_05. The class org.xml.sax.InputSource is in both, the webserviceclient-ssl-9.0-jar and the JRE 1.5. Does it have anything to do with that? Thanks in advance for your help! Regards, Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
