Re: [appengine-java] Re: Policy prevented put operation

2010-08-02 Thread Sreekanth Raju
but previously I had not set any policy which was working now i have set the policy to MemcacheService.SetPolicy.SET_ALWAYS which is default does remove() or clear() cause any problem ? because after clearing the cache only the problem started. -- You received this message because you are

Re: [appengine-java] struts2 result 'null' not found google app engine

2010-05-04 Thread Sreekanth Raju
result is mapped to what... jsp, action ... ? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to

Re: [appengine-java] Re: sending mail in google app engine in java

2010-02-17 Thread Sreekanth Raju
in order to send mail in app engine, from address should be either admin or developer email id -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To

Re: [appengine-java] Struts2.1.8 tags does not work with appengine 1.2.6 and later

2009-12-31 Thread Sreekanth Raju
hi aswath, this should solve your problem http://groups.google.com/group/google-appengine-java/browse_thread/thread/dd84e44f604498c4 -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Re: Selecting more than 1000 rows ?

2009-10-19 Thread Sreekanth Raju
ok, let's say i want to retrieve entity from result list starting from index 1100 to 1150. how to achieve this ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this

[appengine-java] Re: Regarding Error in Jsp Code

2009-09-14 Thread Sreekanth Raju
have you configured 'JRE System Library' to JDK ? if not have look at this http://groups.google.com/group/google-appengine-java/browse_thread/thread/2a4be3c1d4a0feed/1d55c317e54fa985?lnk=gstq=jsp#1d55c317e54fa985 --~--~-~--~~~---~--~~ You received this message

[appengine-java] Re: regording to change the port number

2009-09-10 Thread Sreekanth Raju R
hi, hope this will help you http://dlinsin.blogspot.com/2009/04/playing-with-google-app-engine.html also you can try sample apps in the demos folder appengine-java-sdk-1.2.5\demos\ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[appengine-java] Re: regording to change the port number

2009-09-09 Thread Sreekanth Raju R
if you try to run the server, which is already running on the particular port then also the socket error will be displayed. please make sure that you have stopped the server then only start again. --~--~-~--~~~---~--~~ You received this message because you are

[appengine-java] Re: regording to change the port number

2009-09-09 Thread Sreekanth Raju R
to start the server right click on project Run As Web Application the following message will be displayed in the 'Console' The server is running at http://localhost:8080/ to stop the server in the 'Console' at the top you find tab 'Display Selected Console' click on that tab, you will see a

[appengine-java] Re: regording to change the port number

2009-09-08 Thread Sreekanth Raju R
right click on the project, go to Run As/ Run Configurations under 'Web Application' select the project and change the port number. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group.