Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 23020 invoked from network); 12 Oct 2010 18:35:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 18:35:54 -0000 Received: (qmail 42421 invoked by uid 500); 12 Oct 2010 18:35:54 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 42380 invoked by uid 500); 12 Oct 2010 18:35:54 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 42372 invoked by uid 99); 12 Oct 2010 18:35:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 18:35:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 18:35:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9CIZXsQ028156 for ; Tue, 12 Oct 2010 18:35:33 GMT Message-ID: <18779753.100831286908533337.JavaMail.jira@thor> Date: Tue, 12 Oct 2010 14:35:33 -0400 (EDT) From: "Rick McGuire (JIRA)" To: commits@openejb.apache.org Subject: [jira] Created: (OPENEJB-1368) ActivationSpec instances should be validated using bean validation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 ActivationSpec instances should be validated using bean validation. -------------------------------------------------------------------- Key: OPENEJB-1368 URL: https://issues.apache.org/jira/browse/OPENEJB-1368 Project: OpenEJB Issue Type: New Feature Components: connectors Affects Versions: 3.2 Reporter: Rick McGuire Assignee: Rick McGuire The java ee 6 connector spec requires that ActivationSpec instances be validated with bean validation if a ValidatorFactory is available. The MdbContainer needs to validate using a Validator as well as the optional validate() method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.