Re: [appengine-java] Re: Prerelease 1.3.4 SDK ready for download

2010-05-13 Thread yjun hu
maybe google app engine shall cancel the 30seconds limit, most of backend process need more than 30seconds On Fri, May 14, 2010 at 2:17 AM, atomi at...@verizon.net wrote: Are there API reference docs for the OpenID support? It seems as though a new application would need to be created for

Re: [appengine-java] Deploying Google App Engine application with my own domain

2010-05-10 Thread yjun hu
a brief introduction about set another domain for you GAE application here: http://www.hapeblog.com/blog/12002 On Tue, May 11, 2010 at 8:07 AM, Nick Johnson (Google) nick.john...@google.com wrote: Hi Srikanth, You need an Apps account in order to use a domain with your App Engine app. The

Re: [appengine-java] Domain Setup

2010-05-09 Thread yjun hu
one app application, one root domain On Sun, May 9, 2010 at 5:37 PM, Ravi Sharma ping2r...@gmail.com wrote: Hi, I have a application running on Google app engine and lets say i am accessing it through www.mysite.com (Mysite.com is registered on google apps) Now i have created another

Re: [appengine-java] Re: The website has a programming error.

2010-05-09 Thread yjun hu
read you log from admin console page 2010/5/9 Jaroslav Záruba jaroslav.zar...@gmail.com I would try to minimize the JSP-code to the point where it can be shown to other people to inspect it. :) And is this a message that is shown in your browser or is it what is in your Logs? On May 8, 3:25

Re: [appengine-java] Session and AppEngine

2010-05-04 Thread yjun hu
hi, are u using java ? if yes, the object you push into session must implements java.io.Serializable . you can follow this blog for more info: http://www.hapeblog.com/blog.shtml?id=7 On Wed, May 5, 2010 at 10:54 AM, Christian Goudreau goudreau.christ...@gmail.com wrote: Hummm I got a weird

Re: [appengine-java] What is the package for Cache CacheManager

2010-04-26 Thread yjun hu
encache.jar On Sat, Apr 24, 2010 at 1:07 PM, Phuong Nguyen phuongn...@gmail.com wrote: From the document, it said that the interfaces classes (Cache, CacheManager) should be in package net.sf.jsr107. However, I couldn't find these interfaces and classes in the GAE 1.3.2 SDK, but rather, I

Re: [appengine-java] Domain Name Setup

2010-04-15 Thread yjun hu
http://hapeblog.appspot.com/blog.shtml?id=12002 you just need to forward fakedomain.com to www.fakedomain.com On Thu, Apr 15, 2010 at 4:21 AM, fletcher fle...@fletchowns.net wrote: Hello - I want to use http://fakedomain.com instead of http://fakeapp.appspot.com. I went through the domain

Re: [appengine-java] text Search

2010-04-05 Thread yjun hu
hi, you can try compass,a simple summary here. http://www.hapeblog.com/blog.shtml?id=7002 On Mon, Apr 5, 2010 at 6:26 PM, RAVENDRA CHAUDHARY chaudharyraven...@gmail.com wrote: no find givin text search this code: please send code who is find text search code. this code search find full

Re: [appengine-java] Re: Best way to perform search on DataStore - Design Question

2010-03-16 Thread yjun hu
haha, up to now,i use compass okay! On Tue, Mar 16, 2010 at 8:53 AM, objectuser kevin.k.le...@gmail.com wrote: I think there are a lot of posts here that conclude Compass is not viable. Has that changed? On Mar 15, 12:23 am, yjun hu itswa...@gmail.com wrote: you can try compass to make

Re: [appengine-java] Re: how to save binary data in JDO

2010-03-16 Thread yjun hu
upload image into datastore,and display on webpage here http://www.hapeblog.com/blog.shtml?id=2002 2010/3/15 rissen risse...@gmail.com In my app , I upload image file by Apache Commons FileUpload and save it in datastore, then get the binary data from the datastore and display the image in

