java

Adding ant-svnlib to Net Beans

less than 1 minute read

I wanted to add some additional plugins to the ant build for Netbeans to automatically do some tagging if Ivy publishes the file. Fortunately I found a relat...

Axis2 memory leak on redeploy

1 minute read

For quite a while I’m facing the well-known problem of memory leaks while re-deploying Axis2 Webservices on Tomcat and JBoss. The problem is that you run ou...

Axis2 SOAP message logging

less than 1 minute read

From time to time I want to read the messages that are send from Axis to the endpoint. The solution is quite simple if you already use a logging framework f...

Backporting Subversion 1.6 to Debian Etch

less than 1 minute read

Unfortunately I’ve to use a machine running Debian Etch. Yes, that’s pretty old and it should definitely updated to Lenny asap, BUT I’m not the admin… sigh ...

Sun Java 5 on Ubuntu Karmic

less than 1 minute read

Since the <a href=”http://java.sun.com/j2se/1.5/>End of Life of Sun’s Java 5</a> is reached and even the End of Service Life (EOSL) at 8th of Oct...

JEE on Ubuntu 9.04 (Jaunty) 64bit

less than 1 minute read

I recently struggled with the installation of JEE on my 64bit version of Ubuntu 9.04 (Jaunty). I wanted to install the version without the JDK, but with Glas...