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:
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user