Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0 RC2 (Kay)
Description
In the documentation (snippet pasted below), the text following the xml, refers to the bean id as myLocalRegion, whereas it need to be referred as `exampleLocalRegion`.
<gfe:local-region id="exampleLocalRegion"/>
Here, a local Region is created (if one doesn’t exist already). The name of the Region is the same as the bean id (myLocalRegion) and the bean assumes the existence of a GemFire cache named gemfireCache.