Here is the other one
-- 
# Stef Epardaud, # Teachers have potentially more power than military,
# Java Defeater  #   the former can teach us how to not need the latter.
#     Earth      # Lunatech Research,
#  Solar System  #   soon we'll quit researching and start finding...
Index: src/org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java,v
retrieving revision 1.12
diff -r1.12 XMLGrammarCachingConfiguration.java
374a375
>         fDTDLoader.reset(this);
390c391,404
< 
---
>     /**
>      * setProperty
>      * 
>      * @param propertyId 
>      * @param value 
>      * @exception org.apache.xerces.xni.parser.XMLConfigurationException If the
>      *            requested feature is not known.
>      */
>     public void setProperty(String propertyId, Object value)
>         throws XMLConfigurationException {
>       if(ENTITY_MANAGER.equals(propertyId) && fDTDLoader != null)
>         fDTDLoader.setProperty(propertyId, value);
>       super.setProperty(propertyId, value);
>     }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to