Author: ay
Date: Mon Dec 12 17:07:04 2011
New Revision: 1213313
URL: http://svn.apache.org/viewvc?rev=1213313&view=rev
Log:
unique particle attribution error in wsrm-manager.xsd from CXF-3975
Modified:
cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd
Modified:
cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd?rev=1213313&r1=1213312&r2=1213313&view=diff
==============================================================================
---
cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd
(original)
+++
cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd
Mon Dec 12 17:07:04 2011
@@ -123,7 +123,7 @@
</xs:documentation>
</xs:annotation>
</xs:element>
- <xs:any minOccurs="0" maxOccurs="unbounded">
+ <xs:any namespace="http://www.springframework.org/schema/beans"
processContents="lax" minOccurs="0" maxOccurs="unbounded" >
<xs:annotation>
<xs:documentation>
Deprecated. To support the older spring:property element that
is no longer used