I am having problem with an e-mail alert system that runs using JavaMail. This runs server-side under Tomcat and sends out warnings when things go wrong. I have now introduced gwt front-end components - but am deploying and running under Tomcat - not Google App Engine (App engine box not ticked in eclipse project google properties either). All of the jars that are usually necessary for JavaMail are on the classpath.
It looks as if the JavaMail transport is being 'hijacked' in the way that I believe it is supposed to do when running under AppEngine - but I am not running it under AppEngine - it is using Tomcat. The errors look like: Error: com.google.apphosting.api.ApiProxy$CallNotFoundException: The API package 'mail' or call 'Send()' was not found. com.google.apphosting.api.ApiProxy$CallNotFoundException: The API package 'mail' or call 'Send()' was not found. which clearly suggests that mail operations are being handled via a google apphosting component - not the expected ones. The e-mail error handlers are all in a separate utility project - so I just want to re-use them - not change them. Anybody know how to get around this ? Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
