[appengine-java] Re: How to query the active version name

2012-02-21 Thread Emanuele Ziglioli
 pm, Emanuele Ziglioli wrote: > Hi, > > I'd like to force refresh of static resources using a query string, as > explained > here:http://groups.google.com/group/google-appengine/msg/9707b4602e0154cc > > But I need some global string that reflects the latest version. Is

[appengine-java] How to query the active version name

2012-02-21 Thread Emanuele Ziglioli
Hi, I'd like to force refresh of static resources using a query string, as explained here: http://groups.google.com/group/google-appengine/msg/9707b4602e0154cc But I need some global string that reflects the latest version. Is it possible to query the veriable that is printed on the administrator

[appengine-java] Re: SecurityException thrown by java.lang.reflect.AccessibleObject.setAccessible(boolean flag)

2012-02-21 Thread Emanuele Ziglioli
Thanks for the clarification Mitch, I'm glad I wasn't dreaming it :-) So the fact that isAccessible() returns true doesn't necessarily mean that the field can be set. That makes me rethink about how I should recreate that situation. By the way, I'm downloading the latest source code for GAE, than

[appengine-java] Re: SecurityException thrown by java.lang.reflect.AccessibleObject.setAccessible(boolean flag)

2012-02-16 Thread Emanuele Ziglioli
Hi Mitch, I've spent some time trying to reproduce that with a unit test and with a specific GAE project, no luck. All I can see is that Field.isAccessible() consistently returns false on public fields. As long as we know that, we can then call Field.setAccessible() and that works without generati

[appengine-java] Re: Very strange problem with latest API

2012-02-09 Thread Emanuele Ziglioli
I don't understand how you've added it to Eclipse. Usually I go to the Eclipse Settings / Google and I tell it to search from the new SDK. If your project is of GAE nature, all the required jars will be copied automatically On Feb 10, 11:43 am, Rick Mangi wrote: > I just downloaded the 1.6.2.1 A

[appengine-java] Re: SecurityException thrown by void java.lang.reflect.Field.set(Object obj, Object value)

2012-02-09 Thread Emanuele Ziglioli
Hi again, I think the problem is what is described here: === http://freemarker.blogspot.co.nz/2010/02/freemarker-on-google-app-engine.html#c7806981190571108253 GAE will replace java.lang.reflect.* classes on the fly with its own doppelgangers defined in "com.google.apphosting.run

[appengine-java] Re: SecurityException thrown by java.lang.reflect.AccessibleObject.setAccessible(boolean flag)

2012-02-06 Thread Emanuele Ziglioli
? On Feb 7, 9:25 am, Emanuele Ziglioli wrote: > Here's one: -- 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-java@googlegroups.com. To unsubscribe from th

[appengine-java] Re: SecurityException thrown by java.lang.reflect.AccessibleObject.setAccessible(boolean flag)

2012-02-06 Thread Emanuele Ziglioli
Here's one: java.lang.IllegalAccessException: Class siena.Util can not access a member of class models.Journal with modifiers "private" at siena.gae.GaeMappingUtils.fillModel(GaeMappingUtils.java: 518) at siena.gae.GaeMappingUtils.mapEntities(GaeMappingUtils.java: 696) at s

[appengine-java] SecurityException thrown by java.lang.reflect.AccessibleObject.setAccessible(boolean flag)

2012-02-04 Thread Emanuele Ziglioli
Hi, we've been experiencing some SecurityExceptions caused by GAE's Security Manager. The strange thing is that they don't occur every time. Apparently we're not the only ones: 1. Siena Project: https://groups.google.com/group/siena-discuss/browse_thread/thread/3882b18e14de8776 2. JAXB: http://c

[appengine-java] Re: SDK 1.6.2.1??

2012-02-04 Thread Emanuele Ziglioli
Thanks Amy, I'm trying to download it again. Internet is slow in New Zealand, and data capped, so I hope this time it works (I know, it must sound crazy from any other western country!!). Any news regarding the source code? SVN is stuck with version 1.6.0 -- You received this message because yo

[appengine-java] SDK 1.6.2.1??

2012-02-04 Thread Emanuele Ziglioli
Hi, I see on http://code.google.com/p/googleappengine/downloads/list there's a new release (1.6.2.1) while a couple of days ago there was 1.6.2. Anyway, I've tried to download it twice and the zip file looks corrupt. -- You received this message because you are subscribed to the Google Groups "

[appengine-java] Re: Google AppEngine MapReduce is not working anymore... HELP needed!!