Re: [appengine-java] Re: How to upload pics in appengine java

2010-03-14 Thread yjun hu
a simple demo here: http://hapeblog.appspot.com/blog.shtml?id=2002 On Mon, Mar 15, 2010 at 11:17 AM, Diana Cruise diana.l.cru...@gmail.comwrote: Also this guy Vince has a package that not only helps with uploads but also then allowing your app to generate pages that use the photos including

Re: [appengine-java] Re: Best way to perform search on DataStore - Design Question

2010-03-14 Thread yjun hu
you can try compass to make you project searchable. a simple demo here http://hapeblog.appspot.com/blog.shtml?id=7002 On Sun, Mar 14, 2010 at 8:36 PM, John Patterson jdpatter...@gmail.comwrote: Interesting to see the existence protected Query.setFullTextSearch(String) method when you open the

Re: [appengine-java] searchable datastore

2010-03-07 Thread yjun hu
you can try to use compass for searching. and a simple demo here: http://hapeblog.appspot.com/blog.shtml?id=7002 On Sun, Mar 7, 2010 at 2:13 PM, Gal Dolber gal.dol...@gmail.com wrote: I am using a ListString tags property on my searchable models, I fill it when I put the entities with all

Re: [appengine-java] Re: Enable billing to avoid HardDeadlineExceededError?

2010-03-03 Thread yjun hu
Can anyone confirm that Spring MVC version 2.5.6 is working fine on GAE? No, the same problem is also in spring2.5 there is no better way to avoid that, you can try to run cron job to make your application reactive . Hitting a url every 1 miute, i did this ,that's all i did. On Thu, Mar 4,

Re: [appengine-java] Re: Enable billing to avoid HardDeadlineExceededError?

2010-03-03 Thread yjun hu
/startup. Even ping every 1 min the loading request still happens. I still got 500 error due to the request CPU is is over the limit. On Mar 4, 10:21 am, yjun hu itswa...@gmail.com wrote: Can anyone confirm that Spring MVC version 2.5.6 is working fine on GAE? No, the same problem is also

Re: [appengine-java] Re: Enable billing to avoid HardDeadlineExceededError?

2010-03-03 Thread yjun hu
please give me a pointer? I made change to ping a Controller class every 1 min. Same problem persists. On Mar 4, 11:06 am, yjun hu itswa...@gmail.com wrote: maybe you'd better run hitting an action class, not a simple jsp page. On Thu, Mar 4, 2010 at 11:01 AM, Wong lhw...@gmail.com wrote

Re: [appengine-java] Programmatically schedule cron jobs

2010-03-03 Thread yjun hu
By visitting one url in cron.xml, and i think you can do anything for this url. On Thu, Mar 4, 2010 at 11:04 AM, Thomas Oldervoll thomas.olderv...@gmail.com wrote: Is there a way to programmatically schedule new cron jobs, preferably using the Java API? I would like to offer my users the

Re: [appengine-java] Re: Spring MVC - File upload problem

2010-03-01 Thread yjun hu
hi, i got a demo here. http://hapeblog.appspot.com/blog.shtml?id=2002 On Tue, Mar 2, 2010 at 4:36 AM, Sebastian Cartier sebi.cart...@gmail.comwrote: Hi my first solution i wrote isn't working any more. I had to add beans = {

Re: [appengine-java] Re: App Engine and Spring slow start up

2010-03-01 Thread yjun hu
i got the same problem too, there is no better way to resolve it, i just try to hitting a url with cron job. On Tue, Mar 2, 2010 at 3:50 AM, luijar luis.j.aten...@gmail.com wrote: Thanks for the advice, I'll try that. On Mar 1, 2:31 pm, Rusty Wright rwright.li...@gmail.com wrote: Try using

Re: [appengine-java] Do I still need to use session if I use google user account to authenticate?

