[appengine-java] Re: OAuth and Appengine java

2011-08-30 Thread sats
What is the client you are using. I use the Spring oAuth API's and there was a good blog post about going around the OAUTHConsumer class. Here is the link . -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. T

[appengine-java] Re: GAE Mail Sending Error-

2011-07-26 Thread sats
Looks like there was a bad ref. to the mail.jar in classpath. I restarted the workspace and things are looking better. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.googl

[appengine-java] GAE Mail Sending Error-

2011-07-25 Thread sats
Dear All- Here is a log trace that I get for an piece of code that is trying to send out an email. java.lang.NoClassDefFoundError: com/sun/mail/util/TraceOutputStream at com.google.appengine.runtime.Request.process-1ef8200785964f49(Request.java) at java.lang.Class.getDeclaredConstructors0(Nativ

[appengine-java] Struts Validator not working.,

2010-02-01 Thread sats
Am sure this is something that is known to someone in the community to tell me what am doing wrong. I have the struts validator framework defined. Appengine compiles, but when am trying to run the app in my local-host; The request dispatcher object in validator framework is comin back as a null. A