hi all,
obviously xml is not one of my special skills ;-)... I have the following question: How can i configure hibernate to not validate against the dtds from sourceforge? I'm running in an appserver environment and use xdoclet to generate my mappings. I know three ways: deleting the dtd-mapping from the template in xdoclet (no validation at all) creating a uri that maps to a local dtd file (but changing the template again) or configuring the xml-parser at the moment of instantiation.
But I was hoping, there is a switch in the cfg somewhere? But I haven't found one so far.
Jan
|