Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

session conflict

losintikfosApr 20 2009 — edited Apr 21 2009
Hi guys,


I am experiencing what appears to be a session conflict.
I have a servlet which fires an email method. My problem is anytime i run the application it doesn't work niether does it throws an exception.

Upon several test i decided to remove the email part of the method and everything worked perfect. But as soon as i wack back the email method back to the app, the app doesnt work any longer.

I have established this might be bacause of javax.mail.Session and javax.servlet.http.HttpSession conflict. Do anyone knows a work around this conflict or pehaps knows whats going on behind the scene?


Ta!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2009
Added on Apr 20 2009
7 comments
210 views