[appengine-java] Re: Redirect to original href when using federated login

2012-02-13 Thread Ice13ill
I believe you meant it is not a java issue :) On Feb 9, 5:29 pm, Alexandru Farcaş alex.far...@expert-group.biz wrote: You should try to get response from Google AppEngine group. I think that this is a java issue ... On Feb 1, 10:02 am, Ice13ill andrei.fifi...@gmail.com wrote: Also

[appengine-java] Redirect to original href when using federated login

2012-01-31 Thread Ice13ill
I'm using federated login for my app authentication and I have the following issue: when users connect with google OpenID the auth service doesn't redirect to my original href (redirects to my domain + the url params but ignores all information after #). I use this method:

[appengine-java] Re: Can't set URL Fetch Timeout to a value higher than 5 seconds

2011-09-09 Thread Ice13ill
What was wrong ? :) On Sep 9, 1:25 am, Killian Levacher killian.levac...@gmail.com wrote: ok found out what I was doing wrong ! lol Sorry that's embarrassing :P On 7 September 2011 18:48, Killian killian.levac...@gmail.com wrote: Hi Lads, Anyone has any idea what could be going on

[appengine-java] Re: Google App Engine NO LONGER FOR SMALL DEVELOPERS!!!!!!!

2011-09-09 Thread Ice13ill
It seams that you may need to find a way to earn more money through your app :) It seams that most people don't find the new pricing model quite adequate. I really hope at least that this way the platform's performance will be increased (HR already has increased latency, and the new deployed

[appengine-java] Re: 1.5.4 SDK Prerelease

2011-09-07 Thread Ice13ill
Is there a probability that some changes affected the new deployments (on small applications maybe). I have some strange errors when loading a new deployed app (many classes cannot be found). A thread was opened here:

[appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-12 Thread Ice13ill
I have the same problem. Sending emails worked OK until about 14h ago (and no changes were made). The user is added to permissions list as Developer. I tried changing it to Owner but it doesn't work. On Aug 12, 6:36 pm, Bruno Fuster brunofus...@gmail.com wrote: Hi! Is the sender email you're

[appengine-java] Push and pull queues

2011-08-04 Thread Ice13ill
What are the main differences between push and pull tasks ? What are the purposes of each one ? (when is it necessary to use one or the other and are there some best practices related to this types of tasks) -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] GWT + GAE Deployment

2011-08-03 Thread Ice13ill
Hello, I use GWT and GAE for my application, but the deployment phase takes too long: any small modification to the GWT java code will trigger the whole compilation, GAE has a scanning phase, cloning files, uploading, precompiling, and deployment checking. For my app that takes about 15min (which

[appengine-java] Re: Channel API questions

2011-07-27 Thread Ice13ill
, Ice13ill andrei.fifi...@gmail.com wrote: 1. I know that after two hours, the given token for creating the channel expires and onClose() and onError() are called. When this happends, does the POST request to the path to disconnect servlet is sent ?  (/_ah/channel/disconnected/) Yes

[appengine-java] Channel API questions

2011-07-26 Thread Ice13ill
Hello, i have some simple questions regarding the channel api: 1. I know that after two hours, the given token for creating the channel expires and onClose() and onError() are called. When this happends, does the POST request to the path to disconnect servlet is sent ?

[appengine-java] Using auth token for Google Applications without users' email and password

2011-06-24 Thread Ice13ill
I want to use some of google apis (for example Google Docs to create an arhive for an user) but i don't want the user to explicitly give out the user and password. Is there a way to give the user a webpage to grant access to a certain Google app and the get an auth token for me to access the

[appengine-java] Using Serializable object in session

2011-05-25 Thread Ice13ill
Hello, i want to store objects in session, and for that I need to implements java.io.Serializable. The problem is that i don't know if i should generate the serialVersionUID field... My classes change from one deploy to another, so i get the exception InvalidClassException, because at first, the

[appengine-java] GAE limitations on HttpSessionListener (or other session classes)

2011-04-12 Thread Ice13ill
Hi, i want to implement a way to keep track of my users sessions... I found this example (for JBoss) and i wanted to be sure it applies to GAE too: http://stackoverflow.com/questions/2113662/how-do-i-find-out-what-open-sessions-jboss-is-handling-at-any-given-moment-with-j Are there limitations ?

[appengine-java] Re: GAE limitations on HttpSessionListener (or other session classes)

2011-04-12 Thread Ice13ill
I think that my problem is that i'm not sure how servlet context/ config objects behave... (in app engine's distributed env). If the HttpSessionListener methods behave correctly for example, i can use datastore for some things i may need right ? On Apr 12, 3:03 pm, Ice13ill andrei.fifi

[appengine-java] Datastore needs index definition for built-in indices

2011-03-31 Thread Ice13ill
Hello, my application uses a full text search implementation based on a list of keywords (properties) and a default sort order. So all my queries contains equality filters on 2,3 string fields and matching words (strings) agains the List of keywords (the input search text is split by ). This

[appengine-java] Synchronized reads/writes on a memcache variable

2010-12-13 Thread Ice13ill
I need advice for implementing concurrent access to a memcache variable, when used by multiple running tasks. The problem is this: I have a number of tasks reading from datastore and doing some processing. When the processing is complete, i add a String to a List stored in memcache. So i need to

[appengine-java] Re: Synchronized reads/writes on a memcache variable

2010-12-13 Thread Ice13ill
Maybe there's something that i don't know very well about the memcache service and this problem is simpler then i thing it is... If so, please advice :) On Dec 13, 6:38 pm, Ice13ill andrei.fifi...@gmail.com wrote: I need advice for implementing concurrent access to a memcache variable, when

