[appengine-java] Re: Problem Adding a User Library [.Jar file]

2011-08-29 Thread Sudhakar Abraham
Include your .jar file into Project-->Properties-->Java Build Path --- >Library [Add external jars] in eclipse IDE. In project.gwt.xml file, inherit the required module like (or) Add all class files in your project classes directory. Inherit the required module( ). S. Abraham www.DataStoreGwt.c

[appengine-java] Re: Strange error after deployment

2011-09-12 Thread Sudhakar Abraham
Please check whether all class files are in /war/WEB-INF/classes directory. You have to change the application id version of your project. For this, edit appengine.web.xml file accordingly and clear the cache ( in Windows C:\Program Files\Windows\temp ) directory and upload the application to go

[appengine-java] Re: 404 on Ganymede plug-in zip

2011-09-12 Thread Sudhakar Abraham
Download GWT SDK from the link "http://code.google.com/webtoolkit/ download.html". Extract the gwt-2.4.0.zip file to your own directory. In eclipse IDE choose the Project ->Properties-->Google-- >WebToolkit-- >configure sdk tab. Point to your extracted gwt-2.4.0 s. Abraham www.DataStoreGwt.com On

[appengine-java] Re: starting today: send.Mail took too long to respond

2011-09-13 Thread Sudhakar Abraham
Here is a sample code segment ( which is working ) for sending mail using Google App Engine. Please see the documentation @ "http:// download.oracle.com/javaee/1.4/api/index.html". Hope it helps. S. Abraham www.DataStoreGwt.com // client side code import com.google.gwt.core.client.EntryPoint; i

[appengine-java] Re: You do not have permission to modify this app

2011-09-19 Thread Sudhakar Abraham
You can directly upload your application without using eclipse plugin. 1. Change your application version in appengine-web.xml. 2. Go to command prompt, point your app engine SDK version 1.5.0 (_your app engine SDK directory\appengine-java-sdk-1.5.0.1\bin) 3. Update your application using

[appengine-java] Re: unable to install google app engine plugin for eclipse(indigo)

2011-09-19 Thread Sudhakar Abraham
I too faced a similar problem. First install eclipse(Indico). Download the Google App Engine SDK for Java from the link "http:// code.google.com/appengine/downloads.html". Download the zip file(appengine-java-sdk-1.5.4.zip) and extract the zip file to your_directory. In Eclipse IDE, select the

[appengine-java] Re: list my site in gogle search

2011-09-26 Thread Sudhakar Abraham
Create your domain, upload your application to App Engine and point your application to your domain. The following are the steps to register your domain in google. step 1: Go to the Webmaster using the link "www.google.com/webmasters/ tools/" step 2: Enter your username and password of google a

[appengine-java] Re: Error after deploying the application in appspot

2011-10-03 Thread Sudhakar Abraham
Compile your project in eclipse, upload entire war directory of your project into google app engine. Try these steps. step 1: Go to Google App engine sdk directory through command prompt Ex: Your _extracted _app engine _directory \GoogleAppEngine\appengine-java-sdk-1.5.0.1\bin st

[appengine-java] Re: java.lang.IllegalStateException: Found a jar file too large to upload: "C:\DOCUM E~1\USER~1.SER\LOCALS~1\Temp\appcfg58666690729387545.tmp\WEB-INF\lib\gwt-user.ja r". Consider usin

2011-10-10 Thread Sudhakar Abraham
Your application in war directory seems to be too large. Try options --enable_ jar_splitting with appcfg command in appengine-java-sdk. step 1: Go to Google App engine sdk directory through command prompt step 2: Type appcfg --enable_jar_splitting update war_directory of your applicati

[appengine-java] Re: Can't get log4j working

2011-10-18 Thread Sudhakar Abraham
Copy and paste the log4j.properties file into WEB-INF/Classes directory. Specify the properties file in appengine-web.xml file. S. Abraham www.DataStoreGwt.com Persist objects directly in Google App Engine appengine-web.xml On Oct 16, 12:12 am, Andrew Ducker wrote: >

[appengine-java] Re: Strange behavior with OpenID

2011-10-19 Thread Sudhakar Abraham
Get the userService object from the UserServiceFactory class in google app engine api. Invoke the getCurrentUser() method in userService object. Check whether the user is alive or not. if user is alive call the createLogoutURL(pass_your_ logout_ url), or call the createLoginURL(pass_your _login

[appengine-java] Re: java.lang.IllegalStateException: Found a jar file too large to

2011-10-24 Thread Sudhakar Abraham
Get the answer from error message itself. Enable jar splitting command in appengine-java-sdk-1.5.0.1. Try the below steps S. Abraham www.DataStoreGwt.com Persist objects directly in Google App Engine 1. Go to Google App engine sdk directory through command prompt Ex: your_drive\Program Fi