--- Bradley Wagner <[EMAIL PROTECTED]>
wrote:

> Thanks for the quick response. If I understand you
> correctly, xml-apis  
> is an improvement rather than a true requirement
> when running with  
> Java 5.0.
> 
> All of the interfaces, classes that are implemented
> or subclassed by  
> Xalan are available with Java 5 so I would not run
> into any class  
> loading (ClassNotFoundException) errrors.

Further, if you do want to use improved versions, I
suspect you have to use "endorsed" mechanism.
Otherwise JDK-bundled classes tend to get preference
over other jars. Unless rules are different for
extensions (javax.*)?

(same won't apply to the API implementation itself
which gets introspected correctly as JDK-included
version lives under different package)

-+ Tatu +-



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to