[appengine-java] Re: Channel API Disconnect not being hit every time.

2011-07-06 Thread ksafez216
Ya, I had (have) the same problem. It could happen when you call channel.open() on a channel that's already connected. On Jul 6, 2:54 pm, Amorgos wrote: > Any views on this? > > Thanks > > On Jul 4, 9:41 am, Amorgos wrote: > > > > > Hey, > > > I have created servlet which is hooked onto the POS

Re: [appengine-java] Re: Channel API Disconnect not being hit every time.

2011-07-06 Thread jMotta
Amorgos, I really didn't understand what you meant. You're sending a request to those addresses and they're not responding, that's it? Have you enabled the channel API on the appengine-web.xml? Jayr Motta Software Developer On Jul 6, 2011 6:54 PM, "Amorgos" wrote: > Any views on this? > > Thank

[appengine-java] Re: Channel API Disconnect not being hit every time.

2011-07-06 Thread Amorgos
Any views on this? Thanks On Jul 4, 9:41 am, Amorgos wrote: > Hey, > > I have created servlet which is hooked onto the POSTs for /_ah/channel/ > connected/ and /_ah/channel/disconnected/. This is hit most of the > time, but it does not get executed every time. > > Is this expected behaviour? >

Re: [appengine-java] Email from the Google App Engine

2011-07-06 Thread Christopher Merrill
yes it is. On Tue, Jul 5, 2011 at 11:19 PM, dm9289 wrote: > Hello, > > I am fairly new to this, so would appreciate some advice.  I would like to > create a web application using the Google App Engine and as part of the app, > I would like to formulate a partially populated email - but to give th

Re: [appengine-java] Major *MAJOR* Problems with Always On

2011-07-06 Thread Johan Euphrosine
Hi Scott, Sorry for the late followup, Please provide your application id on the ticket you opened: http://code.google.com/p/googleappengine/issues/detail?id=5253 Thanks in advance. On Fri, Jul 1, 2011 at 3:58 AM, Scott Murphy wrote: > I can no longer successfully deploy an application. It s

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread Jeff Schnitzer
On Wed, Jul 6, 2011 at 12:56 PM, jMotta wrote: > * > * > *Jeff*, > > You've said: "Objectify will let you change the field type to a String and > do the right thing out of the box.", how? > > I know that's possible through @AlsoLoad annotation to override the default > behavior of binding propert

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread jMotta
*Jamie*, What I meant when I mentioned the low-level API, is because there he will use the Entity type and retrieve the property value as an Object, also he will have full access to the properties that one entity have or not. But it's just for the matter of "normalizing" his database. Use it as t

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread Jeff Schnitzer
On Wed, Jul 6, 2011 at 11:50 AM, jMotta wrote: > Jamie, > > I don't know if get it right, but if it's part of the key it is not > possible to change. > It sounds like the id is being stored as a field/property of an entity - it's basically a foreign key. > If this property is not part of the k

Re: [appengine-java] Changing datastore property type

2011-07-06 Thread jMotta
Jamie, I don't know if get it right, but if it's part of the key it is not possible to change. If this property is not part of the key, then you'll have to deal with it. Probably you're using some persistence framework such as JDO, JPA or Objectify. These are probably trying to bind the propertie

Re: [appengine-java] Can we get lat/long data for given address ?

2011-07-06 Thread Bruno Fuster
http://code.google.com/apis/maps/documentation/geocoding/#GeocodingResponses On Wed, Jul 6, 2011 at 3:11 PM, Jeff Schnitzer wrote: > Google "geocoding". > > Jeff > > On Wed, Jul 6, 2011 at 10:14 AM, oceandrive wrote: > > Can anyone tell me if there is a way to get latitude/longitude values for

Re: [appengine-java] Can we get lat/long data for given address ?

2011-07-06 Thread Jeff Schnitzer
Google "geocoding". Jeff On Wed, Jul 6, 2011 at 10:14 AM, oceandrive wrote: > Can anyone tell me if there is a way to get latitude/longitude values for a > given address > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To

[appengine-java] Can we get lat/long data for given address ?

2011-07-06 Thread oceandrive
Can anyone tell me if there is a way to get latitude/longitude values for a given address -- 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 https://groups.google.com/d/msg/google-appengine-j

[appengine-java] Changing datastore property type

2011-07-06 Thread Jamie
I'm currently storing an ID property as an Integer in the datastore. This ID is actually an ID from a third party API. Recently they announced that this ID field will now be a String type. I understand that different entities of the same kind can have different properties as well as having the s

[appengine-java] Re: Problem with BlobStore

2011-07-06 Thread Bilel LABIDI
Thanks for clarification. On 5 juil, 08:04, SwaminathanG wrote: > Hi, > > I got the same error, when i used Blob Store in my app. > > Blob Store services will be available only when u enable billing. Follow the > link below > > http://code.google.com/appengine/docs/billing.html > > If you use mor

[appengine-java] Email from the Google App Engine

2011-07-06 Thread dm9289
Hello, I am fairly new to this, so would appreciate some advice. I would like to create a web application using the Google App Engine and as part of the app, I would like to formulate a partially populated email - but to give the end user the ability to edit that email prior to sending using