Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
2.8.1
-
None
-
None
-
JDK1.5. The issue appears on various machines, Windows, Linux, Mac OSX. I don't believe it is platform specific.
Description
We have a DTD which defines some entities. We are parsing multiple documents against this DTD. If grammar caching is enabled, the entities are unresolved when the grammar is loaded from the cache, instead of the DTD.
It seems that they are cleared every time a document is parsed and are only loaded when a DTD is loaded and not from the cache.