RE: [JBoss-dev] Xalan removal saga

2006-02-23 Thread Dimitris Andreadis
It's a tradeoff between introducing a xsl parser dependency that the user may not want vs modifying the TransformerFactory to be more flexible at the cost of the user potentially have to configure the TransformerFactory default. I think modifying the TransformerFactory is the most

RE: [JBoss-dev] Xalan removal saga

2006-02-22 Thread Scott M Stark
from the jdk rt.jar via the ClassLoader.getSystemClassLoader(). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitris Andreadis Sent: Wednesday, February 22, 2006 4:02 AM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Xalan

RE: [JBoss-dev] Xalan removal saga

2006-02-22 Thread Dimitris Andreadis
Of Scott M Stark Sent: 22 February, 2006 18:16 To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Xalan removal saga Setting this via a system property cannot be done as this is a global override. We could simply externalize the default factory name to an attribute

RE: [JBoss-dev] Xalan removal saga

2006-02-22 Thread Scott M Stark
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitris Andreadis Sent: Wednesday, February 22, 2006 9:24 AM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Xalan removal saga I don't follow why this is necessary. If we just remove

RE: [JBoss-dev] Xalan removal saga

2006-02-22 Thread Dimitris Andreadis
February, 2006 19:50 To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Xalan removal saga Its not clear that removal of the javax.xml.transform.* is safe. There are references to org.w3c.dom.* from the javax.xml.transform.dom for example. We cannot simply remove just

RE: [JBoss-dev] Xalan removal saga

2006-02-22 Thread Scott M Stark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitris Andreadis Sent: Wednesday, February 22, 2006 1:09 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Xalan removal saga Removing

RE: [JBoss-dev] Xalan removal saga

2006-02-21 Thread Scott M Stark
and the other javax.xml.* classes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitris Andreadis Sent: Tuesday, February 21, 2006 3:07 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Xalan removal saga I traced

RE: [JBoss-dev] Xalan removal saga

2006-02-21 Thread Scott M Stark
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitris Andreadis Sent: Tuesday, February 21, 2006 3:07 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Xalan removal saga I traced this down to a TranformerFactory included in the xml-apis.jar that comes