[appengine-java] play framework-gae

2012-01-21 Thread Priyatham Suresh
The server encountered an error and could not complete your request. i have developed a simple hello world play framework and gae application. the above error message is coming when i deploy my play framework and app engine application any one of you please help me -- You received this messa

[appengine-java] playframework-crudsiena-2.0.2-gae-1.6.0_b1

2012-01-18 Thread Priyatham Suresh
hi this is priyatham suresh i have devoloped a simple playframework-crudsiena-2.0.2-gae-1.6.0_b1 application. it runs successfully in my local db but when i run this in app engine it displays the following error message *The server encountered an error and could not complete your request

[appengine-java] DataStoreFactory and KeyFactory

2012-01-04 Thread suresh ashok
Hi All, Is we need any additional lib to be included in the classpath to use the DataStoreFactory and KeyFactory in GAE? I am trying to use the both but it fires an exception like this java.lang.NoClassDefFoundError: com/google/appengine/api/datastore/ KeyFactory Regards, Suresh -- You

[appengine-java] BackEnd Names cant able to retreive back

2012-01-04 Thread suresh ashok
= service.getCurrentBackend(); System.out.println("The current backend name is"+currentBackendName); Any idea about how to retrieve the backend names in GAE. regards, Suresh -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java&quo

[appengine-java] BackEnd Names

2012-01-04 Thread suresh ashok
= service.getCurrentBackend(); System.out.println("The current backend name is"+currentBackendName); Any idea about how to retrieve the backend names in GAE. regards, Suresh -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java&quo

[appengine-java] Any Alternative for Cron Jobs?

2011-12-29 Thread suresh ashok
Hi, I am looking for any alternative for Java Cron Jobs because of some issues while using Java Cron Jobs. Regards, Suresh -- 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-java] Re: Any Hands-on Sample for CRON-jobs ?

2011-12-29 Thread suresh ashok
Is this works well in local server, ie is it read the cron.xml locally?? On Dec 29, 2:35 pm, Carter Maslan wrote: > you write a java sevlet that handles the url specified by each cron entry in > cron.xml. > > On Dec 29, 2011, at 1:02 AM, suresh ashok wrote: > > > >

[appengine-java] Re: Any Hands-on Sample for CRON-jobs ?

2011-12-29 Thread suresh ashok
Hi Carter, i had gone through the URL given but how it is used in java. Is just .xml files are fair enough to use Cron jobs. Regards, suresh On Dec 29, 1:05 pm, Carter Maslan wrote: > Yes we use it, if this is what you > mean:http://code.google.com/appengine/docs/java/config/cro

[appengine-java] Re: Any Hands-on Sample for CRON-jobs ?

2011-12-29 Thread suresh ashok
I just want to - collecting data from a remote source and caching it locally and retreive it later Rgds, Suresh On Dec 29, 1:05 pm, Carter Maslan wrote: > Yes we use it, if this is what you > mean:http://code.google.com/appengine/docs/java/config/cron.html? > > > > On We

[appengine-java] Any Hands-on Sample for CRON-jobs ?

2011-12-28 Thread suresh ashok
Hi, Did anyone used the CRON-jobs in Java. Regards, Suresh -- 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-java@googlegroups.com. To unsubscribe from this group,

[appengine-java] Any Hands-on Sample for CRON-jobs ?

2011-12-28 Thread suresh ashok
Hi, Did anyone used the CRON-jobs in Java. Regards, Suresh -- 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-java@googlegroups.com. To unsubscribe from this group,

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-28 Thread suresh ashok
Hi Sundar, It seems that link is fine to learn GAE basics, but their is nothing related to Java Data Store in that url. Regards, Suresh On Dec 28, 11:27 am, wrote: > Hi Suresh, > > Refer this site "vogella.de" > > I found this site with great- hands on sample code f

[appengine-java] Any pointers to how to retreive the data's from data Store and shows it in JSP?

2011-12-28 Thread suresh ashok
Hi All, Has anyone came across the requirement like this? Have to retreive the data's from Data Store and shows the result set of the dataStore's Data in the JSP? Regards, Suresh -- You received this message because you are subscribed to the Google Groups "Google App Engine

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-27 Thread suresh ashok
Hi, I can able to get the details about Java Data Store in Google Application Engine.. But is their any hands-on sample to demonstrate the Java Data Store in GAE. Regards, Suresh On Dec 27, 3:53 pm, Simon Knott wrote: > Hi, > > I highly recommend that you read all of the documen

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-27 Thread suresh ashok
Hi, Any inputs or hands-on for DataStore using Java are welcomed. Regards, Suresh On Dec 27, 2:23 pm, suresh ashok wrote: > Hi, > > Is their anyone well aware of the DataStore using Java ? > > Regards, > Suresh -- You received this message because you are subscribed to

