GAE+Slim3+Spring3構築時に見つかった問題
- サーバに問題ないが、ローカル上でEL式をサポートしない
サーバ上でELタグが使えるが、ローカルでなぜか使えなくなる。実行しようとすると、以下の例外が起こる
「java.lang.AbstractMethodError: javax.servlet.jsp.PageContext.getELContext()Ljavax/el/ELContext」
バグだそうで、既にあげられている。
http://code.google.com/p/googleappengine/issues/detail?id=1506&sort=-id&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component&start=300 - ローカル上Slim3でClasscastできない
当然、キャストできるmodelクラスだが、キャストできないと、ClassCastExceptionが起こる。
以下の内容をもとに、coolクラスにすれば、大丈夫でした。
http://sites.google.com/site/slim3appengine/hot-reloading
Tags: Spring, google, appengine

anonymous
Powered by
Recent comments