Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EBB63200BE2 for ; Thu, 15 Dec 2016 10:54:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EA5AE160B36; Thu, 15 Dec 2016 09:54:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6E708160B2D for ; Thu, 15 Dec 2016 10:54:59 +0100 (CET) Received: (qmail 23481 invoked by uid 500); 15 Dec 2016 09:54:58 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 23459 invoked by uid 99); 15 Dec 2016 09:54:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2016 09:54:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6708B2C03E2 for ; Thu, 15 Dec 2016 09:54:58 +0000 (UTC) Date: Thu, 15 Dec 2016 09:54:58 +0000 (UTC) From: "Pavel Konstantinov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4432) Web console: incorrect code generation for creating a near cache on client node MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Dec 2016 09:55:00 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750946#comment-15750946 ] Pavel Konstantinov commented on IGNITE-4432: -------------------------------------------- Tested. > 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)