This post originated from an RSS feed registered with Java Buzz
by Joe Shelby.
Original Post: Xerces and the dreaded FWK005
Feed Title: Joe's Java Jottings
Feed URL: http://www.blog-city.com/bc/
Feed Description: Notes, observations, and occasional other stuff on Java, with concentrations on Swing, XML, and the Semantic (Object) Web.
Xerces error reporting still sucks, in spite of the rewrite to 2.0. It took me toying around in my head all day to try to figure out why I was getting the following:
FWK005 parse may not be called while parsing
Needless to say, this is (almost) utterly useless in trying to debug, and its lack of being documented on the Xerces web pages is something to be noted (as bad) as well.
Of course, it helps to remember one's own libraries and their thread safety (or lack thereof).