2010-02-28 Thread yjun hu
Perhaps you'd better use your own userssion with one pojo class On Mon, Mar 1, 2010 at 9:49 AM, opok vir...@gmail.com wrote: I currently use Google Account to authenticate and get the current user like this: UserService userAction = UserServiceFactory.getUserService(); User user =

Re: [appengine-java] Re: EQUAL operator on string properties

2010-02-28 Thread yjun hu
I think you could use a int column replace On Sat, Feb 27, 2010 at 6:32 AM, Andriy Andrunevchyn diyko...@gmail.comwrote: I have the same problem How have You solved it? On 24 Лют, 00:36, keyurva keyu...@gmail.com wrote: This is where embarrassment becomes me. This issue was a false alarm.

Re: [appengine-java] Re: Compass on Google App Engine

2010-02-19 Thread yjun hu
i have a blog with compass on GAE, and i implement the searchable function here.. http://hapeblog.appspot.com/ On Thu, Feb 18, 2010 at 2:11 AM, a.maza andr.m...@gmail.com wrote: did you experience the problems in production environment or already in the development environment? May the

Re: [appengine-java] Problem whit upload form multipart

2010-02-19 Thread yjun hu
maybe this will be helpful http://hapeblog.appspot.com/blog.shtml?id=2002 On Wed, Feb 17, 2010 at 1:01 PM, John Patterson jdpatter...@gmail.comwrote: Do you have a different version of the jar in your lib directory to the one on your build path? On 17 Feb 2010, at 09:11, NIko Judo wrote:

Re: [appengine-java] Workaround for like keyword in JDOQL

2010-02-11 Thread yjun hu
you can try compass to search On Fri, Feb 12, 2010 at 7:03 AM, John Patterson jdpatter...@gmail.comwrote: The usual approach to complex queries in GAE is to process your data before you need to query it. So in this case for each person create an index entity which simply contains a list of

Re: [appengine-java] App Engine SDK 1.3.1 is out!

2010-02-10 Thread yjun hu
i got a problem when i use sdk1.3.1 with compass2.3.0: Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'compass' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is

Re: [appengine-java] Re: App Engine SDK 1.3.1 is out!

2010-02-10 Thread yjun hu
it exists on sdk1.3.0 too. On Thu, Feb 11, 2010 at 11:49 AM, vori vori...@gmail.com wrote: Is it a bug on JDO of SDK 1.3.1? -- PersistentManager pm = PMF.get().getPersistenceManager();; ClassA classA = pm.getObjectById(ClassA.class, id); ClassB classB = new ClassB(); Transaction tx

Re: [appengine-java] GAE For Java with struts2 And I am not able to access development admin console

2010-01-31 Thread yjun hu
http://code.google.com/appengine/ getting started for signing up page On Sat, Jan 30, 2010 at 9:11 PM, MKumar m.kumar1...@gmail.com wrote: Hi, I am using JAVA GAE , Everything is working fine, but I am not able to access the Admin console, which as given in documentation can be accessed

Re: [appengine-java] Re: Task Queue problems

2010-01-14 Thread yjun hu
thanks. also u can use GPass+SKYPE(or ssh) replace 2010/1/15 杨浩 skzr@gmail.com 代理 支持ssl: proxy.kerkgroep-hopjestad.com 3128 jwe219.internetdsl.tpnet.pl 3128 webmail.mwit.ac.th 80 我一般用第一个,他不是很稳定! 2010/1/13 yjun hu itswa...@gmail.com which proxy are u using now? 2010/1/12 杨浩 skzr

[appengine-java] Error when deploy compass with spring on GAE--javax.naming.nameingexception

2010-01-13 Thread yjun hu
I'm using compass2.3.0-beta1+spring2.5.1+struts2.1.8.1+JDO,when i deploy my project to GAE, i got this error about 'javax/naming/NamingException'. I know 'NameingException' is not be whited list on GAE, but i track those class,i didnot see any class is using 'javax.naming.nameingexception' Below

[appengine-java] Re: Error when deploy compass with spring on GAE--javax.naming.nameingexception

