Return-Path: X-Original-To: apmail-deltaspike-users-archive@www.apache.org Delivered-To: apmail-deltaspike-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3748F179DF for ; Fri, 26 Sep 2014 22:12:24 +0000 (UTC) Received: (qmail 49154 invoked by uid 500); 26 Sep 2014 22:12:24 -0000 Delivered-To: apmail-deltaspike-users-archive@deltaspike.apache.org Received: (qmail 49125 invoked by uid 500); 26 Sep 2014 22:12:24 -0000 Mailing-List: contact users-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@deltaspike.apache.org Delivered-To: mailing list users@deltaspike.apache.org Received: (qmail 49105 invoked by uid 99); 26 Sep 2014 22:12:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2014 22:12:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gerhard.petracek@gmail.com designates 209.85.218.50 as permitted sender) Received: from [209.85.218.50] (HELO mail-oi0-f50.google.com) (209.85.218.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2014 22:11:58 +0000 Received: by mail-oi0-f50.google.com with SMTP id a141so8848876oig.23 for ; Fri, 26 Sep 2014 15:11:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=9uoU2eZyjIETNfF2iQf4AOygKvOLUCKUgJTiSXMPQxQ=; b=j9jalZiDZvfWLPY/HGkQZ2+hbgCyHZMvMwg9EMsRvQN0jg80D7QZij61i3U28UwVmv dbN7T9zFZUU9ksmCSkmV3s7GINuAoQ0dkZ9oSPX8au71NYZNmxGFuqhVXgBfev4NSx1m jpYD7BlvBSlWAitDmY9nD1oExFQkDV6nWZ5FP2YgET2LTLgB1lb28MC7VTJdm5ohfa8J dd5ADIiWysEy89mYnnVCa+4gpub8MklSdD2iLrSOld/5IJmCeix20UGbeUQ6DI5UtQkC O7BZafX/Sr8SPQkb623lLoRu4V/2t4Ik/3o5tnfUTRnWd4SiKRfTT26gaMKl8RxHySls DAZA== X-Received: by 10.182.215.134 with SMTP id oi6mr13690798obc.84.1411769516786; Fri, 26 Sep 2014 15:11:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.68.66 with HTTP; Fri, 26 Sep 2014 15:11:36 -0700 (PDT) In-Reply-To: References: From: Gerhard Petracek Date: Sat, 27 Sep 2014 00:11:36 +0200 Message-ID: Subject: Re: Multiple Deltasike securityBindingType annotations on class To: users@deltaspike.apache.org Content-Type: multipart/alternative; boundary=001a11c2b44a8d88f10503ff3484 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2b44a8d88f10503ff3484 Content-Type: text/plain; charset=UTF-8 hi, yes - that's currently not supported. you are very welcome to file a jira-ticket for it. regards, gerhard 2014-09-26 23:18 GMT+02:00 Tvori Kod : > Hi, > > I'd lke to use multiple securityBindingTypes on class level using the > security module with @secured. When i have only one annotation on class > level is working well, but if I add a second one the > CustonAccessDecisionVoter for the second annotation is not executed. In > this link I have more details about my uses case - > > http://stackoverflow.com/questions/26068048/multiple-deltasike-securitybindingtype-annotations-on-class > --001a11c2b44a8d88f10503ff3484--