Author: dkulp
Date: Fri Oct 16 01:37:47 2009
New Revision: 825733
URL: http://svn.apache.org/viewvc?rev=825733&view=rev
Log:
Merged revisions 825714 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r825714 | dkulp | 2009-10-15 20:36:08 -0400 (Thu, 15 Oct 2009) | 1 line
[CXF-1159] Remove unneeded hack for old version of XmlSchema
........
Removed:
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/xmlschema/FixedExtensionDeserializer.java
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/xmlschema/SchemaCollection.java
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/xmlschema/SchemaCollection.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/xmlschema/SchemaCollection.java?rev=825733&r1=825732&r2=825733&view=diff
==============================================================================
---
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/xmlschema/SchemaCollection.java
(original)
+++
cxf/branches/2.2.x-fixes/common/common/src/main/java/org/apache/cxf/common/xmlschema/SchemaCollection.java
Fri Oct 16 01:37:47 2009
@@ -86,7 +86,6 @@
public SchemaCollection(XmlSchemaCollection col) {
schemaCollection = col;
- col.getExtReg().setDefaultExtensionDeserializer(new
FixedExtensionDeserializer());
if (schemaCollection.getNamespaceContext() == null) {
// an empty prefix map avoids extra checks for null.
schemaCollection.setNamespaceContext(new NamespaceMap());