Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.0 RC2 (Kay)
-
Fix Version/s: 2.0 RC3 (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.