[google-appengine] updating to new release of eclipse plugin causing datanucleus errors (again)

2010-03-22 Thread haole
after updating to the newest release (20100319) of the eclipse plugin (on 3/22), datanucleus enhancer is throwing null pointer exceptions again. last time, it was due to classpath that was too long. removing some unneeded jars out of my WEB-INF/lib directory seemed to do the trick. this time, i can

[google-appengine] AES encryption available on GAE java VM?

2010-04-30 Thread haole
Are the AES libraries included in the stardard JDK available under the GAE java VM? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send

[google-appengine] jars in WEB-INF/lib for deployment

2010-11-10 Thread haole
i'm wondering which jars are required to be in the WEB-INF/lib directory when i deploy. i have a bunch that were automatically added when i created an appengine project in eclipse, but it seems like the app should already have a lot of these jars in the production classpath. am i supposed to add th