Re: [appengine-java] i can't understand why this simple code doens't work on local and app engine.

2012-02-29 Thread JT
What version of jdk did you use? On Feb 29, 2012 7:25 PM, 배현규 herdi...@gmail.com wrote: package test06; import java.io.IOException; import javax.servlet.http.*; import com.google.appengine.api.users.User; import com.google.appengine.api.users.UserService; import

Re: [appengine-java] GAE + Cloud SQL + Hibernate

2012-02-16 Thread JT
We can send you one if that helps. Hth On Feb 14, 2012 6:33 AM, lisandrodc lisandr...@gmail.com wrote: -- 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-java@googlegroups.com. To

Re: [appengine-java] Example GAE with Cloud Sql

2012-01-22 Thread JT
Try both empty. Works for me couples of weeks back. HTH On Jan 21, 2012 5:53 PM, Bobert balz.r...@googlemail.com wrote: Hello, I've tried this example https://developers.google.com/cloud-sql/docs/developers_guide_javamodified with following changed code: public String getEmployee() throws

[appengine-java] Datastore backup

2012-01-10 Thread JT
Hi, What options do I have to backup my big data based data store? 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-java@googlegroups.com. To unsubscribe from this

Re: [appengine-java] Mail Service Issue

2012-01-02 Thread JT
i need to truncate some headers can you give an example of such a use case? On Mon, Jan 2, 2012 at 10:46 AM, Kamesh Arumugam user.appeng...@gmail.comwrote: Guys, i am Kamesh New to App Engine, currently i m trying to resolve an issue, which i am being countered with, I need your valuable

Re: [appengine-java] Re: Server Error : Deployment Failed

2011-08-21 Thread JT
No issue here.deployed fine. On Aug 21, 2011 4:00 AM, Nichole nichole.k...@gmail.com wrote: you can get notifications for the issue at: http://code.google.com/p/googleappengine/issues/detail?id=5474 On Aug 20, 12:10 am, steveb steve.buikhui...@gmail.com wrote: and me On Aug 20, 3:13 pm,

Re: [appengine-java] Re: Java PaaS shoutout

2011-08-18 Thread JT
I believe beta status will end this year. On Aug 18, 2011 7:20 AM, Simon Knott knott.si...@gmail.com wrote: Hmm not sure where I got February from - replace all references to February with April! -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread JT
Correct me if I am wrong, I read some where that if one unzip/unjar and jar everything back as a single huge jar file, that will reduce the startup time significantly? Any volunteers to test the theory? : o Also for google, instead of jar splitting, why not provide jar merging feature? Don't

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread JT
There you go Don, provide that uncompressing out of the box something like jar splitting that the SDK is already doing for big jar file. In GAEJ SDK 2.0? :) On Wed, Aug 17, 2011 at 7:14 PM, JT jem...@gmail.com wrote: Correct me if I am wrong, I read some where that if one unzip/unjar and jar

Re: [appengine-java] Elevations API, polyline encoding, Google App Engine

2011-08-16 Thread JT
A lot of stuff works outside gaej, just fyi. So don't scratched your head too much. On Aug 16, 2011 4:33 AM, Martin Newstead skankmar...@hotmail.com wrote: I hope someone can help me get some ideas on how to debug this problem. I have build an application that needs to use the Google

Re: [appengine-java] Re: secure appengine urls with security constraints

2011-08-15 Thread JT
I don't think there is a way unless you setup your own vpn. Also internet supposed to be shared and public ;) On Aug 15, 2011 3:16 PM, objectuser kevin.k.le...@gmail.com wrote: To require https, you can do this: security-constraint web-resource-collection url-pattern/mobile/*/url-pattern

Re: [appengine-java] Re: GAEJ down!

2011-08-11 Thread JT
It was an error at appengine.google.com. What log are you talking about if you can not even get to dashboard? On Aug 11, 2011 10:33 AM, kartik kudada kartik.kud...@gmail.com wrote: Did you check with logs in dashboard? On Thu, Aug 11, 2011 at 7:33 PM, MANISH DHIMAN manisd...@gmail.com

