[
https://issues.apache.org/jira/browse/GORA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated GORA-494:
------------------------
Attachment: GORA-494.v1.patch
> 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
> Components: gora-infinispan
> Reporter: Ted Yu
> Fix For: 0.7
>
> Attachments: GORA-494.v1.patch
>
>
> {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)