Return-Path: Delivered-To: apmail-jakarta-hivemind-user-archive@www.apache.org Received: (qmail 84819 invoked from network); 19 Jul 2005 02:33:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2005 02:33:04 -0000 Received: (qmail 44240 invoked by uid 500); 19 Jul 2005 02:33:03 -0000 Delivered-To: apmail-jakarta-hivemind-user-archive@jakarta.apache.org Received: (qmail 44222 invoked by uid 500); 19 Jul 2005 02:33:02 -0000 Mailing-List: contact hivemind-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: hivemind-user@jakarta.apache.org List-Id: Delivered-To: mailing list hivemind-user@jakarta.apache.org Received: (qmail 44209 invoked by uid 99); 19 Jul 2005 02:33:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2005 19:33:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of java.vinicius@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO zproxy.gmail.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2005 19:32:58 -0700 Received: by zproxy.gmail.com with SMTP id j25so1032632nzf for ; Mon, 18 Jul 2005 19:33:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=a2XcOq3wlBPUxlk3xVLVIHfyNEDaKswBdWQU5OaMRjUZzN9uQZjaI3pDVaFQ6R+RfOt4V5tWJUgIOm6gT6y3gJ9nldweTSHCJhxl0OK8yXJJ/Q9fH2kr3d+4PwaMTIXwE1wjrPXJo3a6Nc5oBDN9hj9iG2zoxJKsCDzf88iZFus= Received: by 10.36.147.2 with SMTP id u2mr4593821nzd; Mon, 18 Jul 2005 19:32:37 -0700 (PDT) Received: by 10.36.59.18 with HTTP; Mon, 18 Jul 2005 19:32:37 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2005 23:32:37 -0300 From: Vinicius Carvalho Reply-To: Vinicius Carvalho To: hivemind-user@jakarta.apache.org Subject: Interceptors precedence Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Well I don't even now it it applies to interceptors but... I'm designing a system with a base super class. On my hivemodule I'd like to declare a interceptor on an update method: public void update()=20 This interceptor would check for some constraints. Ok, so now the implementation of my system declares a service from this base class and adds another interceptor. This time checking for some specific business logic. Question is, which one is executed first? Regards Vinicius --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-user-help@jakarta.apache.org