Re: [appengine-java] Framworks

2011-08-09 Thread JT
Hibernate might work with in memory database like hsql or derby but I will let ikai or google folks to confirm it. On Aug 9, 2011 3:50 AM, Amrendra Tripathi java.amren...@gmail.com wrote: Hi Plz Any one tell, How to change the browse button style in struts. I want to change it italic. Thanks

Re: [appengine-java] Re: Federated Login redirecting to Google OpenID and not /_ah/login_required on Java GAE

2011-08-09 Thread JT
Are you sure documentation says you can use your own login servlet? As far as I know it always redirect to google for authentication, I hope I am wrong. On Aug 9, 2011 1:09 PM, Vishal vishalar...@gmail.com wrote: I'm still blocked on this! Does anyone have any thoughts or pointers? Thanks!

Re: [appengine-java] Joins!

2011-08-05 Thread JT
William, Could you explain how the update can be enormous with demoralized table? My understanding is a flat table is easier to update that normalized one. Thanks. On Aug 5, 2011 1:36 PM, Ikai Lan (Google) ika...@google.com wrote: Why isn't denormalization a real option? A lot of companies

Re: [appengine-java] Joins!

2011-08-05 Thread JT
William, You might want to go over this http://static.googleusercontent.com/external_content/untrusted_dlcp/labs.google.com/en/us/papers/mapreduce-osdi04.pdf, and come back again with any questions. Ikai and possibly others were trying to convey to you that bigtable approach is more scalable

[appengine-java] GAE Eclipse Plugin for Indigo (3.7)

2011-06-28 Thread JT
Team, will the plugin works with recently released Eclipse 3.7? 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-java@googlegroups.com. To unsubscribe from this group,

Re: [appengine-java] Problems with Google SOAP-Server Tutorial

2011-06-06 Thread JT
Did you check the log? Any exceptions? On Jun 6, 2011 3:58 AM, pascal.schroe...@weist-edv.com pascal.schroe...@weist-edv.com wrote: I set up my SOAP server and client following this article : http://code.google.com/appengine/articles/soap.html, but it doesn't work! I get always the same

Re: [appengine-java] Another transaction by user vedmack is already in progress for app: vedmack, version: 1. That user can undo the transaction with appcfg rollback.

2011-05-21 Thread JT
Did you try appcfg rollback? On May 21, 2011 4:17 PM, Daniel vedm...@gmail.com wrote: Hi I tried to deploy to GAE and noticed that by mistake I'm about to upload tons of tons of files... so i closed the eclipse and reopen it, since then i cant deplot my application (its been several hours since

Re: [appengine-java] Re: Backends.xml ERROR when deploying

2011-05-13 Thread JT
Sorry but I am a bit in the 80s here, what exactly is back ends? Isnt it all servlets can be backends too? :( Tia On May 13, 2011 1:14 PM, JakeP jake.pier...@gmail.com wrote: update: backends.xml deploys just fine now, but nothing is listed under Backends in the Admin console. Do I need to

Re: [appengine-java] Feelings about new pricing model

2011-05-10 Thread JT
Moving away, hosting ourselves on RISK based architecture like guruplug/dreamplug. Cost less than a dollar per server per month :) On May 10, 2011 5:18 PM, Marcel Overdijk marceloverd...@gmail.com wrote: Today Google announced the new pricing model to be effective later this year

Re: [appengine-java] makePersistent silently failing after MetaDataValidator$DatastoreMetaDataException in development

2011-04-26 Thread JT
I supposed you used Long as the primary key in the owned/child entity? If true, that is not allowed and it has to be Key not Long. Hth On Apr 26, 2011 5:49 PM, Mike Prince m...@mikeprince.com wrote: I have a first entity MediaAlbum with a @Transient field that holds a List of another entity

Re: [appengine-java] Re: Happy Birthday Google App Engine !!

2011-04-07 Thread JT
Happy birthday! Best platform ever! My own reasons http://goo.gl/IaiPS On Apr 7, 2011 11:13 AM, gjs garyjamessi...@gmail.com wrote: -- 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: is it possible that repeated task executions happen in parallel ?

