Hello folks, I reported severe problems with libs not getting loaded a while ago, now I found out what the problem was. I was using the Java Mail API and had the appropriate jar in my block's lib directory. Every time my block tried to access the Mail API, it simply aborted without any Exception whatsoever. This led me to believe that it didn't find the mail.jar, but in reality it didn't find the activation.jar from the Java Activation Framework, which is apparently used by the Mail API.
So, whenever a third-party jar uses another third-party jar, Avalon simply stops without any error message. Is it possible to improve that or is it the vendor's fault that his jars perhaps don't throw exceptions? cheers, Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
