• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

location of javamail 1.4.1 on weblogic 10.3

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I am trying to send mail using javax.mail .
I was getting AuthenticationFailedException when calling connect method.when i enabled debug for javamail i found out that it was using JavaMail version 1.4.1 . I have the code deployed on Weblogic 10.3.
When i added mail1-4.jar which uses javamail1.4ea to the classpath it started working.
I am not able to find from which jar weblogic was picking up java mail version 1.4.1. Any pointers?
Also what are the difference between java mail 1.4.1 and 1.4ea.I was able.to figure out the reason of difference in behavioir by decompiling the code..but still which one should be preferred.?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic