Author: dkulp
Date: Wed Oct 31 12:33:27 2007
New Revision: 590794
URL: http://svn.apache.org/viewvc?rev=590794&view=rev
Log:
Merged revisions 590643 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r590643 | bimargulies | 2007-10-31 08:21:28 -0400 (Wed, 31 Oct 2007) | 2 lines
Add a comment noting the name of the WSCOMMONS issue that forces
FixedExtensionDeserializer to exist.
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java?rev=590794&r1=590793&r2=590794&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java
Wed Oct 31 12:33:27 2007
@@ -32,7 +32,8 @@
/**
- * Workaround a bug in XmlSchema
+ * Workaround a bug in XmlSchema (WSCOMMONS-261). Remove this when there is a
version of XmlSchema
+ * with the fix.
*
* In XmlSchema, the default deserializer will only allow a single extension
per element. The
* last one wipes out the earlier recorded extensions.