1. gorm-jpa Release 0.7
While continuing my work with grails and Google's app-engine (GAE), I found a new version of the gorm-jpa plug-in.
The release now handles the Null-Pointer-Exception from my older blog. You can just skip the "Null-Pointer-Irritations".
Thanks to Graeme Rocher!!
2. app-engine Release 0.8.8
I also found a new release for the app-engine-plugin. The log says the following:
0.8.7 - Now possible to use standard run-app command and fixed Log4j errors
The change to version 0.8.8 is not fully clear. But it seems, that log4j is evicted in this release and reimplemented directly for this plugin. Maybe another bug fixed?
I tried the run-app command, but experience an recurring error:
What I found, was to uninstall the tomcat-plugin. I ran:
That was is! Simply uninstall tomcat plugin and the run-app command uses the jetty-engine to run your web-application.
3. Links
app-engine Plugingorm-jpa Plugin
Tomcat uninstall
No comments:
Post a Comment