Davanum Srinivas wrote:
Folks,
I've moved the dom stuff out of the way and made the saaj build
optional. Now looking at test failures in JDK1.5
thanks,
-- dims
Hey thanks, this is really good.
I've been using Java 1.5 for a while and most things work, with some caveats
-StringBuffer.toString() is very different; it copies the buffer out. If
you repeatedly call the function, your app will grind to a halt.
-proxy setup has changed a lot. As well as a system property to use the
OS (well IE and gnome) proxy settings, there are these new proxy classes
for custom proxy handling. We believe these try and to reverse-DNS
lookups too often for their own good for roaming laptops.
I've not encountered any axis2-specific problems.
-steve