I have noticed that if I specify on my path both xml-apis.jar and Xalan.lib, and then use a task that needs a TransformerFactory (like xmltask from OOPS Consultancy Ltd <http://www.oopsconsultancy.com/>), the task will fail with the error: �javax.xml.transform.TransformerFactoryConfigurationError: Provider for javax.xml .transform.TransformerFactory cannot be found� This is because both jar files define the above class. I thought that the first jar file on the path containing the requested class from loader is used. Anyone knows why? Janusz
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
