Post archive for ‘Workaround’
Getting JSP EL to work on Google App Engine
I am developing an Spring 3.0 based web application that I intend to deploy to Google App Engine. But I’ve been banging my head against a brick wall for a day now trying to figure out why my ${xxx} expressions are not evaluating correctly. The source of the problem seems to be a bug with [...]
PermGen OutOfMemoryException
I upgraded to JBoss Portal Server 2.7.0 CR1 the other day and started getting PermGen/OutOfMemoryError problems. My first reaction was just to increase the heap size as I had done many times in the past. But I decided to do a quick Google. I found Good Riddance, Perm OutOfMemoryError ! by Christian Vest Hansen. It [...]