[appengine-java] Re: Channel API reconnect after token timeout

2012-01-06 Thread Joe McMullin
Hey, I am also experiencing this problem. Trying to reconnect from the client side after the token expiries with no luck, I'm using the gwt-gae-channel library on client side. I was just wondering if you have found a solution to this problem? Thanks Joe -- You received this me

Re: [appengine-java] Can't create application - SMS says account already verified

2011-06-03 Thread Joe White
That would be an option if I had more than 1 phone number. All I have is my cell phone number. I had an email account with the wifey which was registered with my cell. I opened up my own account which also has my cell. can I un-register my cell with one of the two accounts or am I just screwed?

Re: [appengine-java] Can't create application - SMS says account already verified

2011-06-03 Thread Joe White
Plus I get this error message "*← The phone number has been sent too many messages or has already been used to confirm an account." * * * -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit ht

Re: [appengine-java] Can't create application - SMS says account already verified

2011-06-02 Thread Joe White
Ikai, thanks for your reply. I already did a search and I did not find the answer to my problem. On other posts, one of the developer there told the person that they "fixed" it and to try again. I have Verizon in the US and I have received numerous SMS messages before, even a calendar reminder

[appengine-java] Can't create application - SMS says account already verified

2011-06-01 Thread Joe White
I'm trying to create an application but it keeps asking me for my cell phone for SMS verification. When I enter it, it says that it's already been sent too many messages or already verified. What gives? How do I fix this? -- You received this message because you are subscribed to the Google Group

Re: [appengine-java] Way of blocking XMPP DOS attack?

2011-04-29 Thread joe kolba
create a timer and only allow a certain amount of messages to be sent within a certain amount of time On Fri, Apr 29, 2011 at 9:20 AM, kushal wrote: > It looks like all chats come from one IP address. Is there some other way > to block this attach? > > -- > You received this message because you

Re: [appengine-java] NullPointerException with BlobService using Eclipse plugin

2011-02-24 Thread Joe Hudson
Ok thanks Ash. I actually get the URL from the BlobService. Are you saying I should use And, if this is the case, I'm assuming I should only do this for local testing, correct? Should I remove the /upload prefix when I deploy? Thank you very much for your help. Joe -- You received

[appengine-java] NullPointerException with BlobService using Eclipse plugin

2011-02-23 Thread Joe Hudson
andle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Thanks in advance for the help. Joe -- You received this message because you are subscribed to the G

[appengine-java] Custom RPC Exception in GWT 2.0.4

2011-01-25 Thread joe kolba
I am trying to send a custom Exception from the server side to the client via RPC. Here is my current set up: serviceImpl throws ErrorException service: throws ErrorException serviceAsync: throws ErrorException ErrorException extends IllegalArgumentException implements IsSerializable In my o

Re: [appengine-java] Re: Which framework?

2011-01-14 Thread joe kolba
d on this same topic > > > http://groups.google.com/group/google-appengine-java/browse_thread/thread/ef090c0e6ea4a6d6/f454cf631b9a176e?lnk=gst&q=lighweight+framework#f454cf631b9a176e > > regards > > didier > > On Jan 14, 3:52 pm, joe kolba wrote: > > I would us

Re: [appengine-java] Which framework?

2011-01-14 Thread joe kolba
I would use spring 3. Hibernate and java server faces really aren't considered frameworks, Both can be integrated with Spring. With Spring you can use MVC design patterns, Spring Security, JSTL and much more... On Fri, Jan 14, 2011 at 9:39 AM, ? Ninad ? Kulkarni wrote: > Hello, I'm a programmi

Re: [appengine-java] Re: Google app engine for business needs

2011-01-11 Thread joe kolba
ogspot.com/2010/10/research-project-appscale-at-university.html > as starting point. > > You have to be in a very specific situation to target this replication > of GAE: would a regular servlet server + database not satisfy your > needs ? > > regards > > didier > > &g

[appengine-java] Google app engine for business needs

