AFAIK, you cant change it once you have selected as Google Apps
Authentication.
See this link. It may be related to the same thing.
http://code.google.com/appengine/articles/auth.html
Search for "Currently, you are not able to switch authentication
options for existing App Engine apps."
Please c
Also, http://localhost:/guestbook.jsp works. But why http://localhost:/
doesn't work even I put guestbook.jsp in welcome-file ?
On Aug 9, 8:39 pm, kahou wrote:
> Hmm, firewall is turned off in my Windows 7. Any idea?
>
> On Aug 9, 1:07 pm, kahou wrote:
>
> > I need to check when I get ho
Hmm, firewall is turned off in my Windows 7. Any idea?
On Aug 9, 1:07 pm, kahou wrote:
> I need to check when I get home to see if I have firewall or not.
>
> I am using Windows 7 and Ubuntu and I get the same problem.
>
> Interestingly, the tutorial works in my office PC (Windows XP with
> firew
I'm using the SmartGWT framework on the Google App Engine for a new
project. It works fine for the most part, but for some reason my
content is not being gzipped when returned to the client. It's
important to me that I have compression enabled, because the
javascript files for SmartGWT add up to
Hi Jens,
Keys are read only so there is no setNamespace().
The only way to set the namespace for the Key is upon creation. By
default it will use the "current namespace" which is the string
returned by NamespaceManager.get(). get() may return null if it has
not been set which means that the Ke
Hi,
About storage costs,
If I have say 25 GB in storage,
is this right -- 25 GB X $0.15/month = $3.75/month???
The docs here say:
http://code.google.com/appengine/docs/billing.html#Billable_Quota_Unit_Cost
Stored Data gigabytes per month $0.15
Other quotas are on a daily basis so I'm a
In the Python API, these just make it easier to serialize to XML. As of
right now, there's no added benefit of using these fields other than type
safety, but you can probably build this yourself.
On Mon, Aug 9, 2010 at 8:25 AM, Sam E. wrote:
> I'm curious what the benefits are for using a few of
Can't you do this under the Application Settings page? It's under
"Authentication Options".
On Mon, Aug 9, 2010 at 11:42 AM, Alex Bertram wrote:
> Hi,
> I have an app that was originally created with Google Apps
> authentication, now I'd like to change it to use OpenId, in the
> configuration p
You can do a startswith query by using the "greater than" filter, but no,
you cannot do substring match without iterating over entity properties in
memory.
On Mon, Aug 9, 2010 at 6:51 AM, MANISH DHIMAN wrote:
> Hi Friends
> Is there any alternative for LIKE clause in java.
>
> --
> You received
It's tricky. Lucene uses the filesystem, but you can subclass Directory, or
IndexWriter and make it work (if you disable Lucene's concurrency options).
There are a few projects that do this, but not completely. I looked into
this a while ago and think it can be done, but I haven't had the time to
l
Is this a Google Web Toolkit question? There's no Safari plugin for App
Engine.
On Sun, Aug 8, 2010 at 9:56 PM, Shawn Brown wrote:
> Hi,
>
>
> **[safari plugin seems broken]**
>
> In Dev mode when accessing my page, I immdiately see
>
> [The HTML that caused this error was generated by a script.
You know, I've had Eclipse installed across several computers, and I'm not
sure which versions run what, but I've had JSP work on about half of them.
I've never looked too much into the cause. Do you have WTP installed? I want
to say this should solve your issue, except I am fairly certain it works
u'1' means "Unicode String 1"
On Thu, Aug 5, 2010 at 6:03 PM, Deepika M wrote:
> My list looks like this in the input csv file (I generated this list usign
> a Java program)
> [6,10,18,35,44,50,55,72,87,92,114,123,124,148,159,160,162,175,182,185,199,201,203,230,238,263,273,277,283,290,303,338,34
Yes, this will most definitely see a 30 second time limit if you have a
large enough number of counter. I suggest generating the report using
Appengine Mapreduce:
http://code.google.com/p/appengine-mapreduce/
I wrote up a few examples about how to aggregate data here:
http://ikaisays.com/2010/07/
You should be able to point more than one domain to an application. You can
find this information from the URLHeaders. Note that this isn't a very
secure way of segmenting data, but is more use for showing different layouts
optimized for different audiences.
On Thu, Aug 5, 2010 at 4:37 AM, Gleidso
405 is a method not allowed error. Is your application throwing the 405?
On Thu, Aug 5, 2010 at 3:56 PM, compeng4lf wrote:
> I am having trouble with the callback URL in my application. I
> successfully authenticate on twitter, but then on the callback i get a
> 405 ERROR.
>
> I am trying to gr
I need to check when I get home to see if I have firewall or not.
I am using Windows 7 and Ubuntu and I get the same problem.
Interestingly, the tutorial works in my office PC (Windows XP with
firewall turned off).
Is it mostly related to the firewall problem then?
Thanks,
Kahou
On Aug 9, 11:5
Is the interface of OCRWebService.com SOAP over HTTP? You should be able to
use URLFetch.
On Tue, Aug 3, 2010 at 12:37 PM, Max wrote:
> Hi,
>
> I'm trying to implement the capability to text extraction from images
> (TIF/PDF) on Google App Engine. Has anyone had success with this? Is
> the bes
I've got a few questions for you:
1. What is your application ID?
2. What are you doing in the tasks?
3. Are you using transactions or entity groups?
4. Are you writing to the same datastore entities?
My guess is that you are running into write contention in the datastore.
It'd be very helpful to
Further explanation. I had a large increase in users which caused a
chain reaction. Tasks that used to take about 10-20 seconds started
taking longer and using more CPU time. Interestingly, these tasks are
doing the exact same thing, but under a higher load, they take longer
and use more CPU time
try http://localhost:/guestbook.jsp
From: Timothy Goshinski
To: google-appengine-java@googlegroups.com
Sent: Mon, August 9, 2010 11:53:17 AM
Subject: Re: [appengine-java] Problem with Java JSP tutorial.
On Sun, Aug 8, 2010 at 9:05 PM, kahou wrote:
Hi,
On Sun, Aug 8, 2010 at 9:05 PM, kahou wrote:
> Hi, I have a problem when I am doing JSP tutorial.
>
> I follow the tutorial to add the guestbook.jsp to under war folder and
> then change the welcome-file value to guestbook.jsp.
>
> I got Error 403 FORBIDDEN from http://localhost: when I resta
I'm curious what the benefits are for using a few of the core value
types for Java that are listed here:
http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types
The types I don't see the value in are: "Email", "PhoneNumber",
PostalAddress, "Link", "IMHandle", "Catego
In the test environment, I have a stability problem with the local
data store.
When running the tests individually, they are ok, but running them in
a test suite results in the error below for many of the tests.
I read that the request come too fast, so I built in sleep(1000)
between the tests, but
Hi,
I'm trying to send a single email to multiple recipients, but when I
add multiple recipients to a Message, it sends a different copy of the
email to each recipient! I want a single email.
Is there a way to get around this? I read in a previous post that
Sun's implementation of JavaMail didn't
@laserjim,
Did you figure this one out? I am running into the same issue.
On Jul 7, 10:46 am, laserjim wrote:
> Hey,
>
> I've attached some example code for reference:
>
> public class FooObject implements Serializable
> {
> private final String name;
> public FooObject(String
Hi,
I have an app that was originally created with Google Apps
authentication, now I'd like to change it to use OpenId, in the
configuration page there does not seem to be a way to change it.
I would prefer to avoid creating a new app as there is already quite a
bit of user data, any other option
Hi, I have a problem when I am doing JSP tutorial.
I follow the tutorial to add the guestbook.jsp to under war folder and
then change the welcome-file value to guestbook.jsp.
I got Error 403 FORBIDDEN from http://localhost: when I restarted
the server.
Can anyone help me to resolve this?
Th
I've added this just after the server is started, but no luck. :-(
ApiProxy.Environment env = new DelegatingEnvironment(new
DummyEnvironment())
{
@Override
public String getAppId()
{
return archive.getName();
}
};
ApiProxyLoca
On 9 Aug 2010, at 21:40, alesj wrote:
See an example here which allows running GAE from a normal main()
method
http://code.google.com/p/remote-datastore/source/browse/src/main/
java...
How should appId and warPath look like?
(I see here are "no-local-appid-set" ands ".")
Or what's their p
Thanks Pieter, I knew I had read that in the documentation along time
ago but for the life of me I couldn't find it again.
On Aug 9, 10:24 am, Pieter Coucke wrote:
> All versions of the same app share the same datastore.
>
> http://code.google.com/appengine/docs/java/javadoc/com/google/appengi.
OK, found it
Skywalker:impl alesj$ jar -tf appengine-local-runtime.jar | grep
ServerEnv
com/google/appengine/tools/development/LocalServerEnvironment.class
On Aug 9, 4:52 pm, alesj wrote:
> In which jar are these classes located?
>
> import com.google.appengine.tools.development.ApiProxyLocal;
>
In which jar are these classes located?
import com.google.appengine.tools.development.ApiProxyLocal;
import com.google.appengine.tools.development.ApiProxyLocalFactory;
import com.google.appengine.tools.development.LocalServerEnvironment;
--
You received this message because you are subscribed t
> See an example here which allows running GAE from a normal main() method
>
> http://code.google.com/p/remote-datastore/source/browse/src/main/java...
How should appId and warPath look like?
(I see here are "no-local-appid-set" ands ".")
Or what's their purpose?
--
You received this message bec
> The URL fetch API service has not been registered. You might need to
> set the environment and/or ApiProxy.Delegate.
Why is it not registered?
I tried setting up the Delegate, but to no effect.
I probably did it too late?
--
You received this message because you are subscribed to the Googl
The URL fetch API service has not been registered. You might need to
set the environment and/or ApiProxy.Delegate.
See an example here which allows running GAE from a normal main() method
http://code.google.com/p/remote-datastore/source/browse/src/main/java/com/vercer/engine/proxy/RemoteDatas
Thanks for your reply. Based on your input I ended up using the
following:
<%
// Create a calendar to work with.
GregorianCalendar gc = new GregorianCalendar(Locale.US);
// Create a timezone object to set ont eh calendar.
TimeZone tz = TimeZone.getTimeZone("America
All versions of the same app share the same datastore.
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary.html
"Although Google App Engine allows many versions of your application to be
accessible, there is only one datastore for your application
Hi all,
I was wondering if the different version of the user application code
base had its own different datastore as well. We just pushed a new
version onto the app engine and need to re-import our data because of
some class structure changes. Will the version 1 still keep its
datastore while we
Hi Friends
Is there any alternative for LIKE clause in java.
--
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, send email t
Hello all
i am developing an application which lucene searching and indexing,
and deploy it on google app engine, i am not to get the proper doc to
read and start my development.plz suggest me the links and Api's.
--
You received this message because you are subscribed to the Google Groups
"Goog
When running (embedded) GAE via appengine-tools-api API
DevAppServerFactory factory = new DevAppServerFactory();
server = factory.createDevAppServer(appLocation,
containerConfig.getBindAddress(), containerConfig.getBindHttpPort());
Map properties = System.getProperties()
42 matches
Mail list logo