hello 2015-01-14 9:05 GMT+01:00 herau <[email protected]>: > Hi, > > thanks for your answer. > > What do you mean by "load from your webapp" ? > The javamail jar (sun) is already in my war file but it's not the chosen > implementation at runtime. >
if you define a resource in tomee.xml it will use container libs by default. If you don't use @Resource Session session; for instance it should be able to use your webapp libs. > If i remove geronimo, i have to put geronimo-osgi-locator.jar (which has > been deleted in 1.7.x release of tomEE) otherwise i have an exception during > the launching of TomEE. > > sure but is it an issue? > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Override-default-Java-mail-implementation-tp4673357p4673364.html > Sent from the TomEE Users mailing list archive at Nabble.com.
