Re: Problems using JavaMail within hosted mode in Eclipse

2013-10-09 Thread Fatheranderson Ffather
Hello i faced with problem: javax.mail.NoSuchProviderException: smtp at javax.mail.Session.getService(Session.java:798) under running application in hosted mode. Can you give advise to me on fix this issue? but I cant understand how to add special

Re: Problems using JavaMail within hosted mode in Eclipse

2013-10-09 Thread Ari Luoma
Sorry, but I haven't used Maven and can't help you with that. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Problems using JavaMail within hosted mode in Eclipse

2012-09-25 Thread Ari Luoma
Hi, I am running to the same issue. Have you found solution for this? -Ari -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/O9etU2hkeNMJ. To

Re: Problems using JavaMail within hosted mode in Eclipse

2012-09-25 Thread Ari Luoma
Hi, I was having the same problem and found solution. 1. Go to Run configurations. 2. Classpath 3. Add mail.jar from your WEB-INF\lib to the Bootstrap entries 4. Make it first. Thats it. If that doesn't help, also try to add activation.jar. -Ari Luoma torstai, 21. kesäkuuta 2012 13.39.39

Problems using JavaMail within hosted mode in Eclipse

2012-06-21 Thread Ryan McFall
In trying to configure an SMTPAppender for use with log4j so that error reports on the server can be emailed out, I ran into difficulties getting JavaMail to work correctly. I found many posts indicating that the problem is either: 1. multiple copies of the JavaMail classes in the