Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4D391121E for ; Tue, 24 Jun 2014 12:41:49 +0000 (UTC) Received: (qmail 60868 invoked by uid 500); 24 Jun 2014 12:41:49 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 60822 invoked by uid 500); 24 Jun 2014 12:41:49 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Received: (qmail 60811 invoked by uid 99); 24 Jun 2014 12:41:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2014 12:41:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 24 Jun 2014 12:41:50 +0000 Received: (qmail 60250 invoked by uid 99); 24 Jun 2014 12:41:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2014 12:41:25 +0000 Date: Tue, 24 Jun 2014 12:41:24 +0000 (UTC) From: "Reka Thirunavukkarasu (JIRA)" To: dev@stratos.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (STRATOS-685) Resources got loaded from Registry when publishing events to BAM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Reka Thirunavukkarasu created STRATOS-685: --------------------------------------------- Summary: Resources got loaded from Registry when publishing events to BAM Key: STRATOS-685 URL: https://issues.apache.org/jira/browse/STRATOS-685 Project: Stratos Issue Type: Bug Components: Autoscaler, Cloud Controller, Eventing Affects Versions: 4.0.0 Reporter: Reka Thirunavukkarasu Assignee: Reka Thirunavukkarasu Fix For: 4.1.0 Resources from registry got loaded when publishing logs to BAM. This is because, Service(CloudControllerServiceImpl) class got instantiated more than one time. We need to avoid that and fix it properly. -- This message was sent by Atlassian JIRA (v6.2#6252)