[appengine-java] Re: How to display user name beside email address!

2012-02-14 Thread RAJ
If someone has got solution, please share!!! Thanks, Raj On Feb 1, 9:45 pm, RAJ wrote: > Hi All, > > I am trying to figure out some way to display user name beside showing > email address on my home page! > > I am using below code as suggested on app engin

[appengine-java] How to display user name beside email address!

2012-02-01 Thread RAJ
e app engine to make it work?? Any suggestions please!! Thanks in advance! Cheers, Raj -- 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.

[appengine-java] Re: Conversion API - Adding Assets Example Wrongly Documented

2012-01-05 Thread RAJ
t( "image/gif", image_data, "static/icon.gif"); List assetsList = new ArrayList(); assetsList.add(asset); assetsList.add(subAsset); Document document = new Document(assetsList); Cheers, Raj On Jan 4, 5:31 pm, RAJ wrote: > Hi All, > > I am trying to produce pdf rep

[appengine-java] Conversion API - Adding Assets Example Wrongly Documented

2012-01-04 Thread RAJ
mage as sub-asset in my main html string. There is no java api mentioned for the same! Has someone done this earlier using Java? (Example in python is correctly described) Cheers, Raj -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java

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

2011-09-19 Thread raj
when i try to install google app engine plugin for eclipse it keeps giving below error message at about 47% "installing software has encountered a problem. An error occured while collecting items to be installed" An error occurred while collecting items to be installed session context was:(profil

[appengine-java] Is there any way to generate excel file in google app engine application?

2011-09-05 Thread raj
Is there any way to generate excel file in google app engine application? i want to generate excel file on click of button so how it can be done on google app engine application.. Thanks in advanced -- You received this message because you are subscribed to the Google Groups "Google App En

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-30 Thread nag raj
HI Simon/Karthik, I tested and found the application is getting accessed successfully. So, that should be some server related maintenance issue, yesterday(correct me). Thanks for all your response. Regards, Nagaraj. -- You received this message because you are subscribed to the Google Group

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-30 Thread nag raj
HI Simon, I' am not using eclipse plugin. I' am using command prompt for everything. first I registered myself with google app engine and created an application named "babuguestbook". No I changed the application's appengine-web.xml babuguestbook and heres the command I give, (the guestbook

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-29 Thread nag raj
Hi Karthik, the application which I uploaded is, the sample application that comes along with the appengine-java-sdk-1.4.2. I did not make any modifications. Since, I've just started learning Google App Engine, I tested by deploying any existing application under my domain and thats it. FYI,

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-29 Thread nag raj
Hi, Thanks for your response, I get the following error, Uncaught exception from servlet javax.jdo.JDOUserException: Persistent class "Class guestbook.Greeting does not seem to have been enhanced. You may want to rerun the enhancer and check for errors in the output." has no table in the datab

Re: RE : Re: RE : Re: RE : [appengine-java] ANT - Guestbook tutorial - [java] INFO: Unable to access http://appengine.google.com/api/updatecheck?

2010-04-19 Thread Raj
o your local hosts file (would be /etc/hosts on unix like system, > no idea on its whereabouts on windows) > > On 19 April 2010 07:25, Raj wrote: > > > > > > > Thanks again, yes you are right, the ping cannot find the host. > > > Sorry to have wrote to you

Re: RE : Re: RE : Re: RE : [appengine-java] ANT - Guestbook tutorial - [java] INFO: Unable to access http://appengine.google.com/api/updatecheck?

2010-04-18 Thread Raj
Thanks again, yes you are right, the ping cannot find the host. Sorry to have wrote to you directly and thanks for your help. My apologies. On 18 Apr, 18:30, Romain Pelisse wrote: > Raj, > > >Romain Pelisse, > >Sorry to bother you with this one and wrote to you directly. &

Re: RE : Re: RE : [appengine-java] ANT - Guestbook tutorial - [java] INFO: Unable to access http://appengine.google.com/api/updatecheck?

2010-04-18 Thread Raj
Just wrote a small java code to open a url and thats works fine. What is the real probblem then? On 18 Apr, 15:04, Raj wrote: > > ie ? Poor of you...well some corporate..bs. > > Anyway will do per your suggestion. > Anyway to check the my proxy address and what type it is? >

Re: RE : Re: RE : [appengine-java] ANT - Guestbook tutorial - [java] INFO: Unable to access http://appengine.google.com/api/updatecheck?

2010-04-18 Thread Raj
n that try to access an url to see if this works... > > Le 18 avr. 2010 13:45, "Raj" a écrit : > > I am not the administrator of this LAN, so cannot check the proxy > setting on the connection tab on IE either, any other ways I can check > the proxy setting? > > On

Re: RE : [appengine-java] ANT - Guestbook tutorial - [java] INFO: Unable to access http://appengine.google.com/api/updatecheck?

2010-04-18 Thread Raj
access the internet, there is a good chance you can extract from > it the proxy settings. > > As for settings the Java proxy parameters :http://tinyurl.com/y6arrdb > > On 18 April 2010 07:51, Raj wrote: > > > > > > > That is the whole problem, I have no clue what th

Re: RE : [appengine-java] ANT - Guestbook tutorial - [java] INFO: Unable to access http://appengine.google.com/api/updatecheck?

2010-04-17 Thread Raj
That is the whole problem, I have no clue what the proxy seetings are. Any help? On 17 Apr, 10:57, Romain Pelisse wrote: > Did configure the proxy : -Djava.proxy... > > (Google java proxy for exact syntax) > > Le 17 avr. 2010 10:48, "Raj" a écrit : > > I am usin

[appengine-java] ANT - Guestbook tutorial - [java] INFO: Unable to access http://appengine.google.com/api/updatecheck?

2010-04-17 Thread Raj
I am using ANT apache for my development purposes and as a setup and test, I used the Guestbook example that was provided in getting started part of the tutorial. Execution of ant runserver command from command prompt gives the following message (among others) based on built.xml [java] INFO: Unab

[appengine-java] Re: Google Plugin for Eclipse - working from behind the proxy

2010-04-17 Thread Raj
eclipse.org/releases/galileo. Which I am assuming that it could be a proxy issue but I am not sure. Any help? On Apr 15, 4:49 pm, Rajeev Dayal wrote: > Hi Raj, > > Have you considered starting out with the JEE version of Eclipse, and then > installing the plugin via the zip mecha

[appengine-java] Google Plugin for Eclipse - working from behind the proxy

2010-04-15 Thread Raj
I am trying to install the plug-in from behind a proxy and I have no clue of what/where the proxy is, it's addess and username/password to bypass it. So I had to install the plug ins from zip file as per the FAQ. The only problem is that none of the JEE plug in has been install so this Select Hel

[appengine-java] Re: JAXB Support

2010-04-11 Thread Raj
I was facing similar issue and use of 2.1.12 version of JAXB reference implementaion fixed the issue..Thanks On Apr 6, 10:41 pm, Toby Reyelts wrote: > It looks like you're bundling the latest 2.2 JAXB RI. Apparently they made a > change in that release which requires access to the protected metho

[appengine-java] Re: JDO vs low level API

2009-09-23 Thread Raj
I am not going to talk much about portability part. I believe everybody undestands that.. and some are ok with continuing with GAE datastore forever. But there can be changes in the APIs in later releases of GAE. Your code might working with later releases; but there can be better ways of doing th