The exception seems to be complaining that the class DocumentBuilderFactory does not have the method
void setFeature(String, boolean)
but that method should indeed be there.
Does your application or perhaps a third-party framework include its own XML parsing library that might be used in place of the Java default one? That could explain this problem.
- Tim
[Message sent by forum member 'tjquinn' (timothy.quinn_at_sun.com)]
http://forums.java.net/jive/thread.jspa?messageID=380092