SGF-78 - Changed namespace attributes from boolean to string.

If namespace element attributes are defined as xsd:boolean in the XSD the become unusable with property placeholders or SpEL. Thus we changed it back to strings.
This commit is contained in:
Oliver Gierke
2012-03-01 17:52:10 +01:00
parent 40a0a7f2a6
commit d0a6835556

View File

@@ -1077,7 +1077,7 @@ The client subscription configuration that is used to control a clients use of s
<xsd:attribute name="max-time-between-pings" use="optional" type="xsd:string" default="60000" />
<xsd:attribute name="message-time-to-live" use="optional" type="xsd:string" default="180" />
<xsd:attribute name="socket-buffer-size" use="optional" type="xsd:string" default="32768" />
<xsd:attribute name="notify-by-subscription" use="optional" type="xsd:boolean" default="true" />
<xsd:attribute name="notify-by-subscription" use="optional" type="xsd:string" default="true" />
<xsd:attribute name="groups" use="optional" type="xsd:string" default="">
<xsd:annotation>
<xsd:documentation><![CDATA[