[ https://issues.apache.org/jira/browse/GEODE-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858646#comment-15858646 ]
ASF GitHub Bot commented on GEODE-2422: --------------------------------------- Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode/pull/391#discussion_r100191055 --- Diff: src/clicache/integration-test/CacheHelperN.cs --- @@ -2389,7 +2389,7 @@ public static void KillJavaProcesses() string commandline = item["CommandLine"].ToString(); Util.Log("processId:{0} name:{1}", item["ProcessId"], item["Name"]); - if (commandline.Contains("geode.jar")) + if (commandline.Contains("gemfire.jar")) --- End diff -- I'm curious why this one you're switching geode with gemfire. What makes this one different? > Finish converting from GemFire to Geode in cppcache src > ------------------------------------------------------- > > Key: GEODE-2422 > URL: https://issues.apache.org/jira/browse/GEODE-2422 > Project: Geode > Issue Type: Task > Components: native client > Reporter: Michael Martell > > There are still some classes in the cppcache src that were not converted to > Geode from GemFire. For example, GemFireException. > Also, change corresponding clicache source that uses these. -- This message was sent by Atlassian JIRA (v6.3.15#6346)