[appengine-java] Re: JDO fetch groups does not work with GAE

2009-08-17 Thread SammyBar
> @FetchGroup(name="myGroup", member...@persistent(name="points")}) Yes, it works! Thanks a lot. I can live with this solution. > In your logging.properties file, change the level from WARNING ( to > FINEST to see everything). It worked also. Just one point. I get the DataNucleus logs in a forei

[appengine-java] Re: JDO fetch groups does not work with GAE

2009-08-17 Thread SammyBar
> Actually uses the Locale.getDefault() value at initialisation, so > since the PC is in "es" then you get "es" :-) > Y si no quieras español, ¿porque tener el PC así? jeje. I can not get used to mm/dd/ date format, no way! > Change your default JRE Locale to be "en" is the only way. I though

[appengine-java] Java Server Faces 2.0 does not works in GAE (for me)

2010-07-12 Thread SammyBar
Hi all, I'm trying to config my first Java Server Faces project with GAE. I have already configured my Eclipse following instructions published at https://sites.google.com/a/wildstartech.com/adventures-in-java/Java-Platform-Enterprise-Edition/JavaServer-Faces/sun-javaserver-faces-reference-impleme

[appengine-java] Re: Java Server Faces 2.0 does not works in GAE (for me)

2010-07-13 Thread SammyBar
Silly error...! I mistakenly named welcome.xhtml as welcome.xhml Sorry, JSF 2.0 works for me too! On 12 jul, 19:02, SammyBar wrote: > Hi all, > > I'm trying to config my first Java Server Faces project with GAE. I > have already configured my Eclipse following instructions pub