If anyone notices I've had to tweak two junit methods that compare formatted exception messages to be compatible with ibm's 1.5.0 jre. For some reason the ibm exception message logic doesn't always produce exactly the same message as sun's. (In one instance sun has more information and the other ibm has more information..)
The biggest reason for this is that ibm's jre beats the crap out of sun's in terms of performance on linux based boxes, esp boxes with 64bit processors. Sun doesn't care about linux jvm's ;) ..... If this isn't ok I can switch back to a sun impl. I've tried to make the test logic still assert basically the same thing, now it just does a String.startsWith() instead. jesse
