Ted Yu created GORA-494:
---------------------------
Summary: Lack of synchronization accessing cacheManager in
InfinispanClient#createSchema()
Key: GORA-494
URL: https://issues.apache.org/jira/browse/GORA-494
Project: Apache Gora
Issue Type: Bug
Reporter: Ted Yu
{code}
public void createSchema() {
try {
Support.registerSchema(cacheManager,
persistentClass.newInstance().getSchema());
{code}
Access to cacheManager should be synchronized.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

