Change Notes item #561588, was opened at 2002-05-28 19:11
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=561588&group_id=22866

Category: JBossMX
Group: None
Status: Open
Priority: 5
Submitted By: Juha Lindfors (juhalindfors)
Assigned to: Juha Lindfors (juhalindfors)
Summary: SAX parser class no longer hard coded

Initial Comment:
The metadata builder implementations no longer hard
code the SAX parser class (this was done to avoid
conflicts with JAXP version in the build system).

By default, the SAX parser set up by JAXP will be used
in all JDOM based implementations (you can set JAXP SAX
class by
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl,
for example). The user can still override the JAXP
settings by configuring the builder implementation via
the MetaDataBuilder interface. Setting:

  builder.setProperty(SAX_PARSER,
"org.apache.crimson.parser.XMLReaderImpl");

will set the Crimson SAX parser and override the JAXP
defaults.

XML validation can be similarly controlled by setting

  builder.setProperty(XML_VALIDATION, "true");





----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=561588&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to