[appengine-java] Re: GWT wrapper for the client side (javascript) Channel API

2010-12-03 Thread Ice13ill
Would be very very nice On Dec 3, 11:00 am, dilbert dilbert.elbo...@gmail.com wrote: It would be a nice feature to have in our GWT arsenal so I submitted an issue here:http://code.google.com/p/googleappengine/issues/detail?id=4192 Please star it if You are interested. -- You received

[appengine-java] Simulating 500 error code

2010-11-03 Thread Ice13ill
Is it possible in App engine Java to simulate on development mode (or production mode) the 500 internal server error ? -- 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

[appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-03 Thread Ice13ill
I also have this problem. In addition, it seams that the new 1.3.8 version does not recognize the 1.3.7 local_db.bin development mode datastore (if i switch back it's ok) On Nov 3, 4:38 am, timzon jerome.bre...@gmail.com wrote: Dropping default log level (.level) to TRACE, INFO or FINEST doesn't

[appengine-java] Re: Data missing from datastore !!!

2010-11-02 Thread Ice13ill
I've found other posts regarding missing data and some of them said that after some time it reappeared. Well, my tables are still missing... On 31 oct., 18:32, Alexandru Farcas alexfarca...@gmail.com wrote: A colleague of mine posted a problem regarding the disappearance of two tables from the

[appengine-java] Entities disappeared !!! Please help !

2010-10-22 Thread Ice13ill
Hello, i had a big problem when i last deployed my app. I deployed a testing version to test some functionalities on an entity kind and i noticed that the new testing version was sending chat messages (and that should'n happen because only the default version was set to send chat messages) so i

[appengine-java] Re: Datastore latencies problems

2010-10-22 Thread Ice13ill
Twitter:http://twitter.com/app_engine On Thu, Oct 21, 2010 at 12:54 PM, Ice13ill andrei.fifi...@gmail.comwrote: First of all, i realized that part of the problem was the range of the query (my data objects/entities grew very fast so i didn't that i was retrieving 1000 entities per query). But my pb

[appengine-java] Re: Datastore latencies problems

2010-10-21 Thread Ice13ill
://www.reddit.com/r/appengine Twitter:http://twitter.com/app_engine On Tue, Oct 19, 2010 at 10:44 AM, Ice13ill andrei.fifi...@gmail.com wrote: The queries (or any other operation for that matter...) have grate latencies  (or 500 error code) for about 20 percent of the time. For example the same

[appengine-java] Re: Datastore latencies problems

2010-10-19 Thread Ice13ill
in your query ? I don't think that anyone could help you with this information. Please provide some more information about the definition of your entities and also whether you are using JDO, low level api or some other persistence framework. On 18.10.2010 г. 20:37 ч., Ice13ill wrote: Hello, I

[appengine-java] Re: Change Auth method

2010-10-19 Thread Ice13ill
You can link a gmail accound with a apps account. Maybe you can use this... On Oct 19, 7:16 am, Gal Dolber gal.dol...@gmail.com wrote: Thanks, I saw that. I was wondering if it can be done after you create the app. But I think thats not possible On Mon, Oct 18, 2010 at 10:41 PM, SebaGra

[appengine-java] Datastore latencies problems

2010-10-18 Thread Ice13ill
Hello, I need some help from the app engine team. I'm having problems when accessing the datastore for my application. The runquery requests cat take about 10 to 25 seconds, and sometimes i get DeadlineExcededException or 500 error code. I was wondering if this is happening to other developers or

[appengine-java] Re: GQL query in Datastore viewer different from API query ???

2010-09-29 Thread Ice13ill
: In JDO you probably need to use the method contains() if testing members of collections.http://www.datanucleus.org/products/accessplatform_1_1/jdo/jdoql_meth... Vaclav On Sep 28, 4:20 pm, Ice13ill andrei.fifi...@gmail.com wrote: I executed a GQL query to test for some results

[appengine-java] GQL query in Datastore viewer different from API query ???

2010-09-28 Thread Ice13ill
I executed a GQL query to test for some results in Datastore viewer: SELECT * FROM DbLaw where keyWordsList='leg' and keyWordsList='24' it worked OK. The same query using JDO: Query text: SELECT FROM biz.ebas.server.DbTest WHERE keyWordsList=='leg' keyWordsList=='24' Threw this exception:

[appengine-java] Creating indexes on List of String elements

2010-09-24 Thread Ice13ill
I'm trying to implement a search based on a list of keywords (string). The list is created based on the content of the objects' fields and i use it when matching against a query text. The problem is that i can't create indexes on App engine (i get Error after about 30 mins, and i have to delete

[appengine-java] Problem with indexes on List of String elements

2010-09-24 Thread Ice13ill
I'm trying to implement a search based on a list of keywords (string). The list is created based on the content of the objects' fields and i use it when matching against a query text. The problem is that i can't create indexes on App engine (i get Error after about 30 mins, and i have to delete

[appengine-java] Problem with indexes on ListString

2010-09-24 Thread Ice13ill
I'm trying to implement a search based on a list of keywords (string). The list is created based on the content of the objects' fields and i use it when matching against a query text. The problem is that i can't create indexes on App engine (i get Error after about 30 mins, and i have to delete

[appengine-java] Problem with indexes on ListString

2010-09-24 Thread Ice13ill
I'm trying to implement a search based on a list of keywords (string). The list is created based on the content of the objects' fields and i use it when matching against a query text. The problem is that i can't create indexes on App engine (i get Error after about 30 mins, and i have to delete

[appengine-java] Re: Problem with indexes on List of String elements

2010-09-24 Thread Ice13ill
Sorry about the multiple posting. I tried for about an hour to post this message :( On Sep 24, 4:03 pm, Ice13ill andrei.fifi...@gmail.com wrote: I'm trying to implement a search based on a list of keywords (string). The list is created based on the content of the objects' fields and i use

[appengine-java] Re: Creating indexes on List of String elements

2010-09-24 Thread Ice13ill
than 1 list properties in one composite index. This problem is described in the GAE doc.http://code.google.com/intl/fr-FR/appengine/docs/python/datastore/que... dindexes.html#Big_Entities_and_Exploding_Indexes On 24/09/10 15:54, Ice13ill andrei.fifi...@gmail.com wrote: I'm trying to implement

[appengine-java] Re: Creating indexes on List of String elements

2010-09-24 Thread Ice13ill
shared so times ago his code for a full text search implementation in GAE. Maybe you should check this out. On 24/09/10 17:01, Ice13ill andrei.fifi...@gmail.com wrote: Hmm... i understand the problem. But, if i want to query using a text with multiple words and NO sorting order, i use the build

[appengine-java] Re: Avoid exploding indexes : design question

2010-09-15 Thread Ice13ill
What speech/presentation are you refering ? On Sep 15, 11:44 am, Crll Vnc crll...@gmail.com wrote: Hi Big Brains, I carefully watched the Brett¹s speech about large scale apps and how to use the list property. I encourage everyone to watch it. My need : to query on BOTH a single property

[appengine-java] Re: Invalidating users session

2010-08-10 Thread Ice13ill
high. I could not find reason behind it. Thanks Hari 2010/8/6 Ice13ill andrei.fifi...@gmail.com This is more of a java servlet/session question, but it's also referring AppEngine's user service: Is there a way of invalidating a certain user's session ? for example, an admin modifies

[appengine-java] Invalidating users session

2010-08-06 Thread Ice13ill
This is more of a java servlet/session question, but it's also referring AppEngine's user service: Is there a way of invalidating a certain user's session ? for example, an admin modifies a certain user's permissions and because of that, i need to invalidate that user's session. Can i do this

[appengine-java] Re: Unable to execute query for a large number of entities

2010-07-16 Thread Ice13ill
, it should work right? because it seams that the information is not indexed as it should) On Jul 15, 6:28 pm, Ice13ill andrei.fifi...@gmail.com wrote: I uploaded about 100.000 entities into datastore and I need to execute a type of query that shouldn't require composite indexes. But i get

[appengine-java] Unable to execute query for a large number of entities

2010-07-15 Thread Ice13ill
I uploaded about 100.000 entities into datastore and I need to execute a type of query that shouldn't require composite indexes. But i get this: The built-in indices are not efficient enough for this query and your data. Please add a composite index for this query.. An index is missing but we

[appengine-java] Best performance for deleting and inserting entities

2010-07-10 Thread Ice13ill
I want to upload big number of objects (from an xls file) into datastore. What is the best way (least time consuming) for inserting and deleting a collection of entities ? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to

[appengine-java] Re: AppEngine session advice

2010-05-27 Thread Ice13ill
-- why not hang onto that in the Servlet (say, by doing that once in the constructor) and using it over and over (so long as the Servlet is long-lived, all subsequent calls will be much faster). 3) What have you tried, and what are you seeing? Cheers Mike On May 25, 5:18 am, Ice13ill

[appengine-java] AppEngine session advice

2010-05-25 Thread Ice13ill
I'm building an app that uses Google account auth. The application also uses a custom persistent entity (UserProfile) for users that are registered (so basically there are functionalities that can be used for free and others by registering). At the beginning, the app was simple, so at every

[appengine-java] How to exclude requests to /stats when viewing appstats?

2010-04-01 Thread Ice13ill
I'm trying to use appstats to view the requests to my app. But i can't exclude the requests to /stats/ as stated in the dev guide: This installs the filter for all URLs, with the url-pattern of /*. (This includes the Appstats web-based administration interface discussed in the next section, which

[appengine-java] Compare keys with JDO ?

2010-02-25 Thread Ice13ill
Hy... I'm using a JDO Query to retrieve some objects of type Contact witch contains: Key key; Key parentKey; String name; ... parentKey is the key of the User that owns that Contacts. Si if want to retrieve all contacts that belong to a certain user i'd have to make a query that returns all

[appengine-java] Re: Unable to run on local server after an upgrade to 1.2.8

2010-01-08 Thread Ice13ill
i have the same error: Initializing AppEngine server The server is running at http://localhost:/ Jan 8, 2010 11:37:15 AM com.google.apphosting.utils.jetty.JettyLogger warn WARNING: EXCEPTION java.lang.NullPointerException at

[appengine-java] Re: Unable to run on local server after an upgrade to 1.2.8

2010-01-08 Thread Ice13ill
is there a problem if i have the java 1.6.0_14 installed? do i need a new one ? On Jan 8, 1:37 pm, Ice13ill andrei.fifi...@gmail.com wrote: i have the same error: Initializing AppEngine server The server is running athttp://localhost:/ Jan 8, 2010 11:37:15 AM