users@jaxb.java.net

Re: Error using sample program

From: Gunaranjan C <gunaranjan_c_at_SATYAM.COM>
Date: Thu, 16 Jan 2003 09:10:11 -0700

Hi Tom
Thanks for your quick response. I am running a WIN 2K system and have administrative rights. I am using ANT & XERCES that come with the JAXB download.

However since you mentioned JVM versions I did try switching the JVMs and it worked.!!

The OLD JVM which did NOT work was:
C:>java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

The new one that seems to fixed the problem is:
C:>java -version
java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)

Although it worked I am curious about the reason. If you do find out please let me know.

Also could not understand what 'schema-for-schema' was (new to JAXB and XML Schemas). Could you please throw some light on it ..

Thanks
-Guna