[appengine-java] Re: Error handler for 403 Forbidden error

2010-04-30 Thread seleronm
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

[appengine-java] Re: JAXB

2010-04-30 Thread seleronm
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.

Re: [appengine-java] Has anyone got actually got tag files to work?

2010-04-30 Thread seleronm
Hi, How about this example? taglib taglib-uri/WEB-INF/tags/taglib-uri taglib-location/WEB-INF/xxx.tld/taglib-location /taglib 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

Re: [appengine-java] Any further Tutorials? Basic questions

2010-04-29 Thread seleronm
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 fundamental

[appengine-java] Re: Deploy Connection Refused

2010-04-29 Thread seleronm
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 robopa...@gmail.com

[appengine-java] Re: JDO unowned relationship

2010-04-29 Thread seleronm
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.

[appengine-java] Re: Updating data class resets data fields

2010-04-28 Thread seleronm
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

[appengine-java] Re: JSP showing new DB data problem.

2010-04-27 Thread seleronm
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

Re: [appengine-java] Guice filter

2010-04-25 Thread seleronm
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 the version

[appengine-java] Re: Cannot persist a HashMap

2010-04-17 Thread seleronm
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(serialized

[appengine-java] Re: Clear particular session manually

2010-04-16 Thread seleronm
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);

[appengine-java] Re: java.awt.Color is a restricted class

2010-04-14 Thread seleronm
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 there a

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-29 Thread seleronm
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:54 pm,

[appengine-java] Re: GAEJ Access to Google Calendar, How to Authenticate ?

2010-03-29 Thread seleronm
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., 08:53,seleronmseler...@gmail.com wrote: Hi,

[appengine-java] Re: Problem with login when testing locally

2010-03-28 Thread seleronm
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: 89)  

Re: [appengine-java] XMPP : Sendinvitation failed with xx...@gmail.com

2010-03-19 Thread seleronm
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 operate

Re: [appengine-java] Problem with using Apache HttpClient

2010-03-09 Thread seleronm
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

Re: [appengine-java] Issue with updating owned one to many relationship

2010-03-09 Thread seleronm
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-many

[appengine-java] Re: A user need to be register to gtalk to send a message to a XMPP App engine application?

2010-03-05 Thread seleronm
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

[appengine-java] Re: Compare keys with JDO ?

2010-02-26 Thread seleronm
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; ...

[appengine-java] Re: Help needed with Error

2010-02-24 Thread seleronm
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 sandeep.ba...@gmail.com wrote: I have been getting this error since my last deployment. Everything works

[appengine-java] Re: How to get the size of my cache object to avoid pass over the 1M limitation?

2010-02-23 Thread seleronm
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 vir...@gmail.com

Re: [appengine-java] Re: java.io.IOException: Truncated quoted printable data (in 1.3.0 and 1.3.1)

2010-02-13 Thread seleronm
(Exception e) { // when quoted-printable decoding IOException: Truncated quoted printable data content = LenientQuotedPrintableDecoder.decode( mimeMessage.getRawInputStream()); // returns String } On Feb 12, 3:12 am, seleronm seler...@gmail.com wrote: Hi, It is likely already

[appengine-java] Re: Mail with ODT attachment

2010-02-13 Thread seleronm
Hi, I think it is a good idea. On 2月13日, 午前1:34, Peter Ondruska peter.ondru...@gmail.com 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 seler...@gmail.com wrote: Hi. ODTmight not be able to be used

[appengine-java] Re: Mail with ODT attachment

2010-02-12 Thread seleronm
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 geert.van.leemput...@gmail.com wrote: I am trying to

[appengine-java] Re: java.io.IOException: Truncated quoted printable data (in 1.3.0 and 1.3.1)

2010-02-12 Thread seleronm
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 jwein...@gmail.com wrote: I am receiving

Re: [appengine-java] Re: can't send attachment via Java Mail API supported by GAE

2010-02-11 Thread seleronm
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 being not able

Re: [appengine-java] Running a cron job within a time span of work days

2010-02-11 Thread seleronm
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, can

Re: [appengine-java] queue.xml question

2010-02-10 Thread seleronm
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

Re: [appengine-java] Unable to upload application - Total refill rate must not exceed 20 per second

2010-02-06 Thread seleronm
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 rate numbers may have to decrease Please try. thanks. hi, I'm unable to upload the application to GAE. Check logs Unable

Re: [appengine-java] can't send attachment via Java Mail API supported by GAE

2010-02-04 Thread seleronm
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. code MimeMessage msg = new MimeMessage

[appengine-java] Re: Can't run the Java version of GAE.

2010-02-02 Thread seleronm
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 schwa...@google.com wrote: Sorry, I don't really have any theories.  No one else has ever reported this, so lets

Re: [appengine-java] Problema Index en JDO

2010-01-29 Thread seleronm
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: Uncaught

Re: [appengine-java] Re: Deleting unused indices

2010-01-19 Thread seleronm
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

Re: [appengine-java] Re: jsp work directory

2010-01-10 Thread seleronm
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

Re: [appengine-java] Re: jsp work directory

2010-01-09 Thread seleronm
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

Re: [appengine-java] unable to delete cron job

2010-01-02 Thread seleronm
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

Re: [appengine-java] Could not fetch URL with URLFetchService but with HttpClient

2010-01-01 Thread seleronm
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: