The ClassLoader for the Unmarshaller is chosen as follows:

1. If the user passes in a ClassLoader it's the one used.

2. If the user did not pass in a ClassLoader, then if a mapping is set, 
   the ClassLoader is obtained from the mapping file.

3. If no user ClassLoader and no mapping is set , the ClassLoader is
   is simply Class.forName() for JDK 1.1 compatability.


We will be working on expanding #3 to include fixes for the JDK bug
outlined in
the following thread:

http://www.mail-archive.com/castor-dev%40exolab.org/msg04233.html

--Keith

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to