2011-03-23 Thread JT
I am not from google, but yes. On Mar 23, 2011 3:07 PM, Prashant antsh...@gmail.com wrote: anyone from google ? On 23 March 2011 15:45, Prashant antsh...@gmail.com wrote: hi, appengine docs says - **When implementing the code for tasks (as worker URLs within your app), it is important to

Re: [appengine-java] Re: Logging file size

2011-03-06 Thread JT
will let us know if there is one anyway or not. On Mar 4, 4:30 pm, JT jem...@gmail.com wrote: I know there is a limit of 6.5 hours CPU time per day for GAE4J, but if I turn on verbose logging onto the console like using System.out.println, does the size of the logging limited by GAE in any way

Re: [appengine-java] Upgrade to GAE 1.4.2

2011-02-16 Thread JT
Yup I noticed that. But I think that's what happened from 1.3.8 to 1.4 correct? On Feb 16, 2011 8:06 AM, luka uluk...@gmail.com wrote: Hello, You probably aware of the following issue: After upgrading from GAE 1.4.0 to 1.4.2 the local data-store is completely deleted. Cheers Uri --

[appengine-java] Problems in deployment

2011-02-15 Thread jt
Hi, I am receiving the following errors during deployment: Rolling back the update. java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=stcjadeversion=1; 500 Internal Server Error Any help would be greatly appreciated. Thanks. -- You

Re: [appengine-java] Re: Problems in deployment

2011-02-15 Thread jt
The latest version 1.4.2. -- 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-java@googlegroups.com. To unsubscribe from this group, send email to

Re: [appengine-java] Re: Relationships between entities of of same kind

2011-02-06 Thread JT
Didier, Do you mean There is currently *a bug* preventing owned one-to-many relationships *where the parent and the child are the same class*, making it difficult to model tree structures. This will be fixed in a future release. You can work around this by storing explicit Key values for either

Re: [appengine-java] Re: Just getting started with Datastore

2011-02-02 Thread JT
Pulling a bing? Lol hope everyone understand what that means. I am happy with jpa so far, makes my life easy to write codes that is portable to hibernate/relational. The only thing that could be better is the fact that I have to use Key as primary key in child entity. J On Feb 2, 2011 4:01 PM,

Re: [appengine-java] GAE with JPA and multiple jars

2011-01-31 Thread JT
Can we see your persistence.xml? On Jan 31, 2011 4:35 PM, Thomas the...@gmail.com wrote: I try to create a GAE webapp that is using a model jar where i have my JPA entity classes. My war file includes the model.jar in the WEB-INF/lib directory My entity class is like this: package

Re: [appengine-java] Re: deploy app but no effect

2011-01-26 Thread JT
The work around I found was, click on set as default, even if you have only one version. Hth On Jan 26, 2011 1:09 PM, Sumi sumi...@gmail.com wrote: I too am facing the problem. the fault version is not showing up.how ever it shows up if i access it with the version.latest.x url On Wed,

[appengine-java] 1.3.8 Console Logging Issue

2010-10-24 Thread jt
Hello, I upgraded my project from 1.3.4 to 1.3.8. After the upgrade, the console fails to log. If I switch back to 1.3.4, the console logs properly. I am on a 64-bit Windows Vista environment, running Eclipse 3.4.2 w/ (MyEclipse and Instantiations GWT tools) Thanks -- You received this

[appengine-java] Task queue with Spring Security 3

2010-05-19 Thread jt
the task, the logs shows that the server is requesting for the login page. Any help on this is greatly appreciated. Thanks. Regard jt -- 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-java] Re: Datastore retrieve error

2009-11-15 Thread jt
context.getSesion()? Shouldn't that be context.getSession(). On Nov 14, 1:50 pm, Gerd Saurer gerd.sau...@gmail.com wrote: Does anybody see a failure in the persistence code? On Oct 27, 3:29 pm, Gerd Saurer gerd.sau...@gmail.com wrote: public SyncConfigResult create(){  SyncConfigResult