Hello, I want to use the sun java mail implementation, in version 1.5.x, instead of the geronimo implementation (1.4).
i try to use this property in the conf/system.properties :
openejb.classloader.forced-load = javax.mail
but the geronimo implementation is still choose at runtime.
for information, my maven dependency is :
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.5.2</version>
</dependency>
Thanks in advance for you help,
Best regards.
