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 : > Why not just back it up or check-in to version control? > Another option is to use ln -s to move it

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 envirome

Re: [appengine-java] Delete all Data from Datastore

2010-05-02 Thread m seleron
Hi, I think that there is variously method. I guess this covers the question http://groups.google.com/group/google-appengine-java/browse_thread/thread/77421e08fcb42a9a/ http://groups.google.com/group/google-appengine-java/browse_thread/thread/ba5de74a507d0f9e/ http://groups.google.com/group/googl

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 i

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 byte

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: [options] > > Options: >  --help, -h                 Show this help message and exit. >  --server=SERVER            The server to use to determine the latest >  -s

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 : > Hmm? No idea? ;) > Thanks in advance. > > On Mar 30, 10:06 am, "nicanor.babula" > wrote: >> That's all the code that deals with google services in my whole >> application. The exc

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. appstats com.google.appengine.tools.appstats.AppstatsServlet appstats /appstats/* /appstats/* admin

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. 201

Re: [appengine-java] adding new variable to persistent class

2010-03-25 Thread m seleron
Hi, I think the following links useful. http://groups.google.com/group/google-appengine-java/browse_thread/thread/d13d469752c825e7 http://groups.google.com/group/google-appengine-java/browse_thread/thread/79a53aba561effc8 Hope this helps, thanks. 2010/3/26 Zac Witte : > I have a persistent cla

Re: [appengine-java] Re: Tasks will not run automatically

2010-03-20 Thread m seleron
Thank you for trying various Cheers, 2010/3/20 Torquester : > I tried that, the property is not set. The call returns null. > > Seems to be an issue with appengine 1.2.6. I've now upgraded to 1.3.1 > and it works there. > > Thanks a lot for your help! > > On Mar

Re: [appengine-java] Re: Tasks will not run automatically

2010-03-19 Thread m seleron
t; I have not turned off automatic execution. I tried to use > Dtask_queue.disable_auto_task_execution=false, but it doesn't help. > I'm using appengine 1.2.6 on OSX. > > On Mar 19, 9:39 am, m seleron wrote: >> Hi, >> >> This link may help. >> >

Re: [appengine-java] Tasks will not run automatically

2010-03-19 Thread m seleron
Hi, This link may help. http://code.google.com/intl/us/appengine/docs/java/taskqueue/overview.html#Task_Queues_and_the_Development_Server Please Try. thanks. 2010/3/19 Torquester : > In the development console I get the message: > > Tasks will not run automatically. Select a queue to run tasks

Re: [appengine-java] Got a problem index when quering data with key.

2010-03-10 Thread m seleron
Hi, Can you execute the query in the development? I think that [datastore-indexes-auto.xml] is made when you execute query with development. You might straighten out that problem by comparing datastore-indexes-auto.xml and datastore-indexes.xml. Or, please confirm the status of INDEX. It exists

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 passwo

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 > 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 : > I dont think it is related to queue configuration. All the queue rates > are below 20. I cant upload this as a  second application ( with a new > app id )

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. MimeMessage msg = new MimeMessage(session); Multipart mp = new MimeMultipart(); //attachmentPart MimeBodyPart attachment = new MimeBodyPart(); attachment.setFileName("videoimage.jpeg"); ByteArrayDataSource byt

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 : > Can I represent a primary key (Key) in an entity class as an Object > ref?  In ot

[appengine-java] Re: Test data

2010-01-21 Thread m seleron
Hi, Though 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/fb2b9dda42a475e7/937e0f42d0dd25c6 Please try Thanks. On 1月21日, 午後10:51, Daniel Dacila wrote: > Hi All, > > I am writing some junit t

[appengine-java] Re: Deleting unused indices

2010-01-19 Thread m seleron
Hi, I do not think the Java SDK version to be being offered at present. star the issue here http://code.google.com/p/googleappengine/issues/detail?id=1893 Certainly, I think that Web admin interface is also useful. thanks. On 1月19日, 午後7:36, George Moschovitis wrote: > The Python SDK provide

[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=gst&q=Statistics#68a5a9a28502410b In Development Server, statistics seems to return NULL. thanks. On 1月19日, 午前2:00, Stuart Moffatt wrote: > C

[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. default 1/s deleteTasks 10/s 10 2.queue.xml to upload my app the following file. default 1/s 3.[deleteTasks] to Del

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

2010-01-07 Thread m seleron
but I always get 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 wrote: > > > Hi, > > > It might be solved by thi

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

2010-01-07 Thread m seleron
ormation . Please look for it. Thanks. > Where should I look for this sessionCleanupServlet? > > On Jan 7, 6:01 am, m seleron wrote: > > > Hi, > > > Though it is likely already to have tried. > > You might solve the problem by examining sessionCleanupServlet. &

[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 wrote: > Hi, would like to know as to make upload of images for bigtab

[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 wrote: > Is there a way to delete old _ah_SESSION entities? I found a post > about deleting all sessions, both from the datastore and from > memcache, b

[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 proj

[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 wrote: > I am using a RandomAccessFile, which is whitelisted on Google App > Engine. > > My simple code looks like: >

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 ex

[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 e

[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. http://groups.google.com/group/google-appengine-java/browse_

[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 wrote: > Hi, > > In detail though it doesn't examine > I think that the following content serves as a > reference.http://cod

[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 g

Re: [appengine-java] mail message

2009-12-26 Thread m seleron
Hi, I tried with Production environment. Follow this thread: http://groups.google.com/group/google-appengine/browse_thread/thread/fdfdafa51ef140fc/97d7c0492c2270bb?lnk=gst&q=seleronm#97d7c0492c2270bb (see the second comment) works for you? I think that I cannot use the third comment in the Deve

[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: http://groups.google.com/group/google-appengine/browse_thread/thread/fdfdafa51ef140fc/97d7c0492c2270bb?lnk=gst&q=sel

[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=test&rank=1] I think it is possible if '&' is processed in HTMLescape. ?user=test&rank=1 Please Try. thanks. On 12月24日, 午後3:43, Tb 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 response objects... but

[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 wrote: > Hello, I have a simple application to read from afileand carry out > operations on it. However, when deployed to appspot, it keepsreading > thefi

[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.

[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 Kind

[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 Query(ki

[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=en&lnk=gst&q=rollback+deploy#fa488c86eca1a788 If 409 is generated by rollback Please execute it

[appengine-java] Re: BlobstoreService, No image data is available.

2009-12-15 Thread m seleron
Hi, I tried a little. I think that it is issue though I can try only with local. In oldImage of the return value of makeImageFromBlob, oldImage#imageData is null. As a result, I think that ImageImpl#updateDimensions is causing an exception. It is called in getWidth etc. thanks. On 12月16日, 午前9

[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 wrot

[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=gst&q=FileInputStream#3358e5877c6ef30e thanks. On 12月9日, 午前7:49, mattkrae34 wrote: > I'm using 1.2.8 SDK and on both local and the app engine I get the > fol

[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 inbo

[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 wrote: > Can anyone help me to know how to conf

[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 wrote: > Hello, > > I'm trying to do integrations tests in my app, but I get a > NullPointerException when this line is executed: > > private static final Ent

[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) .withBody("se

[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 wrote: > The filter will just do string comparison (how should it know that you > are comparing dates??) > To get proper sortin

[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 wrote: > When receiving email I get an out of memory error when calling > getCount on the MimeMultipart object. > > Heres the stack trace: > > Error

[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. T

[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 [anyth...@app-i

[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 by

[appengine-java] Re: Query not working

2009-11-14 Thread m seleron
Hi.dukha It was not assumed that the cause was a definition of the entity. Sorry for not providing useful information Hi.datanucleus Thank you for teaching an important idea. I also study. Because a new version have been JDO/JPA preview released thanks. -- You received this message because y

[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 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  - query.setFilter("propertyA ==

[appengine-java] Re: JPA problem - I want to persist an entity and then select all the entities from the table

2009-11-13 Thread m seleron
Hi If it is unquestionable even if the Nano second is lost I think that I can do normal registration by using "java.util.Date". thanks. On 11月13日, 午後7:13, Zaske wrote: > Hi all, > I have a problem with  using JPA & Google App engine > > Here is my entity: > > @Entity > public class UserEntity

[appengine-java] Re: Query not working

2009-11-12 Thread m seleron
1月13日, 午前9:09, dukha wrote: > Thanks for the reply. > Yes I have tried this, with a query.declareParameters() in the middle. > > On Nov 12, 8:55 pm, m seleron wrote: > > > Hi, > > > Query query = pm.newQuery(CurrencyPair.class); > > > query.declareParameters

[appengine-java] Re: Query not working

2009-11-12 Thread m seleron
Hi, Query query = pm.newQuery(CurrencyPair.class); query.declareParameters("String currency_name"); query.setFilter(" currencyPair == currency_name"); String currency_name = "AUD.USD"; List l = (List)query.execute (currency_name); It is likely already to have tried. thanks. On 11月12日, 午後5:18,

[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: why my app on GAE first access is so slow

2009-11-09 Thread m seleron
rdly feel slow. my cron job access a servlet > that do nothing and just for active my app. set the schedule time to > 1min is better i think,although it will take some cpu time. > > On Nov 9, 11:31 pm, m seleron wrote: >> I'm sorry very much. >> >> It examined. &g

[appengine-java] Re: why my app on GAE first access is so slow

2009-11-09 Thread m seleron
I'm sorry very much. It examined. ServletContextListener#contextDestoryed was not called. It was necessary to examine it accurately. Nichole. Thank you for advice. Does not the page access speed become early? When you access that I think access speed is open in since the second times always be

[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 su

[appengine-java] Re: XMPP Message Length limit

2009-11-08 Thread m seleron
Hi, Though it is thought that it is 100 kilobytes that not is when it tries http://code.google.com/intl/us/appengine/docs/java/xmpp/overview.html Please look at the chapter of [Quotas and Limits. ] --~--~-~--~~~---~--~~ You received this message because you are

[appengine-java] Re: receiving mail demo

2009-11-07 Thread m seleron
Hi GAE's getContent (or javamailAPI current version ?) is message.isMimeType ( "multipart / *") even when the ByteArrayInputStream so to return. When the isMimeType is multipart try to convert this source InputStream inputStream = (InputStream)mimeMessage.getContent(); String ContentType = mi

[appengine-java] Re: why my app on GAE first access is so slow

2009-11-07 Thread m seleron
Hi ServletContextListener I do know the approximate time of use. example ServletContextListener#contextInitialized Been called from time to be called doPost/doGet. When I called to check ServletContextListener#contextDestoryed. --~--~-~--~~~---~--~~ You receive

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

2009-10-29 Thread m seleron
Hi. Thank you for your reply. Looks like I was thinking too hard. Please luck. --~--~-~--~~~---~--~~ 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-appengi

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

2009-10-29 Thread m seleron
Hi Does the problem still occur? Without any of the above settings Today, I invite you to feel like the error no longer occurs Though it had been certainly generated yesterday Please teach if it is still generated. --~--~-~--~~~---~--~~ You received this message

[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. -- System.setProperty("mail.mime.multipart.ignoremissingendboundar

[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 d

[appengine-java] Re: Incoming Email Service

2009-10-26 Thread m seleron
Hi It is likely to parse message Sorry It doesn't examine it in detail. mimeMessage = new MimeMessage(session, req.getInputStream()); - DataHandler dataHandler = mimeMessage.getDataHandler(); DataSource dataSource = dataHandler.getDa