2010-01-13 Thread yjun hu
anybody can help me ? Thanks! On Thu, Jan 14, 2010 at 10:34 AM, yjun hu itswa...@gmail.com wrote: I'm using compass2.3.0-beta1+spring2.5.1+struts2.1.8.1+JDO,when i deploy my project to GAE, i got this error about 'javax/naming/NamingException'. I know 'NameingException' is not be whited list

Re: [appengine-java] Re: Task Queue problems

2010-01-12 Thread yjun hu
which proxy are u using now? 2010/1/12 杨浩 skzr@gmail.com 在中国appspot的https无法正常工作,因为gfw屏蔽了这部分,你寻找一个https代理,然后再测试应该就没有问题了! -- 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

Re: [appengine-java] Re: App instance recycling and response times - is there solution?

2010-01-12 Thread yjun hu
治标不治本 On Wed, Jan 13, 2010 at 1:24 PM, 杨浩 skzr@gmail.com wrote: create a cron:every one minutes to run for keep your app online in the GAE! I try it,and it is work very good! -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group.

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

2010-01-03 Thread yjun hu
?xml version=1.0 encoding=UTF-8? cronentries/ On Sun, Jan 3, 2010 at 2:54 PM, Jeff Schnitzer j...@infohazard.org wrote: It's not really intuitive behavior. It's basically summed up in this bug: http://code.google.com/p/googleappengine/issues/detail?id=2530 Jeff On Sat, Jan 2, 2010 at

[appengine-java] Re: strange question about Ehcache

2010-01-03 Thread yjun hu
anybody here? On Thu, Dec 31, 2009 at 3:28 PM, yjun hu itswa...@gmail.com wrote: my project works with spring+ struts2+Encache, and it works fine on my local machine, but when i deploy to GAE, it got one error when run Ehcache It seems that project can not * initialize class

[appengine-java] Re: strange question about Ehcache

2010-01-03 Thread yjun hu
ok! i deploy my app to server with ehcache 1.6.0 replace, and it works fine now it seems gae does not support ehcache 1.7.1 On Mon, Jan 4, 2010 at 10:29 AM, yjun hu itswa...@gmail.com wrote: anybody here? On Thu, Dec 31, 2009 at 3:28 PM, yjun hu itswa...@gmail.com wrote: my project works

Re: [appengine-java] Re: strange question about Ehcache

2010-01-03 Thread yjun hu
i'm using jdo,and now it run okay after i replace with ehcache 1.6.0 On Mon, Jan 4, 2010 at 12:45 PM, asianCoolz second.co...@gmail.com wrote: are u using jpa ? if yes, are you annotating your jpa entity with cache? -- You received this message because you are subscribed to the Google

Re: [appengine-java] Struts2.1.8 tags does not work with appengine 1.2.6 and later

2009-12-31 Thread yjun hu
i'm using struts2.1.8 with sdk 1.3.0, and it works fine. about tags, all run ok except static method when u use static method, you should do some change: *struts.ognl.allowStaticMethodAccess = true * On Thu, Dec 31, 2009 at 4:10 PM, aswath satrasala aswath.satras...@gmail.com wrote: Hello all,

[appengine-java] strange question about Ehcache

2009-12-30 Thread yjun hu
my project works with spring+ struts2+Encache, and it works fine on my local machine, but when i deploy to GAE, it got one error when run Ehcache It seems that project can not * initialize class net.sf.ehcache.Element* my Ehcache version is the latest version 1.7.1 and my app id is rabidstudio,

Re: [appengine-java] Re: Spring TimerFactoryBean and ScheduledTimerTask not working on AppEngine??

2009-12-30 Thread yjun hu
I try schedule with spring on GAE, and it does not work too. GAE has some function like cron jobs with 'cron.xml', you can try it http://code.google.com/appengine/docs/java/config/cron.html On Thu, Dec 31, 2009 at 6:34 AM, Juri juri.strumpfloh...@gmail.com wrote: Indeed, the TimerTask class