Spring AbstractEnterpriseBean and a memory leak
One of our applications was determined to be leaking memory. The leak was traced back to some stateful EJB’s that were extending Spring’s AbstractStatefulSession bean class. While I could not trace to...
View ArticleJava and swap for HPUX systems
We recently pushed a couple of new Java programs to our client’s application server (HPUX) and soon thereafter they started to receive alerts about the swap running out of space. Of course, being the...
View ArticleXMarks Smarter Search feature on IE8 produces mixed content warning
I just installed XMarks to see if I can start synchronizing my bookmarks between all of my various locations and all the browsers installed. However soon after installing, I noticed that I would get...
View ArticleBidirectional Associations and JiBX
I recently needed to use JiBX to parse a XML document into domain objects that contained bidirectional associations with collections. The issue started out as a simple NullPointerException since each...
View ArticleUsing PHP FastCGI mode on Windows Server 2003 x64 w/ IIS in 32-bit mode
I recently needed to upgrade the PHP for a particular site from 5.2.6 to 5.3.0. Of course, this is when I found out that PHP no longer supports the ISAPI module and instead wants you to use FastCGI....
View ArticleChange location of Wicket’s ajax debug link
I needed to move Wicket’s ajax debug link from the bottom right to the bottom left because it was covering some links. The script below is how I accomplished it (uses jQuery). The link uses absolute...
View Article