[jira] [Updated] (GORA-494) Lack of synchronization accessing cacheManager in InfinispanClient#createSchema()

2016-09-16 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/GORA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated GORA-494:
--
Assignee: Ted Yu

> 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
>Assignee: 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)


[jira] [Updated] (GORA-494) Lack of synchronization accessing cacheManager in InfinispanClient#createSchema()

2016-09-16 Thread Ted Yu (JIRA)

 [ 
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)


[jira] [Updated] (GORA-494) Lack of synchronization accessing cacheManager in InfinispanClient#createSchema()

2016-09-16 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/GORA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated GORA-494:
--
Component/s: gora-infinispan

> 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
>
>
> {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)


[jira] [Updated] (GORA-494) Lack of synchronization accessing cacheManager in InfinispanClient#createSchema()

2016-09-16 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/GORA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated GORA-494:
--
Fix Version/s: 0.7

> 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
> Fix For: 0.7
>
>
> {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)