I can't find that in source but I will check with Richard.
Regarding to this, XMLC actually works for me with Tomcat by putting
all the jar in WEB-INF/lib.
I think this has to do with the loading order with the Tomcat's class
loader hierarchy. I discovered the problem when trying to get deferred
parsing to pass all the unit tests. Just as a precaution, it's best to
put the xerces.jar from XMLC in the common/endorsed and make sure the
DOM interface from it is used by the system.
On Tuesday, Nov 26, 2002, at 03:08 Asia/Shanghai, Jacob Kjome wrote:
Hello David,
Yes, but I believe that Richard accounted for this (search the
archives) which is why it
works in shared/lib even with Xerces-2.x.x in common/endorsed.
Works for me completely. You should ask Richard about this. I think
he uses reflection to determine what is supported.
Jake
|