Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Version 3.0.2
-
None
Description
Both org.apache.xmlbeans.impl.tool.SchemaCompiler and org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler use
StscState start
But only SchemaTypeSystemCompiler uses
StscState end
This breaks Class unloading. Highly relevant because the ant task org.apache.xmlbeans.impl.tool.XMLBean uses SchemaCompiler which means ant builds are leaking class definitions.
Please add
StscState end
to SchemaCompiler as well