[ http://issues.apache.org/jira/browse/WODEN-57?page=comments#action_12446065 ] Jeremy Hughes commented on WODEN-57: ------------------------------------
The ws-commons-java5 project site says: This is a clean room implementation of several Java classes, which are a part of Java 5. The purpose is for use with elder Java versions. Personally I think the name of the project could be better. The v1.0.1 jar is 5.7kb [1] which is larger than the single QName class I guess. I just wonder if there are any issues when multiple projects used on the same CLASSPATH use their own QName class ... I guess the first one on the CLASSPATH wins and if all QName implementations implement the spec correctly then there shouldn't be a problem. [1] http://www.ibiblio.org/maven/ws-commons-java5/jars/ > Use ws-commons-java5 for QName class > ------------------------------------ > > Key: WODEN-57 > URL: http://issues.apache.org/jira/browse/WODEN-57 > Project: Woden > Issue Type: Improvement > Components: Parser > Reporter: Jeremy Hughes > Priority: Minor > > We currently have our own impl of javax.xml.namespace.QName. The java5 > project in ws-commons [1] has one which is intended to be shared across > projects. We should use this. > [1] http://ws.apache.org/commons/ws-commons-java5/ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
