You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/12/15 03:17:58 UTC

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

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