[appengine-java] Re: Build a SOAP Server and a SOAP Client on Google App Engine

2011-12-27 Thread suresh ashok
Hi all, while running the above url, I am facing the following errors, com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 404: OK Any inputs on this ? Regards, Suresh On Dec 26, 3:01 pm, suresh ashok wrote: > Hi All, > > Did anyone gon

[appengine-java] Any inputs for How to use the DataStore for Java?

2011-12-27 Thread suresh ashok
Hi, Is their anyone well aware of the DataStore using Java ? Regards, Suresh -- 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-java@googlegroups.com. To unsubscribe

[appengine-java] Is Apache Axis is Supported in GAE?

2011-12-26 Thread suresh ashok
Hi All, Is Apache Axis is supported in GAE ? Regards, Suresh -- 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-java@googlegroups.com. To unsubscribe from this g

[appengine-java] Build a SOAP Server and a SOAP Client on Google App Engine

2011-12-26 Thread suresh ashok
Hi All, Did anyone gone through the codes given in the following URL for the SOAP Server and Client on Google App Engine. "http://code.google.com/appengine/articles/soap.html"; I try to do the same , but dont get the desired output as given in that page. Regards, Suresh -- Yo

[appengine-java] Re: Simple Java WebServices Call in GAE

2011-12-25 Thread suresh ashok
Hi, Any pointers for how to call the Webservices call in GAE? Regards, suresh On Dec 23, 9:46 am, suresh ashok wrote: > Hi, > > I need to get this  using Webservices call in GAE. > > Regards, > Suresh > > On Dec 22, 7:03 pm, vega <_v...@vr-web.de> wrote: > >

[appengine-java] Re: Simple Java WebServices Call in GAE

2011-12-22 Thread suresh ashok
Hi, I need to get this using Webservices call in GAE. Regards, Suresh On Dec 22, 7:03 pm, vega <_v...@vr-web.de> wrote: > hi > if my understanding of what you want to do is correct, this one might help > you:http://code.google.com/intl/de-DE/appengine/docs/java/urlfetch/

[appengine-java] Simple Java WebServices Call in GAE

2011-12-22 Thread suresh ashok
Hi, I am looking to create a simple Java Webservices call in which i am getting a String and retrieve it in many web pages. Any inputs for the same? Regards, Suresh -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.

[appengine-java] Re: Indexes - how to deal with them?

2011-12-21 Thread suresh ashok
Hi Mukesh, I am new to GAE. Can u guide me in using GAE DataStore in java and to store and retrieve data's using DataStore. Any hands on Samples are welcomed. Regards, Suresh On Dec 22, 5:58 am, Mukesh Joshi wrote: > I have the same question regarding unnecessary indexes and I am u

[appengine-java] Re: Webservices call in GAE

2011-12-20 Thread suresh ashok
hi, I did the application running in my development environment also, but the same blank page shows again, but i supposed to give " Hello Sample ". Regards, Suresh On Dec 20, 8:36 pm, Rick Mangi wrote: > Did you get it running in your development environment before trying >

[appengine-java] Re: Webservices call in GAE

2011-12-20 Thread suresh ashok
Hi all, I had gone through the following url for the Webservices document and gone through the given simple webservices, but i can't able to get the desired output instead it shows a blank page "http://code.google.com/appengine/articles/soap.html"; Regards, Suresh On Dec 19,

Re: [appengine-java] Re: issue with task queue implementation

2011-12-19 Thread suresh ashok
Vik, Any idea about how to call the java Webservices in GAE. Regards, Suresh On Dec 19, 4:51 pm, Vik wrote: > hi > > I found the issue. looks like the long emailid list was a problem.  to fix > it i changed the request from get to post and it worked, > Thankx and Regards > &

[appengine-java] Webservices call in GAE

2011-12-19 Thread suresh ashok
Hi, I just trying to call the webservices in GAE and can some one gives the valuable feedback to do the same. Regards, Suresh -- 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

[appengine-java] Task Queue for Java

2011-12-19 Thread suresh ashok
Hi, I am new to Google App Engine and i am trying to create the task Queue for Saving the message String and retreive it for later usage and is it possible to do the same using the Task Queue or else it is just use to save the content along with the URIs? Regards, Suresh -- You received

