|
From: Dannes W. <di...@gm...> - 2007-11-08 20:40:27
|
Hi, On Nov 8, 2007 9:02 PM, Gary Lawrence Murphy <ga...@xm...> wrote: > java.lang.IllegalStateException: error while returning XMLReader: > http://apache.org/xml/properties/internal/grammar-pool > at org.exist.util.XMLReaderPool.borrowXMLReader(XMLReaderPool.java:59) > at org.exist.collections.Collection.getReader(Collection.java:1619) this apache.org thing could be the pointer to a solution. This property (of feature) is used by the apache xerces parser only, I am not sure whether the xerces embedded in java5 can deal with it. Maybe.... your webserver (resin) explicitly sets a xerces version, in this case, to the wrong one. http://java.sun.com/developer/EJTechTips/2003/tt0311.html#1 regards Dannes -- # Dannes Wessels # The Netherlands # |