[appengine-java] Is app engine down or its just me?

2010-06-17 Thread TiagoP
I can't even access my dashboard. -- 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 to google-appengine-java+uns

[appengine-java] Re: List DB adds chars before string?

2010-04-24 Thread TiagoP
Thank you both. To answer Tristan question: I have no problem working with the string, only looking at the datastore view. I guess there's no problem. Thank you both. Tiago On Apr 24, 5:21 pm, Alan Kennedy wrote: > [TiagoP] > > > This is the result: [mat12, bg10] > >

[appengine-java] JSP showing new DB data problem.

2010-04-24 Thread TiagoP
Hi all, When data is changed from the DB the JSP shows it to the user. The problem is that the JSP doesn't reload with the new data until I close session and start it again. My flow is like this: USer sign in (start session) -> goes to XXX.jsp and fetchs data from the DB -> data is changed from

[appengine-java] List DB adds chars before string?

2010-04-24 Thread TiagoP
Hi, I have a field in my db which is a List of Strings. I add strings to that list and it works fine on the development server. This is the result: [mat12, bg10] When I do the same on the deploy server, this is the result: [u'mat12', u'bg10'] I don't understand why it adds "u' '" to the strin

[appengine-java] Re: Error message after updating AppEngine in my project

2010-04-23 Thread TiagoP
Same problem here. Any solution? How do I downgrade my plugin version? On Apr 22, 5:24 am, 时空之蕊 wrote: > Me too have the misstake! > It's not effect gae application running!but it's :( > > ubuntu 9.10 64b,Eclipse 3.5,GAE 1.3.3,jdk1.6.20 > > -- > You received this message because you are subscribe

[appengine-java] Re: Works on development server but it doesn't on GAE (Sessions).

2010-04-13 Thread TiagoP
Sorry for the duplicate post!! On 13 Abr, 23:45, TiagoP wrote: > Can anyone help me here please? > > On 13 Abr, 17:13, TiagoP wrote: > > > > > Yes, they are enabled. > > > What I realized now is that the _ah_SESSION variable is not being > > created,

[appengine-java] Re: Works on development server but it doesn't on GAE (Sessions).

2010-04-13 Thread TiagoP
Can anyone help me here please? On 13 Abr, 17:13, TiagoP wrote: > Yes, they are enabled. > > What I realized now is that the _ah_SESSION variable is not being > created, >  not even on the development server (although it works). > > On 13 Abr, 17:10, Peter Ondruska wrot

[appengine-java] Re: Works on development server but it doesn't on GAE (Sessions).

2010-04-13 Thread TiagoP
Can anyone help me please? Thanks On 13 Abr, 17:10, Peter Ondruska wrote: > Have you enabled sessions? > Seehttp://code.google.com/appengine/docs/java/config/appconfig.html#Enab... > > On Apr 13, 5:52 pm, TiagoP wrote: > > > > > Hi, > > > I have t

[appengine-java] Re: Works on development server but it doesn't on GAE (Sessions).

2010-04-13 Thread TiagoP
config/appconfig.html#Enab... > > On Apr 13, 5:52 pm, TiagoP wrote: > > > > > Hi, > > > I have this code that works just fine on the development server but > > when I deploy the application, the session isn't created. > > > What am I doin

[appengine-java] Works on development server but it doesn't on GAE (Sessions).

2010-04-13 Thread TiagoP
Hi, I have this code that works just fine on the development server but when I deploy the application, the session isn't created. What am I doing wrong? HttpSession session = req.getSession(true); session.setAttribute("loggedIn", new String("true")); -- You received this message because you ar

[appengine-java] GAE/J: JWPlayer + Blobstore?

2010-03-15 Thread TiagoP
Hi all, I currently use Amazon S3 and JWPlayer to stream videos and I'm wondering if it is possible to do that by using blobstore in GAE/J. I've tried with no success. I am able to retrieve images, text and pdfs but not .flv's. Does anyone can help me here? All the best. Thanks in advance. Tia

[appengine-java] Re: Relational Table using JDO

2009-12-26 Thread TiagoP
ntities but not to the > full extend like RDBMS. > > Have you worked through the examples > inhttp://code.google.com/appengine/docs/java/datastore/yet? > > > > > > On Fri, Dec 25, 2009 at 9:36 PM, TiagoP wrote: > > Hi all, > > > I have a simple

[appengine-java] Relational Table using JDO

2009-12-25 Thread TiagoP
Hi all, I have a simple doubt that I would like to see explained. I know a bit of relational databases but I don't understand how I can do the same using JDO. As for example, I have a table users-plans which combines the table user to the table plans. In table plans I have all the plans and I ju

[appengine-java] Re: Own Login system

2009-09-10 Thread TiagoP
a registration entry (registration would then be > another persistent class in your web application). > > I hope this helps you on the way. Good luck! > Jos > > On Thu, Sep 10, 2009 at 1:27 PM, TiagoP wrote: > > > Thanks for the reply. > > > I'm very new to go

[appengine-java] Re: Own Login system

2009-09-10 Thread TiagoP
ism that you have in mind? > > Kind regards, > Jos Snellings > > On Thu, Sep 10, 2009 at 10:26 AM, TiagoP wrote: > > > Nobody can help us? > > > BR > > > On Sep 9, 9:55 pm, Filipe AlvesFerreira > > wrote: > >> Hi I'm interest in the same subjec

[appengine-java] Re: User Registration, Login, Logout Module?

2009-09-10 Thread TiagoP
some major holes which I list as my "next items" on the > home page. As this is repeated development of software I created in the > past (and because I have the underpinnings relatively set) I expect to > complete these items quickly. However, I am learning AppEngine as I go &

[appengine-java] Re: Own Login system

2009-09-10 Thread TiagoP
Nobody can help us? BR On Sep 9, 9:55 pm, Filipe AlvesFerreira wrote: > Hi I'm interest in the same subject.Thank you. > Regards/FilipeAlvesFerreira#4(1942) > > 2009/9/9 TiagoP > > > > > Hi, > > > I would like to create a very simple app with: my own

[appengine-java] Re: User Registration, Login, Logout Module?

2009-09-09 Thread TiagoP
That would be very helpful for me aswell. Unfortunately, I'm not aware of anything like that. On Sep 9, 11:18 am, davekor wrote: > Hi, > > I was wondering if anyone knows of a java-based (non-google) user > registration module that can be plugged into a GAE application? > Preferably something t

[appengine-java] Own Login system

2009-09-09 Thread TiagoP
Hi, I would like to create a very simple app with: my own login system, affiliate system and I want to be able to control the number of links each user opens on my website. Is it possible to do that with GAE and for doing that, which one is better? GAE/J or Python? Thank you for your help. Bes