2011-01-11 Thread joe kolba
Hi, I am relatively new to GWT. I am a developer / engineer currently working on a GWT 2.0.4 project. I was wondering if there is a way to set up a App Engine locally on my own java server so I could compile and deploy directly to our development and test servers straight out of myeclipse. I wou

[appengine-java] Re: estimated number of entries in memcache

2010-05-28 Thread Joe Fawzy
Hi any one used memcache here?!!! please i need some help any comment will be greatly appreciated thanks a lot Joe On May 27, 11:14 pm, Joe Fawzy wrote: > Hi all > i know that memcache is documented as an unreliable storage that means > that nothing is guarenteed > BUT i am askin

[appengine-java] estimated number of entries in memcache

2010-05-27 Thread Joe Fawzy
, this is something i can cope with, but does the system support about a million entry even for a short time(2-3 min) it will be great if someone from google give some outlines(even if it is not official) BUT also i will appreciate anyone who will write about his own experience thanks Joe -- You

[appengine-java] Re: IllegalArgumentException: ETA too far into the future

2010-05-16 Thread Joe Fawzy
Hi docs says it is 30 days from new Date() value Joe On May 16, 1:43 am, derkent wrote: > oops the bug was in my code instead of a delay or countdown, I was > giving a time value, so the delay would have been something like 2010 > years. > > I would still be curios to know what ma

[appengine-java] Does the new OpenID and OAuth work only with google accounts?

2010-05-14 Thread Joe Fawzy
Hi all Does the new OpenID and OAuth work only with google accounts? cannot i use my own account management or my user object? please clarify Joe -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group,

[appengine-java] @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) without @PrimaryKey

2010-05-14 Thread Joe Fawzy
rated for me upon entity save so can i use @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)Long uniqueNumber; and it work as it works in conjugation with @PrimaryKey i wanna know if this is a supported feature not a hack, so please JDO experts clarify this thanks in advance Joe --

[appengine-java] is the 1000 file limit still apply

2010-05-11 Thread Joe Fawzy
Hi is the 1000 file limit still apply? is that number for static files or for all files including class files? how to overcome it? use jar? can i upload my war file? thanks Joe -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java"

[appengine-java] Re: when session expires in the data store

2010-05-08 Thread Joe Fawzy
Hi Peter thanks for your reply and for the link to the other thread it will be great if u posted the code thanks a lot Joe On May 8, 7:50 pm, Peter Ondruska wrote: > expires field is long and can be used as Date.getTime(). > Seehttp://groups.google.com/group/google-appengin

[appengine-java] Re: when session expires in the data store

2010-05-08 Thread Joe Fawzy
Hi dear actually the session data cannot be analyzed that easy as it is just a blob of the session with all the web framework things and the expires field is an int so i do not know how this translate to date to delete non expired ones any help thanks Joe On May 8, 3:30 pm, Piotr Tarsa wrote

[appengine-java] About memcache specs

2010-05-08 Thread Joe Fawzy
from being evicted if i have a running application, which have some load, and have a finite set of entry (a constant number) how much does it take to evict an unused entry? i wanna know about your experience with memcache not just the official statment thanks Joe -- You received this message

[appengine-java] what options when serialVersionUID change

2010-05-08 Thread Joe Fawzy
version help in the port effort ,or they use the same datastore and the same cde so will result in same errors thanks Joe -- 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-a

[appengine-java] when session expires in the data store

2010-05-08 Thread Joe Fawzy
does not expires or auto delete? is it a feature? How can i delete them? do i have to do it myself? or appengine have a setting for it? i know i can do it in code .. but What is your experience with it? Joe -- You received this message because you are subscribed to the Google Groups "G

[appengine-java] setting mail sender address to Google apps address

2010-05-03 Thread Joe Fawzy
illegalArgumentException , unAuthorized sender , so is it possible to add google apps managed email addresses as an authorized snders thanks Joe -- 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-a

[appengine-java] Re: about count query

2010-04-28 Thread Joe Fawzy
it is supported ,use it u can find several posts about it in this group joe On Apr 28, 4:47 am, Chau Huynh wrote: > On Wed, Apr 28, 2010 at 5:24 AM, Joe Fawzy wrote: > > select count (this) from User > Since when app engine support group operation? ;-) > > > > >