[appengine-java] Re: JMS Queue service in Google App Engine

2011-12-18 Thread suresh ashok
assigning task not a queue. Regards, Suresh On Dec 17, 2:34 am, "Ikai Lan (Google)" wrote: > Read this documentation about Task Queues and the Pull Queues: > > http://code.google.com/appengine/docs/java/taskqueue/overview.html > > I think this is the functionality you are

[appengine-java] Re: issue with task queue implementation

2011-12-18 Thread suresh ashok
Hi, Can u guide me in implementing the task Queue, I am new to GAE and is it possible to send/receive messages via Task Queue, I am asking about message String not an Mail. Regards, Suresh On Dec 17, 11:56 pm, Vik wrote: > Hie > > From my GAE code I am calling as > &

[appengine-java] Re: Basic Question Regarding Deploying the apps with Google Engine

2011-12-18 Thread suresh ashok
Simon, I can able to get the codes for the Task Queue but not sure how to run the code so that i can able to send the message/receive the message from the Task Queue,its message not a mail. Regards, suresh On Dec 16, 3:00 pm, suresh ashok wrote: > Simon, > > Thanks for the valuable

[appengine-java] Re: Basic Question Regarding Deploying the apps with Google Engine

2011-12-18 Thread suresh ashok
Hi Simon, I can able to find the codes in the above said webpage, but their is no proper explanation of how to run the code so that i can send the message/receive the message using Task Queue configuration, Can u guide in this ? Regards, Suresh On Dec 16, 3:00 pm, suresh ashok wrote: > Si

[appengine-java] Re: Basic Question Regarding Deploying the apps with Google Engine

2011-12-16 Thread suresh ashok
Simon, Thanks for the valuable feedback on my queries. Regards, suresh On Dec 16, 2:40 pm, Simon Knott wrote: > Suresh, > > I don't mind answering queries when there is a genuine problem, but I'm not > going to type "gae java task queue" into Google for you.

[appengine-java] Re: Basic Question Regarding Deploying the apps with Google Engine

2011-12-16 Thread suresh ashok
Hi simon , I just want to implement a queue to the existing project which is deployed in google api. For ex : I have to get the set of message and publish it to the other clients . Any suggestions ? Regards, Suresh -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: Basic Question Regarding Deploying the apps with Google Engine

2011-12-16 Thread suresh ashok
Hi, Thats fine but can u share some links which shows how to use the Task Queue API with Java ? Regards, Suresh -- 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-appe

[appengine-java] Re: unable to deploy applications to appengine

2011-12-15 Thread suresh ashok
hi Kesava Neeli, I too got the same error wat u did to work that fine. Regards, Suresh On Dec 7, 11:21 am, Kesava Neeli wrote: > Worked fine at 10:00 PM PST -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post

[appengine-java] Re: google app engine for java- using low level API to fetch data-how to send message after initially connecting to remote url

2011-12-15 Thread suresh ashok
hi, Can u share the same piece fo codes for the same. Regards, Suresh On Dec 15, 4:07 am, Arvind wrote: > In a Google App Engine for Java web app, I am trying to use the low > level api to invoke an XML RPC ...After looking at the docs, I figured > out the following code to connect

[appengine-java] JMS Queue service in Google App Engine

2011-12-15 Thread suresh ashok
Hi all, What i'm looking for is a queue service that i can run locally on google app engine might be using JMS queue for the same. Any inputs and suggestions are welcome and i am trying to do for the past couple of days but still cant able to fine the solution yet. Regards, Suresh --

[appengine-java] Re: Basic Question Regarding Deploying the apps with Google Engine

2011-12-15 Thread suresh ashok
particular jar. Is their any other alternative way such that to implement the JMS concept in the Google Application. Regards, Suresh On Dec 15, 11:39 am, Simon Knott wrote: > Hi, > > Do you normally do development Suresh, or are you just getting into it?  If > it's the latter

[appengine-java] Basic Question Regarding Deploying the apps with Google Engine

2011-12-14 Thread suresh ashok
Hi, I had deployed the application in the google app engine and i am not able to access the page and exception fired as below pls check the given url for the same. Url: http://1.demosoapcligreet.appspot.com/HelloSoapClient.html Exception : HTTP ERROR 500 Problem accessing /helloso

[appengine-java] Re: basic question about deploy application

