Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94CBEE80D for ; Tue, 15 Jan 2013 02:16:28 +0000 (UTC) Received: (qmail 34765 invoked by uid 500); 15 Jan 2013 02:16:28 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 34723 invoked by uid 500); 15 Jan 2013 02:16:28 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 34661 invoked by uid 99); 15 Jan 2013 02:16:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 02:16:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1188C1D72B; Tue, 15 Jan 2013 02:16:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kelveny@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Add ActionEventIntercepter to implement origianl ActionEventCallback in Spring AOP Message-Id: <20130115021628.1188C1D72B@tyr.zones.apache.org> Date: Tue, 15 Jan 2013 02:16:28 +0000 (UTC) Add ActionEventIntercepter to implement origianl ActionEventCallback in Spring AOP Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f304df44 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f304df44 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f304df44 Branch: refs/heads/javelin Commit: f304df44dfde40ace5168569202be8b3423f409b Parents: 96bd1d4 Author: Kelven Yang Authored: Mon Jan 14 17:44:31 2013 -0800 Committer: Kelven Yang Committed: Mon Jan 14 17:44:31 2013 -0800 ---------------------------------------------------------------------- client/tomcatconf/applicationContext.xml.in | 4 +- server/src/com/cloud/dc/dao/HostPodDaoImpl.java | 3 +- .../com/cloud/event/ActionEventInterceptor.java | 137 +++++++++++++++ server/src/com/cloud/host/dao/HostDaoImpl.java | 10 +- server/src/com/cloud/vm/dao/VMInstanceDaoImpl.java | 5 +- 5 files changed, 150 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f304df44/client/tomcatconf/applicationContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/applicationContext.xml.in b/client/tomcatconf/applicationContext.xml.in index 186a168..95913b1 100644 --- a/client/tomcatconf/applicationContext.xml.in +++ b/client/tomcatconf/applicationContext.xml.in @@ -33,7 +33,7 @@ - + @@ -44,7 +44,7 @@ - +