[google-appengine] Re: Datastore Viewerで特定のKindを選択するとServer Errorが発生する。

2011-04-29 Thread m seleron
Hi, You may have already tried The problem might be resolved in the following thread http://groups.google.com/group/google-appengine-java/browse_thread/thread/bb0a04211e84f2fb/b3a2700dd62fceb4 Please try thanks On Apr 29, 10:30 pm, ひで a.hidek...@gmail.com wrote: Datastore

Re: [appengine-java] Custom location for local_db.bin?

2011-01-16 Thread m seleron
Hi, It might be solved by this thought is not a direct answer. http://groups.google.com/group/google-appengine-java/browse_thread/thread/3647a2d262386b41 please try thanks. 2011/1/16 A. Stevko andy.ste...@gmail.com: Why not just back it up or check-in to version control? Another option is to

[google-appengine] Re: JAXB Security issue

2010-07-02 Thread m seleron
Hi, I think that this information might be useful http://groups.google.com/group/google-appengine-java/browse_thread/thread/f4c52faf6cdbb731 please try. thanks. On 7月2日, 午前6:13, Steve Guthrie stephen.guth...@gmail.com wrote: When I try to use JAXB to parse XML I  get the following exception:

Re: [appengine-java] JSP code debug: Compiled JSP location in local environment

2010-05-04 Thread m seleron
Hi, The following threads might be useful though it depends on the operation system that you are using. http://groups.google.com/group/google-appengine-java/browse_thread/thread/e63281b3e3d1b05/9b12a70f5172c6c1 Hope some of this helps. thanks. Hi I got following error in my local enviroment

Re: [appengine-java] Re: JAXB

2010-05-01 Thread m seleron
Hi, I think that it is possible by using memcache or datastore. Though you might already have seen I think that the link where post was done by Duong BaTien is useful. Please try variously. thanks. Thanks saleronm I share your sample application adn its working. I have question, whether is

Re: [appengine-java] String datatype

2010-04-26 Thread m seleron
Hi. I guess this covers the question. http://code.google.com/p/googleappengine/issues/detail?id=2519 thanks. http://code.google.com/intl/en/appengine/docs/java/datastore/dataclasses.html short text string is 500 characters or 500 bytes? For example Russian characters encoded by two bytes

Re: [appengine-java] does gae4java 1.3.3 not suppote flag --use_sqlite.

2010-04-25 Thread m seleron
Hi, I think the offer only to SDK of the python edition of [--use_sqlite]. thanks. I got error --- Usage: dev-appserver [options] war directory Options:  --help, -h                 Show this help message and exit.  --server=SERVER            The server to use to

Re: [appengine-java] Re: AuthSub InvalidToken problem

2010-03-31 Thread m seleron
Hi, I made a simple sample. Please try. I hope I can be of some help to you. thanks. 2010/3/31 nicanor.babula nicanor.bab...@gmail.com: Hmm? No idea? ;) Thanks in advance. On Mar 30, 10:06 am, nicanor.babula nicanor.bab...@gmail.com wrote: That's all the code that deals with google

Re: [appengine-java] Problem with AppStats

2010-03-29 Thread m seleron
Hi, I tried. After successfully running the following was added to the web.xml. servlet servlet-nameappstats/servlet-name servlet-classcom.google.appengine.tools.appstats.AppstatsServlet/servlet-class /servlet servlet-mapping servlet-nameappstats/servlet-name

Re: [appengine-java] CPU Quota Exceeded on Startup

2010-03-28 Thread m seleron
Hi, The previous benchmark was carried out may be useful to you http://groups.google.com/group/google-appengine/browse_thread/thread/11b2f2b425e10e38/ In the future, in the roadmap [Ability to reserve instances to reduce application loading overhead] By and expects to be alleviated. thanks.

Re: [appengine-java] Configure the password for the account of Google App Engine in Eclipse

2010-02-26 Thread m seleron
Hi, I think that the input of the password is necessary for deploy with plugin of eclipse. Though it might be a little difficult I think that I can decrease the input frequency of the password if deply that uses [appcfg] . Please Try thanks. Hello, How can I, to avoid tedious re-enter

