[jira] [Updated] (IGNITE-4432) Web console: incorrect code generation for creating a near cache on client node

2016-12-14 Thread Alexey Kuznetsov (JIRA)

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

Alexey Kuznetsov updated IGNITE-4432:
-
Fix Version/s: 2.0

> Web console: incorrect code generation for creating a near cache on client 
> node
> ---
>
> Key: IGNITE-4432
> URL: https://issues.apache.org/jira/browse/IGNITE-4432
> Project: Ignite
>  Issue Type: Bug
>Reporter: Pavel Konstantinov
>Assignee: Pavel Konstantinov
> Fix For: 2.0
>
>
> Current java-code generated as
> {code}
> // Demo of near cache creation on client node.   
> ignite.getOrCreateCache(ClientConfigurationFactory.ComalgorithmCache(), 
> ClientConfigurationFactory.nearConfigurationComalgorithmCache());
> {code}
> but actual method name for cache creation is 'cacheComalgorithmCache()' - 
> starting with 'cache'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (IGNITE-4432) Web console: incorrect code generation for creating a near cache on client node

2016-12-14 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-4432:
---
Description: 
Current java-code generated as
{code}
// Demo of near cache creation on client node.   
ignite.getOrCreateCache(ClientConfigurationFactory.ComalgorithmCache(), 
ClientConfigurationFactory.nearConfigurationComalgorithmCache());
{code}

but actual method name for cache creation is 'cacheComalgorithmCache()' - 
starting with 'cache'

  was:
Current java-code generated as
{code}
// Demo of near cache creation on client node.   
ignite.getOrCreateCache(ClientConfigurationFactory.ComalgorithmCache(), 
ClientConfigurationFactory.nearConfigurationComalgorithmCache());
{code}

but actual method name for cache creation is 'cacheComalgorithmCache()' - 
starting with 'cache'


> Web console: incorrect code generation for creating a near cache on client 
> node
> ---
>
> Key: IGNITE-4432
> URL: https://issues.apache.org/jira/browse/IGNITE-4432
> Project: Ignite
>  Issue Type: Bug
>Reporter: Pavel Konstantinov
>Assignee: Andrey Novikov
>
> Current java-code generated as
> {code}
> // Demo of near cache creation on client node.   
> ignite.getOrCreateCache(ClientConfigurationFactory.ComalgorithmCache(), 
> ClientConfigurationFactory.nearConfigurationComalgorithmCache());
> {code}
> but actual method name for cache creation is 'cacheComalgorithmCache()' - 
> starting with 'cache'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)