Skip to content

Commit

Permalink
INT-2496 GemFire Schema Documentation
Browse files Browse the repository at this point in the history
Fix Gemfire schema to eliminate reference to a file adapter. Added schemadoc for error-channel while at it
  • Loading branch information
olegz authored and garyrussell committed Mar 30, 2012
1 parent e847342 commit 5544685
Showing 1 changed file with 9 additions and 4 deletions.
Expand Up @@ -129,9 +129,8 @@
<xsd:annotation>
<xsd:documentation>
Configures an outbound Channel Adapter that
writes Message payloads to a
File.
</xsd:documentation>
writes Message to a Gemfire cache
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="cache-entries" type="beans:mapType"
Expand All @@ -140,7 +139,7 @@
<xsd:documentation>
A map of SpEL expressions used to create cache entries. If not
provided, payload must be a Map
</xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down Expand Up @@ -198,6 +197,12 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<xsd:documentation><![CDATA[
Identifies the channel to which error messages will be sent if a failure occurs in this
component's invocation. If no "error-channel" reference is provided, this component will
propagate Exceptions to the caller. To completely suppress Exceptions, provide a
reference to the "nullChannel" here.
]]></xsd:documentation>
<tool:expected-type
type="org.springframework.integration.MessageChannel" />
</tool:annotation>
Expand Down

0 comments on commit 5544685

Please sign in to comment.