I have written my own mailets which parse the incoming mails and then call
an sessionbean (which is running in the websphere applicationserver ) to
store some informations about the mails in a database. It worked fine while
the James-Server was running in my testenvironment in WSAD
(WebSphereStudio) but i cannot make it run in the production-system,
because of classpath-problems. The problem is, that James needs the
JavaMailAPI-Version 1.3.x and Websphere (Version 4 and 5) seems to have an
older version included in the file j2ee.jar which is required to access the
sessionbean. Does someone have an idea how to solve this problem ?
I have tried to put the required jar-files into the lib-directory of the
james-installation and also into the "SAR-INF\lib" - directory of the
"james.sar" - file but nothing helped because the classloader always loads
the JavaMail-API from "j2ee.jar" before the newest version from
"mail-1.3.1".jar

Thanks
Christian


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

Reply via email to