[appengine-java] Which is more efficient? single query or a key only query followed by batch get

2010-04-27 Thread Joe Fawzy
Hi all the title says it all... which one is more efficient in: cpu usage time consumption thanks Joe -- 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-a

[appengine-java] Re: Does AppEngine really include JPA Support

2010-04-27 Thread Joe Fawzy
Joe On Apr 13, 9:38 am, Al Sutton wrote: > Fromhttp://code.google.com/appengine/docs/java/datastore/usingjpa.html; > > "The App Engine Java SDK includes an implementation of JPA 1.0 for the > App Engine datastore." > > But from a couple of days work I've already f

[appengine-java] about count query

2010-04-27 Thread Joe Fawzy
precompute but this cannot be done in my case thanks Joe -- 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. To unsubscribe from this group, sen

[appengine-java] persisting primitive list using JPA

2010-04-27 Thread Joe Fawzy
to use a valid JPA annotation in that context as using @Basic on a list is not allowed by the specs and my ide (Intellij) complains thanks Joe -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, sen

[appengine-java] maximum size of a datastore API call response

2010-04-27 Thread Joe Fawzy
to 1520 is using the traditional way (in JDO, using the query.range(begin,limit)) uses cursors or do i have to use the cursor api as described in the docs is the default way (without cursors) still get all the results and drop the first 1500 thanks in advance Joe -- You received this mes

[appengine-java] Eclipse GAE plugin problem with Datanucleus enrichment

2010-02-02 Thread Joe Hudson
Hello, I am using the Google App Engine Eclipse plugin and get an error when I save a Java class with a get(String) method. The enhancer is throwing a NullPointerException. I have added the transient annotation and don't know what else I can do to avoid this issue. Can anyobody please give me som

[appengine-java] java.lang.NoClassDefFoundError: Could not initialize class org.datanucleus.store.appengine.query.DatastoreQuery

2010-01-29 Thread Joe
eus-jpa-1.1.5.jar Anyone seen this? Or have any suggestions? Thanks, Joe Jan 29, 2010 11:20:03 PM com.google.appengine.tools.development.ApiProxyLocalImpl log SEVERE: [1264807203761000] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rp

[appengine-java] Blog Implementation on GAE?

2010-01-07 Thread Joe
Hi all, I'm looking to implement a blog, and WordPress won't run on GAE. Does anyone know of any Java blog implementations on GAE? Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this

[appengine-java] Re: Where to report an error?

2009-10-22 Thread Joe
lication's Admin Console. > - Jason > > On Mon, Oct 19, 2009 at 6:43 AM, Joe wrote: > > > I am getting this error since Friday Oct. 16th: > > > Error: Server Error > > The server encountered an error and could not complete your request. > > > If the

[appengine-java] Where to report an error?

2009-10-19 Thread Joe
I am getting this error since Friday Oct. 16th: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. The stack trace tells me very little about

[appengine-java] Error 500 - Loading data to memory during startup

2009-10-19 Thread Joe Prasanna kumar
he 500 Error. In dev mode, it takes like 80 seconds for the model to get loaded in memory. Any thoughts / help / suggestions greatly appreciated, thanks Joe. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "G

[appengine-java] Re: DataNucleus is looking at UI classes

2009-09-04 Thread Joe Toth
I listed my classes and added the exclude-unlisted-classes and it worked. at.hadoken.wizzywig.model.User true Also, someone e-mailed me with the same problem and found the solution. "HasDragHandle is the problem. I think that you have to put the gwt-dnd.jar into the war/WEB-INF/lib directory.

[appengine-java] DataNucleus is looking at UI classes

2009-09-03 Thread Joe Toth
Using 1.2.2 This is kind of weird... I was developing my application and then all of a sudden I get this error. Everything was working fine, then datanucleus says it can't find the Cow class. The class is in WEB-INF/ classes. But it looks like datanucleus' classloader is trying to load it, not su