coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Coherence Cluster Orchestrator Sessions should not reset System Properties immediately #323

Closed brianoliver closed 8 years ago

brianoliver commented 8 years ago

The CoherenceClusterOrchestrator SessionBuilders currently "reset" the SystemProperties immediately after producing a Session (ConfigurableCacheFactory).

For lazily initialized ConfigurableCacheFactories, this may mean system properties established when creating the ConfigurableCacheFactories are no longer present when they are required. Instead they should only be reset after the CoherenceClusterOrchestration is shutdown and/or before new Sessions are created.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-323

brianoliver commented 8 years ago

Reported by @brianoliver

brianoliver commented 8 years ago

Marked as fixed by @brianoliver on Tuesday, May 3rd 2016, 3:26:43 pm