Hi,
How about this example?
/WEB-INF/tags
/WEB-INF/xxx.tld
Hope some of this helps.
Please try.
thanks.
>Hi,
>
>I'm a fairly longtime Java developer, but a real novice with App
>Engine, and I have been trying for the last day to get even the
>simplest tag file to work wit
Hi,
Though it is likely already to have known
I think that I can use jaxb by using memcache or datastore instead of
the filesystem.
The following links might be useful for marshal/unmarshal.
http://stackoverflow.com/questions/1955396/whats-the-easiest-way-to-persist-java-objects
Plese try.
than
Hi,
I tried a little.
It seems not to operate in production
though it is normal in the develop (403. Jsp displays it).
If you are the same phenomenon,
you might have also to do post to issue list.
thanks.
> Hi, all
> I have an application, that allows only administrator to enter it, but
> I w
Hi,
It is not in JDO and if lowlevelAPI is used, it might be possible.
Please examine
[com.google.appengine.api.datastore.Entity#getParent]
http://code.google.com/intl/en/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Entity.html#getParent()
thanks.
Hope some of this helps.
>
Hi,
Though it doesn't examine in detail.
If the cause is a setting of proxy
I guess this covers the question
http://groups.google.com/group/google-appengine-java/browse_thread/thread/15d3dc0edd0af574
Hope some of this helps.
Please try.
thanks.
On 4月27日, 午前12:16, Paul wrote:
> I have been
Hi,
>Hello,
>
>i am a quite expierenced programmer in java, but i am totally new to
>web apps, especially gae.
>
>I have worked through the guestbook tutorial, but now i still cant
>start to program any comprehensive app.
>
>Are there any more how-to oder tutorials where i can learn more about
>fu
Hi,
I think that this thread is useful.
http://groups.google.com/group/google-appengine-java/browse_thread/thread/d13d469752c825e7
Look for past threads
It may have useful information
Hope this helps,
thanks.
> No, this is not expected behavior. Try rolling back your application and
> seeing
Hi,
If the previous data is displayed,
I clear the browser cash when simply thinking.
They might be other causes.
I think that it is useful to check the content by log adminconsole.
thanks.
>
> When data is changed from the DB the JSP shows it to the user. The
> problem is that the JSP doesn't
Hi,
>On local machine I use guice for servlet-injection and map url to
>servlets:
> serve("/api").with(RemoteAPIImpl.class);
> serve("/shoplist/api").with(RemoteAPIImpl.class);
>and it work.
>
>On appengine servers it serve don't work and I have 404 error.
>
What is th
Hi,
I was useful referring to this thread.
You might be also useful for it.
http://groups.google.com/group/google-appengine-java/browse_thread/thread/fd8043e63ff6c22e/
Hope some of this helps.
thanks.
> I am not able to persist a HashMap field. This is how I define it:
>
> @Persistent(serializ
Hi,
Though it is not a question to me
I think that the following sources might be useful for the acquisition
of the key used with memcache.
DatastoreService service =
DatastoreServiceFactory.getDatastoreService();
Query query = new Query("_ah_SESSION");
PreparedQuery pq = service.prepare(query);
Hi,
The following link is not a solution
I think it answers the same question.
http://groups.google.com/group/google-appengine-java/browse_thread/thread/8017df29f14ed98e/
thanks.
> Hi,
>
> I am using JSF2.0 on AppEngine. I get the error below when I try to
> use a colorpicker utility.
> Is ther
Hi,
I am glad to be useful for you.
Moreover, in the near future
I am looking forward to [Built-in support for OAuth & OpenID].
thanks.
> Thank'sSeleronm,
>
> the AuthSubUtil was my missing part to fix my problem.
>
> Regards
> Stephan
>
> On 26 Mrz
Hi,
I was not able to have them reproduce behavior though I tried a
little.
(It was possible to execute it normally).
Can post do you the source code further?
I want to confirm behavior.
Or, the environment might be a cause.
thank.
> Come on!
> Anyone, anything?
>
> Thanks.
>
> On Mar 26, 12:5
Hi,
I think I want to try it.
Can post do you the source?
thanks.
> I'm getting this exception trying to use GAE to login in my local
> environment.
>
> java.lang.NullPointerException
> at
> com.google.appengine.api.users.dev.LoginCookieUtils.encodeEmailAsUserId(LoginCookieUtils.java:
>
Hi,
Though I am not an expert.
If you use not UserService but
[com.google.gdata.client.http.AuthSubUtil] the problem might be
solved.
I think that this link is useful.
http://code.google.com/intl/us/apis/gdata/docs/auth/authsub.html
Please try.
thanks.
> Hi GAEJ Experts,
>
> I like to access (
Hi,
I think that this thread is useful.
http://groups.google.com/group/google-appengine-java/browse_thread/thread/d13d469752c825e7
Hope this helps,
thanks.
>when a new property is added for an existing entity, new entity will
>be created along with the new property,
>whereas the old entity sho
Hi,
Is the problem solved?
I tried now.
Seems to run normally.
It is likely to have to look for other causes if it is not possible to
execute it normally.
Please try.
thanks.
>Good morning,
>
>From yesterday on and despite NO change in my code, user
>authentication (using LoginInfo describe
Hi,
I tried.
The following source think that it was able to execute it normally.
String sendEmail = "@gmail.com";
JID jid = new JID(sendEmail);
XMPPService xmpp = XMPPServiceFactory.getXMPPService();
xmpp.sendInvitation(jid);
When this source doesn't operat
Hi,
Though it is likely already to have tried
This link might be useful.
http://code.google.com/intl/us/apis/gdata/docs/auth/authsub.html
Please Try.
thanks.
> Hi -
>
> My App Engine Java application is restricted to a Google Apps domain.
> Users are authenticated in my application using the Ap
Hi,
I think that the following links are useful.
http://stackoverflow.com/questions/1513603/
Please try.
thanks.
>AFAIK almost any file can be apart of the docs that you upload (images, css,
>html, js, jsp, ico). I haven't had any trouble uploading images.
>
>Are you talking about accepting i
Hi,
Though it is a guess
System.out.println("--Update--");
//parent = read(parentId); //You comment here
parent.getChildren().add(new Child("childId2"));
I think that it can register two children by this method.
Please try.
thanks.
>Hi,
>I am having problem with updating an owned one-to-ma
Hi.
Though I do not understand the content of processing in detail.
If it is possible to substitute it
I recommend the use of [com.google.appengine.api.urlfetch].
Please try.
thanks.
>Hi Group,
>
>I have a problem. I want to make a HTTP Post request using Apache
>HttpClient. In the development
Please invite it by using [XMPP Addresses] from gtalk for appengine.
Please refer to the following links for details of [XMPP Addresses].
http://code.google.com/intl/us/appengine/docs/java/xmpp/overview.html#XMPP_Addresses
Please try.
Thanks.
On 3月5日, 午前4:21, nicolas melendez wrote:
> Hi There
Thanks for the info
Sorry for being late to reply
I think that [httpstatus 302] has been generated.
I think that uri for the cron work is secured admin.
Please Confirm .
thanks.
>Thanks for your reply,
>
> [admin console]-[Logs]-[Requests only] output is.
>
>0.1.0.1 - - [25/Feb/2010:00:11:1
Hi.
This might be useful.
Follow this thread:
http://groups.google.com/group/google-appengine-java/browse_thread/thread/2acea43161d8ac5/
Please try.
thanks.
> Hy...
> I'm using a JDO Query to retrieve some objects of type Contact witch
> contains:
> Key key;
> Key parentKey;
> String name;
> ...
Hi,
This might be useful.
Follow this thread:
http://groups.google.com/group/google-appengine/browse_thread/thread/685d2e9db4063a69
Please confirm.
thanks.
On 2月24日, 午後11:25, Sandeep wrote:
> I have been getting this error since my last deployment. Everything
> works fine in my local setup bu
Hi.
This method might be useful though I am not examining in detail.
http://code.google.com/intl/us/appengine/docs/java/javadoc/com/google/appengine/api/memcache/Stats.html
com.google.appengine.api.memcache.Stats#getTotalItemBytes()
Please try.
thanks.
On 2月22日, 午後8:15, opok wrote:
> I want t
Hi.
Though I am not examining in detail.
How about cron+synchronize?
(It was released with SDK1.3.1)
I think about start time is constant.
thanks.
On 2月17日, 午後4:43, AJ Chen wrote:
> I have a queue to run a task every hour by adding a new task (ETA=60min)
> after the current task is finished. I
Hi,
I think it is a good idea.
On 2月13日, 午前1:34, Peter Ondruska wrote:
> Shall we file a bug report for enhancement to include open document
> formats? What do you think?
>
> On Feb 12, 12:05 pm, seleronm wrote:
>
> > Hi.
>
> > ODTmight not be able to be u
>Object content;
>try {
>content = mimeMessage.getContent(); // or mimeBodyPart
>} catch (Exception e) {
>// when quoted-printable decoding IOException: Truncated quoted
>printable data
>content = LenientQuotedPrintableDecoder.decode(
>mimeMessage.getRawInputSt
Hi,
It is likely already to have tried.
This might be useful.
Follow this thread:
http://groups.google.com/group/google-appengine-java/browse_thread/thread/34fc6354a923e6af/c01e478a169b2e8f?#c01e478a169b2e8f
Please try.
thanks.
On 2月11日, 午前10:36, moca wrote:
> I am receiving the error below wh
Hi.
ODT might not be able to be used.
Please refer to the following links
[http://code.google.com/intl/us/appengine/docs/java/mail/
overview.html]
[Sending Mail with Attachments] section
thanks.
On 2月12日, 午前10:25, Geert van Leemputten
wrote:
> I am trying to send a mail containing an openof
Hi,
May be possible if the following way
1.Taskqueue that operates every four hours and two minutes is made.
2.Cron that calls the Taskqueue at 10:00 is made.
Please try.
thanks.
>Hi,
>
>I want to configure a cron job for running every 2 minutes from (e.g.)
>1000 to 1600 hours.
>
>Firstly
Hi.
It is great.
I was able also to receive attached mail.
Congratulations.
>Thanks everything is working now. Now attachment is working.
>
>Flex base video to image capture application hosted on google app
>engine
>
>http://clickpicture.appspot.com/Video.html
>
>> Hi.
>>
>> I'm sorry for be
Hi,
Maybe the following thread may help
http://groups.google.co.uk/group/google-appengine/browse_thread/thread/3d64511a517cffc1/64fe290597597511
Hope this helps,
>The bucket size and rate seem to have no effect when running my
>application in eclipse. The tasks added to my queue are processed
hi.
I guessed because I paid attention to the following parts.
[Invalid queue configuration. Total refill rate must not exceed 20 per second
(is 24.0).]
queue.xml the numbers may have to decrease
Please try.
thanks.
>hi,
>
>I'm unable to upload the application to GAE.
>
>Check logs >>
>Una
Hi.
I think that I can transmit if it is shape that stores
msg and attachement in each Part
Please try.
thanks.
>Multi-Part Messages
>
>I can't send attachment (simple image file) to email but normal text
>email is working.
>
>
>
>MimeMessage msg = new MimeMessage
Hi.
Though it might be unrelated
Please refer to the following links
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044
Please Try.
thanks.
On 2月3日, 午前4:23, Don Schwarz wrote:
> Sorry, I don't really have any theories. No one else has ever
> reported this, so lets start with what makes
Hi,
What state is [Datastore Indexes] of your Admin Console ?
thanks.
>Hola mi aplicacion funciona muy bien a modo local
>sin embargo en el Servidor real App Engine obtengo esta pila de error
>
>Que me falta configurar ?
>
>My application run very good in localhost
>but in appengine error:
>Unc
Hi,
Incidentally,
I isuue list
http://code.google.com/p/googleappengine/issues/detail?id=1893
link that is also listed in the
http://groups.google.com/group/google-appengine-java/browse_thread/thread/c8a7888438efeb9/cdbaeb27befcfd75
vacuum_indexes I think that the steps listed.
Please try
tha
Hi.
Though it is likely to differ by operation system.
when it is the following formats, the error might be able to be evaded.
dev_appserver.cmd "C:\Program Files\GoogleAppEngine\appengine-java-sdk-1.
3.0\demos\guestbook\war"
Please try.
thanks.
>hi
>
>i have just installed the java sdk. af
Hi,
When it searches c:/Users/[username]/AppData/Local/Temp/
It might be found.
Please try variously.
thanks.
>I am having the question with trying to find the work directory. I am
>running eclipse on a windows (vista) machine. I explored reference
>provided by sleeronm without any luck on my
Hi,
The following links might serve as a reference though it is thought that
it differs depending on OS that you are using.
http://groups.google.com/group/google-appengine-java/browse_thread/thread/e63281b3e3d1b05/9b12a70f5172c6c1
Please try.
thanks.
>the directory where the jsps are transl
Hi,
Please refer to the following links
http://code.google.com/intl/us/appengine/docs/java/config/cron.html
[Uploading Cron Jobs] section
Please try.
Thanks.
>I created a sample cron job with an excution frequency of 2 minutes
>just to experiment with the working of cron on GAE. After a few
>in
Hi,
I tried a little.
( SDK 1.3.0)
The condition that IOException is generated
when value of the URL parameter .(dot) is included.
This is not generated in production.
I think that the possibility of bug of development environment(SDK).
thanks.
>I have an url which is redirecting:
>
>http:
46 matches
Mail list logo