2011-12-14 Thread suresh ashok
Hi, For me too check this yaar <http://demosoapcligreet.appspot.com/> http://demosoapcligreet.appspot.com/HelloSoapClient.html Any idea about this exception. Please enter some Text and select one from drop down and submit. Regards, Suresh -- You received this message becau

[appengine-java] Re: Sample Application using SOAP and webservices using Google App Engine Project

2011-12-14 Thread suresh ashok
Hi Simon, How to find whether JMS supports HTML protocol ? I am purely new to JMS. Regards, Suresh -- 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.google

[appengine-java] Exception while running the sample SOAP Project in Google Engine

2011-12-14 Thread suresh ashok
Hi all, HTTP ERROR 500 Problem accessing /hellosoapclient. Reason: The server sent HTTP status code 404: OK This is the exception i am getting when i try to run the sample soap application in the google app engine. Any ideas, warmly welcome Regards, Suresh -- You

[appengine-java] Re: Sample Application using SOAP and webservices using Google App Engine Project

2011-12-14 Thread suresh ashok
Can u have any idea on this Regards, Suresh -- 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.google.com/d/msg/google-appengine-java/-/L9_B7cgxqbcJ. To po

[appengine-java] Re: Sample Application using SOAP and webservices using Google App Engine Project

2011-12-13 Thread suresh sa
hi, can u tell me how to use WSGEN to generate the Client codes i am new to Google app Engine and is i need to download some other software to use WSGEN Regards, Suresh -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java"

[appengine-java] How to use WSGEN to Generate WSDL File

2011-12-13 Thread suresh sa
Hi, Can some one guide in JAX-WS tool wsgen to generate a WSDL file and the JAX-B POJOs that will be of use to us in our SOAP server. So that i ll helps us for creating the client application to be created automatically for the server. Regards, Suresh -- You received this message

[appengine-java] Sample Application using SOAP and webservices using Google App Engine Project

2011-12-13 Thread suresh sa
Hi, Can anyone guide me in Creating the Sample application using JMS and webservices, i need to send the message in a Queue and i need to deploy and run this one in the Google App Engine. Regards, Suresh -- You received this message because you are subscribed to the Google Groups "G

[appengine-java] Unable to find the webapp directory

2011-05-30 Thread Suresh
hi i have just installed the java sdk. after extracting the files from the appengine-java-sdk-1.3.0 jar, I am trying to start the server with at the command line with the following: C:\Program Files\GoogleAppEngine\appengine-java- sdk-1.3.0\bin>dev_appserver.cmd C:\Program Files\GoogleAppEngine

[appengine-java] Unable to find the webapp directory Files\GoogleAppEngine\appengine- java-sdk-1.3.0\demos\guestbook\war

2011-05-30 Thread Suresh
hi i have just installed the java sdk. after extracting the files from the appengine-java-sdk-1.3.0 jar, I am trying to start the server with at the command line with the following: C:\Program Files\GoogleAppEngine\appengine-java- sdk-1.3.0\bin>dev_appserver.cmd C:\Program Files\GoogleAppEngine

[appengine-java] @Entity annotation

2010-12-12 Thread Suresh Reddy
;Datastore Viewer" from Dashboard, I didn't fine any entities related to my application. only _ah_Session entity is present in the drop down. I was expecting entities to be created on deployment. Did I miss anything? My application has about 10 entities. Thanks, Suresh -- You received this

[appengine-java] Re: How to preload SQL data into datasource

2010-12-10 Thread Suresh Reddy
_sys_path() script_name = os.path.basename(file_path) script_name = SCRIPT_EXCEPTIONS.get(script_name, script_name) script_path = os.path.join(script_dir, script_name) execfile(script_path, globals_) if __name__ == '__main__': run_file(__file__, globals()) -- This is not same

[appengine-java] How to preload SQL data into datasource

2010-12-10 Thread Suresh Reddy
what about my data from MySQL tables? is there a way to push this data on GAE? Any pointers would be highly appreciated. Thanks, Suresh -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send

[appengine-java] petstore deployment

2010-12-07 Thread Suresh Reddy
oes not exist (app_id=u'petstore5'). I have SDK 1.3.8; does this mean, I can't use this version anymore? Any pointers would be highly appreciated. Thanks, Suresh -- You received this message because you are subscribed to the Google Groups "Google App Engine for Jav

[appengine-java] Mapreduce gives error when I execute job on appengine cloud?

2010-10-22 Thread suresh babu
more -- Regards Suresh Babu G -- 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 google-appengin