Description
Hi
this patch adds a XMLParserConfiguration object to the LoaderUtil (as proposed by David). It is configured to use a grammar pool which is not enabled in the standard configuration. The grammar pool caches previous used grammars and reduces lookups via the entityresolver.
The XMLParserConfiguration is registered as GeronimoMBean and exposes methods for get/set properties and features.
The AbstractLoaderUtilTest is adjusted accordingly.
Kristian