Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
1.7.2
-
None
Description
Now that Cactus uses JDK 1.4, we should get rid of Xerces and XML Apis dependencies.
Looking at the code, it seems like only the writeWebXml() and writeApplicationXml() methods use them, so it's not just a matter of removing the JARs, we must replace these methods (which do not have a test case, BTW) or just remove them (they are helper methods are not used anywhere else on Cactus - but they're public, so I'm not sure if it's a good idead to remove them...)