I am making some progress here.

I am not using appengine - but it looks as if the appengine jars have
been put into WEB-INF/libs anyway - this maybe hangover from problem
with eclipse gwt upgrade which required a lot of fixing and re-
installing of various things.

By experimenting with removing jars and running I can get to a
situation where e-mailers work and gwt pages also appear to work.

Does anyone know which jars are definately required by a tomcat server
being used with gwt - and which ones are actually required just by the
appengine ?

At the moment things seem to work with 'gwt-servlet.jar' in there on
its own - but should any of the others be put back also ?

Andrew

On Oct 8, 2:13 pm, AndrewG <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to