Re: [appengine-java] Cron is not working

2010-02-25 Thread m seleron
Hi. What is output to [admin console]-[Logs]-[Requests only]? please Confirm. thanks. 2010/2/25 Sowji sowji.ap...@gmail.com Hi to all, Crons in google app engine is not working for me. could you please help me. cron.xml - ? xml version=*1.0* encoding=*UTF-8*?

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

2010-02-17 Thread m seleron
HI, I'm sorry my information is useful in that no. I do not think that I limit a unique queuename if app-id is different. 2010/2/14 Ronin gauravwad...@gmail.com: I dont think it is related to queue configuration. All the queue rates are below 20. I cant upload this as a  second application (

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

2010-02-05 Thread m seleron
Hi. I'm sorry for being not able to explain well. Please try the following sources. code MimeMessage msg = new MimeMessage(session); Multipart mp = new MimeMultipart(); //attachmentPart MimeBodyPart attachment = new MimeBodyPart(); attachment.setFileName(videoimage.jpeg); ByteArrayDataSource

Re: [google-appengine] User is online/offline

2010-02-02 Thread m seleron
Hi, Though the user is limited I think that get_presence might be useful. Please refer to the following links python:http://code.google.com/intl/us/appengine/docs/python/xmpp/overview.html java:http://code.google.com/intl/us/appengine/docs/java/xmpp/overview.html [Sending Instant

Re: [appengine-java] Key question

2010-01-24 Thread m seleron
Hi, I think that I cannot use Object as Key. Please refer to the following links http://code.google.com/intl/us/appengine/docs/java/datastore/creatinggettinganddeletingdata.html#Keys thanks. 2010/1/25 jopaki jop...@gmail.com: Can I represent a primary key (Key) in an entity class as an

[appengine-java] Re: Statistics Query returns null Entity for statistic entity on Development Server

2010-01-18 Thread m seleron
Hi, I found the thread that looked like. http://groups.google.com/group/google-appengine-java/browse_thread/thread/f2595bcaa2256a93/68a5a9a28502410b?lnk=gstq=Statistics#68a5a9a28502410b In Development Server, statistics seems to return NULL. thanks. On 1月19日, 午前2:00, Stuart Moffatt

[appengine-java] The error occurs by registering QueueName again.

2010-01-17 Thread m seleron
Hi, Server Error (500) occurs as follows. Is there a workaround or something 1.queue.xml to upload my app the following file. queue-entries queue namedefault/name rate1/s/rate /queue queue namedeleteTasks/name rate10/s/rate bucket-size10/bucket-size /queue

[appengine-java] Re: Purge _ah_SESSION ???

2010-01-07 Thread m seleron
. Please look for it. Thanks. Where should I look for this sessionCleanupServlet? On Jan 7, 6:01 am, m seleron seler...@gmail.com wrote: Hi, Though it is likely already to have tried. You might solve the problem by examining sessionCleanupServlet. thanks. On 1月7日, 午後1:18, Jorge

[appengine-java] Re: File path in App Engine

2010-01-07 Thread m seleron
a java.security.AccessControlException: access denied (java.io.FilePermission /names.txt read) Anyone know how to resolve this? Thanks, Finbarr On Jan 7, 3:32 am, m seleron seler...@gmail.com wrote: Hi, It might be solved by this though is not a direct answer. Follow this thread:http

[appengine-java] Re: File path in App Engine

2010-01-06 Thread m seleron
Hi, It might be solved by this though is not a direct answer. Follow this thread: http://groups.google.co.jp/group/google-appengine-java/browse_thread/thread/474203bfe0936636/080b511624096ba8#080b511624096ba8 Please Try. thanks. Hello, I have recently started using App Engine for a

[appengine-java] Re: Purge _ah_SESSION ???

2010-01-06 Thread m seleron
Hi, Though it is likely already to have tried. You might solve the problem by examining sessionCleanupServlet. thanks. On 1月7日, 午後1:18, Jorge athenas...@gmail.com wrote: Is there a way to delete old _ah_SESSION entities? I found a post about deleting all sessions, both from the datastore and