2012-01-24 Thread Emanuele Ziglioli
Could you post it on the MapReduce group too? http://groups.google.com/group/app-engine-pipeline-api On Jan 25, 12:15 am, imanol00 wrote: > Hi guys. > > I have a problem using the MapReduce feature of Google App Engine. In > general, it works fine, but I am experiencing some strange behaviour

[appengine-java] Re: Improved query planner in SDK 1.6.0

2011-11-17 Thread Emanuele Ziglioli
On Nov 18, 7:24 am, Alfred Fuller wrote: > What is Siena? Siena is an ORM API, similar but smaller than Objectify and Twig, the only one that supports both SQL and noSQL databases: http://www.sienaproject.com/index.html > zig zag is built into the datastore and always on, if it is "not working

[appengine-java] Re: Joins Concept in GQL Using Java

2011-11-16 Thread Emanuele Ziglioli
look at 'activated entities' in twig and future releases of objectify: http://groups.google.com/group/objectify-appengine/browse_thread/thread/e7b6d49193433f34 On Nov 17, 6:13 am, Max wrote: > you can't perform join query with GQL -- You received this message because you are subscribed to the G

[appengine-java] Re: Improved query planner in SDK 1.6.0

2011-11-16 Thread Emanuele Ziglioli
zig zag doesn't work for me, using the Siena API What's worse, an 'index error' was created and I had to cleanup the index error on the production server, a real PITA On Nov 17, 5:23 am, Alfred Fuller wrote: > That is referring only to the transient 'NeedIndex' error that popped up > sometimes w

[appengine-java] Re: Updating Eclipse

2011-11-16 Thread Emanuele Ziglioli
they've just open source the plugin, maybe we'll see more timely releases now or at least a different way to update the sdk. Not such a big issue updating by hand really On Nov 16, 7:01 am, Chris wrote: > Filed an issue (#6334): > > http://code.google.com/p/googleappengine/issues/detail?id=6334&s

[appengine-java] Re: Updating Eclipse

2011-11-14 Thread Emanuele Ziglioli
nothing, but installing the SDK by hand as we used to do :-( On Nov 15, 6:18 am, jon stevens wrote: > Hey googler's... > > It has been a week now since 1.6.0 has been released. I'd love to see an > update to the Eclipse integration to support the new version. Ideally, this > would go out on the s

[appengine-java] Re: Custom admin pages styling

2011-11-11 Thread Emanuele Ziglioli
cture they show up for me! > > On Nov 11, 12:00 am, Emanuele Ziglioli > wrote: > > > > > > > > > Hi Marcel, > > > Do those pages appear for you on the local admin console? > > > In my case the admin console is at: /_ah/admin > &g

[appengine-java] Re: Custom admin pages styling

2011-11-10 Thread Emanuele Ziglioli
Hi Marcel, Do those pages appear for you on the local admin console? In my case the admin console is at: /_ah/admin Have tried two add these two pages to appengine-web.xml but they don't show up On Nov 11, 10:50 am, Marcel Overdijk wrote: > Hi, > > I'm experimenting with custo

[appengine-java] Re: Improved query planner in SDK 1.6.0

2011-11-10 Thread Emanuele Ziglioli
Bump 2 :-) I'd be curious to see other people's experience with the new Query Planner. But 1.6.0 is still not part of a new release of the Google Plugin. That's frustrating, when a new SDK is released but one has to install it manually because it's not immediately available from the Eclipse updat

[appengine-java] Re: Improved query planner in SDK 1.6.0

2011-11-09 Thread Emanuele Ziglioli
conds) before it starts working!! I don't know if I can log the GQL that goes out to show you On Nov 10, 10:54 am, Emanuele Ziglioli wrote: > Just tried again, now it seems to be working! > > On Nov 10, 10:49 am, Emanuele Ziglioli > wrote: > > > > > > > >

[appengine-java] Re: Improved query planner in SDK 1.6.0

2011-11-09 Thread Emanuele Ziglioli
Just tried again, now it seems to be working! On Nov 10, 10:49 am, Emanuele Ziglioli wrote: > It's not working for me either, using Siena: > > http://groups.google.com/group/siena-discuss/browse_thread/thread/b41... > > On Nov 10, 2:14 am, Matthew Jaggard wrote: > &g

[appengine-java] Re: Improved query planner in SDK 1.6.0

2011-11-09 Thread Emanuele Ziglioli
It's not working for me either, using Siena: http://groups.google.com/group/siena-discuss/browse_thread/thread/b410b6b2a1de75de On Nov 10, 2:14 am, Matthew Jaggard wrote: > Hi VIKASH, >    It looks like you've replied to an unrelated message. If this is > not the case, please clarify. Otherwise,