Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
XD-2817 gemfire modules close client cache on undeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
David Turanski authored and Eric Bottard committed May 16, 2015
1 parent 52fd38f commit 3651677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/common/gemfire-sink.groovy
Expand Up @@ -5,6 +5,6 @@ beans {
def xdhome = environment.getProperty('XD_HOME')
importBeans "file:${xdhome}/modules/common/gemfire-connection.groovy"

gfe.'client-cache'(id: 'client-cache', 'use-bean-factory-locator': false, close: false)
gfe.'client-cache'(id: 'client-cache', 'use-bean-factory-locator': false)
gfe.'client-region'(id: 'region', 'cache-ref': 'client-cache', name: '${regionName}', 'data-policy': 'EMPTY')
}
2 changes: 1 addition & 1 deletion modules/common/gemfire-source.groovy
@@ -1,6 +1,6 @@
beans {
xmlns([gfe: 'http://www.springframework.org/schema/gemfire', si: 'http://www.springframework.org/schema/integration'])
gfe.'client-cache'(id: 'client-cache', 'use-bean-factory-locator': false, close: false)
gfe.'client-cache'(id: 'client-cache', 'use-bean-factory-locator': false)

subscriptionEnabled Boolean, true
def xdhome = environment.getProperty('XD_HOME')
Expand Down

0 comments on commit 3651677

Please sign in to comment.