[appengine-java] Re: Upload of images

2010-01-06 Thread m seleron
Hi, Is the following links useful though I am not looking in detail. http://stackoverflow.com/questions/1513603/how-to-upload-and-store-an-image-with-google-app-engine-java Please try. thanks. On 1月3日, 午前6:13, Hárley Diniz fhar...@gmail.com wrote: Hi, would like to know as to make upload of

[appengine-java] Re: Problem accessing a file on file system

2010-01-05 Thread m seleron
Hi, Though it doesn't confirm so much. I put the file in /WEB-INF directly. I think if you can access this form. WEB-INF/myfile.dat Please Try Thanks. On 1月5日, 午後4:57, Steph steph@gmail.com wrote: I am using a RandomAccessFile, which is whitelisted on Google App Engine. My simple code

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

2010-01-03 Thread m seleron
Hi, I'm sorry for being not able to explain adequately. I tried. cfm?fuseaction=Reports.SetReport ^ I think that this sign is a cause in the development where the Exception occurs. However, even if this sign is included I do not think that production garish

[appengine-java] Re: WARNING: No file found for:

2009-12-30 Thread m seleron
Hi, If you do not use GWT Please confirm it accesses by / and index.html is displayed If you can display index.html I think the link to default servlet to be displayed. When PojectName is [App2] servlet-mapping made with default seems to be made from the name of [app2]. (at least that was my

[appengine-java] Re: Robot copy to clipboard

2009-12-28 Thread m seleron
Hi, I think that I should evade using the one not explained in the whitelist. Please refer to this link. http://code.google.com/intl/us/appengine/docs/java/jrewhitelist.html I think it's possible to request the following links helpful.

Re: [google-appengine] ApiProxy class - needed for unit testing

2009-12-28 Thread m seleron
Hi. I confirmed its environment. The file : in SDK1.3.0. [appengine-local-runtime-shared.jar] I think that com.google.apphosting.api.ApiProxy exists. Please look for. It might have that the problem by there are certainly document and a difference. Thanks. 2009/12/28 Bill Allocca

[appengine-java] Re: Clear particular session manually

2009-12-27 Thread m seleron
Hi, In detail though it doesn't examine I think that the following content serves as a reference. http://code.google.com/intl/us/appengine/docs/java/config/appconfig.html Please look at the chapter of[Enabling Sessions] and [prefix of _ahs] I think that key of memcache turns out by the value of

[appengine-java] Re: Clear particular session manually

2009-12-27 Thread m seleron
Hi, Supplement is As another solution, I think sessionCleanupServlet also useful for examining things. Thanks. On 12月28日, 午後12:56, m seleron seler...@gmail.com wrote: Hi, In detail though it doesn't examine I think that the following content serves as a reference.http://code.google.com

[appengine-java] Re: mail message

2009-12-25 Thread m seleron
Hi, I tested the source code that you had contributed. It seems to operate normally. I think that the setting or the environment in the mail address is a cause. Follow this thread:

[appengine-java] Re: So I found out I can't simulate post in a cron job and pass parameters after ? in URL

2009-12-24 Thread m seleron
Hi, About [user=testrank=1] I think it is possible if '' is processed in HTMLescape. ?user=testamp;rank=1 Please Try. thanks. On 12月24日, 午後3:43, Tb tho...@bertranfamily.com wrote: I know it kinda looks ugly since I had to add a doGet method to my servlet to call doPost with the request and

[appengine-java] Re: Help with reading file

2009-12-21 Thread m seleron
Hi, I think that I become normal if [web-inf/gr17.tsp] is corrected to [WEB-INF/gr17.tsp]. Please Try. thanks. On 12月21日, 午後1:25, sebas tan sebastianc...@hotmail.com wrote: Hello, I have a simple application to read from afileand carry out operations on it. However, when deployed to appspot,

[appengine-java] Re: Finding abandoned child entities

2009-12-18 Thread m seleron
Hi. Thank you for following. Movement might be different depending on the entry method in JDO. thanks. -- 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.

[google-appengine] Re: ate up my app slot

2009-12-18 Thread m seleron
Hi, Though it is not suitable for a general opening to the public [version].latest.[app-...@appspot.com By specifying it I think that I can do operation different in each version. Though convenience is bad I think that slot that can be used by this method increases. Though something only has to

[appengine-java] Re: Finding abandoned child entities

2009-12-17 Thread m seleron
Hi, If you specify kind if it is lowlevelapi I think that it is possible to acquire list of entity How about the following examples? String kindName = kindName; // abandoned children kindname DatastoreService service = DatastoreServiceFactory.getDatastoreService (); Query query = new

[appengine-java] Re: Finding abandoned child entities

2009-12-17 Thread m seleron
Sorry, did not have enough explanation. I corrected it a little. I think that the method of confirming the parent existence is simple. It uses Entity#getParent() How about the following examples? String parentKindName = parentKind; //Parent Kindname String kindName = kindName; // Child

[appengine-java] Re: error 409

2009-12-16 Thread m seleron
Hi. Somewhere of the message I think the display as appcfg rollback. Follow this thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/7beadad55307cca5/fa488c86eca1a788?hl=enlnk=gstq=rollback+deploy#fa488c86eca1a788 If 409 is generated by rollback Please execute it

[google-appengine] Re: Mercurial

2009-12-14 Thread m seleron
I think that I can easily introduce it if it is tortoisehg. Please try once. http://tortoisehg.bitbucket.org/ thanks. On 12月14日, 午後10:41, Sam samwilson...@gmail.com wrote: I previously used subversion but I have recently swapped to mercurial. The problem I encounter is that my eclipse project

[google-appengine] Re: cancel cron job

2009-12-14 Thread m seleron
Please see the link below. http://code.google.com/intl/us/appengine/docs/java/config/cron.html http://code.google.com/intl/us/appengine/docs/python/config/cron.html thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Newbie question on sending email from gae

2009-12-14 Thread m seleron
For an easy confirmation Please set and execute x...@gmail.com by which setFrom/setRecipient logged in both dashboards of GAE. In this way I was able to send things to normal. please try. thanks. On 12月13日, 午後1:51, GregD greg.du...@gmail.com wrote: Any help please.   I'm trying to send email

[appengine-java] Re: Querying parent side of unowned relationship

2009-12-11 Thread m seleron
Hi, Though it doesn't understand how to register I think that I can be likely to do if it is not JDO but lowlevelAPI. Please examine [com.google.storage.onestore.v3.OnestoreEntity.Entity#getParent]. If this is not good, it might have to change the model. thanks. On 12月6日, 午前2:36, Jeffrey

[appengine-java] Re: File Access on App Engine

2009-12-08 Thread m seleron
Hi, Follow this thread. http://groups.google.com/group/google-appengine-java/browse_thread/thread/ef91a0e8c32c576e/3358e5877c6ef30e?lnk=gstq=FileInputStream#3358e5877c6ef30e thanks. On 12月9日, 午前7:49, mattkrae34 matt.krae...@gmail.com wrote: I'm using 1.2.8 SDK and on both local and the app

[appengine-java] Re: Processing incoming email

2009-12-04 Thread m seleron
Hi.Peter, As one example. When you use InputStream inputStream = message.getInputStream(); // ByteArrayDataSource inboundDataSource = new ByteArrayDataSource(inputStream, message.getContentType()); Multipart

[appengine-java] Re: TimeZone

2009-12-03 Thread m seleron
Hi, It is likely to possibly solve it by this. Please refer to the following links. http://www.javaworld.com/javaworld/jw-10-2003/jw-1003-time.html?page=3 The page in the back and forth might be also related. thanks. On 12月4日, 午前4:08, Nour Ahmed salahtimes...@googlemail.com wrote: Can anyone

[appengine-java] Re: NPE trying to create JPA EntityManagerFactory in integration tests

2009-12-01 Thread m seleron
Hi, Please arrange persistence.xml in the [war/WEB-INF/classes/META-INF] folder. Please try. thanks. On 12月1日, 午後7:42, Felipe Cypriano fmcypri...@gmail.com wrote: Hello, I'm trying to do integrations tests in my app, but I get a NullPointerException when this line is executed: private

[appengine-java] Re: problem in XMPP sendMessage()

2009-11-28 Thread m seleron
Hi. I tested execution by the following source. JID jid = new JID(x...@gmail.com); // set your send gmail address Message msg = new MessageBuilder().withRecipientJids(jid) .withFromJid(new JID(x...@appspot.com) ) // set your ap...@appspot.com .withMessageType(MessageType.NORMAL)

[appengine-java] Re: Filtering by Date using the Datastore Low Level API

2009-11-27 Thread m seleron
Hi, Though it might be unrelated. I think that Date and Time Patterns of SimpleDateFormat is [MM] Month in year [mm] Minute in hour. thanks. On 11月27日, 午後7:22, dflorey daniel.flo...@gmail.com wrote: The filter will just do string comparison (how should it know that you are comparing dates??)

[appengine-java] Re: out of memory on javax.mail.internet.MimeMultipart.getCount

2009-11-24 Thread m seleron
Hi, I want you to teach the value of [javax.mail.internetMimeMessage.getContentType() ] for confirmation. thanks. On 11月25日, 午前3:57, david ruescas fastn...@gmail.com wrote: When receiving email I get an out of memory error when calling getCount on the MimeMultipart object. Heres the stack

[appengine-java] Re: GAE Mail Problems

2009-11-21 Thread m seleron
Thank you for replay. I was able to confirm the message that you had done post. Though you might already have tried. Was this method tried? msg.setSubject(text,Big5); thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To

[appengine-java] Re: XMPP getPresence response not valid?

2009-11-17 Thread m seleron
Hi. Though it is likely already to have tried. If the state is [is not available] please invite it from GMailchat or GTalk to XMPP Addresses ([app...@appspot.com] or [anyth...@app-id.appspotchat.com],etc.) Please confirm Gtalk display that XMPP Addresses ([app...@appspot.com] or

[appengine-java] Re: Email .csv attachment in UTF-8 charset

2009-11-16 Thread m seleron
Hi, As an another way. How about this technique ? 1. import import javax.mail.util.ByteArrayDataSource; import javax.activation.DataHandler; import javax.activation.DataSource; 2.modify //attachment.setContent(attachmentData, text/comma-separated-values; charset=UTF-8); ByteArrayDataSource

[appengine-java] Re: How to filter the entities with null value of a property with JDQL?

2009-11-13 Thread m seleron
Hi I want to confirm it. What is the type that you are using for propertyA? Thanks. On 11月14日, 午前1:14, Jason jasonc...@gmail.com wrote: I would like to query for the entities with null value of a property, how to write the JDQL queryFilter code? I have tried the code like  -

[appengine-java] Re: GAE Mail Problems

2009-11-11 Thread m seleron
Hi I want to hear of a detailed content. Cannot the source for which Sernder is made be taught? --~--~-~--~~~---~--~~ 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: Sending bulk emails - what are the limitations?

2009-11-09 Thread m seleron
Hi I think that mail section is a detailed content. http://code.google.com/intl/en/appengine/docs/quotas.html There seems to be an limit in the processing that can be done in one minute. Thanks, --~--~-~--~~~---~--~~ You received this message because you are

[appengine-java] Re: java.lang.OutOfMemoryError when reading inbound mail on production

2009-10-28 Thread m seleron
Hi It examined it a little. I think that there is a part where [MimeMultipart#getCount] is used in places other than this source. How compatible. --

[appengine-java] Re: Incoming Email Service

2009-10-26 Thread m seleron
Hi message can parse it by either method or both Sorry It doesn't examine it in detail. MimeMessage mimeMessage = new MimeMessage(session, req.getInputStream ()); - DataHandler dataHandler = mimeMessage.getDataHandler(); DataSource