Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Using org.apache.xerces.jaxp.SAXParserFactoryImpl
Using org.apache.xerces.jaxp.SAXParserFactoryImpl [message #490956] Mon, 12 October 2009 15:05
Ali AKAR is currently offline Ali AKARFriend
Messages: 31
Registered: July 2009
Member
Hi all,

I asking how GMF uses the org.apache.xerces.jaxp.SAXParserFactoryImpl
instead of com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl .
I'm trying by setting a system property like this :

System.setProperty("javax.xml.parsers.SAXParserFactory",
"org.apache.xerces.jaxp.SAXParserFactoryImpl");

It doesn't work, what I have to do to get org.apache instead of the
com.sun ??

Why GMF is using its own plugins listed below:
org.apache.xerces
org.apache.xml.resolver
org.apache.xml.serilizer
javax.xml

thanks ,
Ali
Previous Topic:diagram inside of a new view
Next Topic:Knowing when command is finished
Goto Forum:
  


Current Time: Wed Sep 25 10:31:54 GMT 2024

Powered by FUDForum. Page generated in 0.03380 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top