
Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
> see http://mindprod.com/jgloss/xsd.html
> for code to do that.
thanks Roedy, but now I have the proof that my code is correct
(probabily).
First, I upgraded to sdk 1.5.0 and the problem was still there.
But the same snipplet of code, if run from a raw console, behaves
properly. When I use it from inside a web application (deployed into
jboss) I get the exception.
So I think I have a classpath problem, with old classes hiding the new
shipped with the latest JAXP/JDK
I have to figure out this.
Thanks
TREMALNAIK
Roedy Green - 01 Nov 2005 08:17 GMT
>I have to figure out this.
Have a look it my little Where tool to find out where classes are
coming from.
See http://mindprod.com/jgloss/where.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
tremalnaik@gmail.com - 02 Nov 2005 10:32 GMT
> See http://mindprod.com/jgloss/where.html
thanks, Roedy. I tried the JVM -verbose option also. It prints out to
console the location of loaded classes.
cheers,
TREMALNAIK