Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D7A610EAB for ; Wed, 17 Jul 2013 00:17:22 +0000 (UTC) Received: (qmail 22929 invoked by uid 500); 17 Jul 2013 00:17:22 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 22900 invoked by uid 500); 17 Jul 2013 00:17:22 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 22893 invoked by uid 99); 17 Jul 2013 00:17:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 00:17:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 263038A9F2B; Wed, 17 Jul 2013 00:17:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johndament@apache.org To: commits@deltaspike.apache.org Message-Id: <75e986514f784e4181775c3b27d7fe96@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Realized that the bean validation module wasn't being setup with OSGi module support. Date: Wed, 17 Jul 2013 00:17:22 +0000 (UTC) Updated Branches: refs/heads/master 59ead86a4 -> a5cbba599 Realized that the bean validation module wasn't being setup with OSGi module support. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/a5cbba59 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/a5cbba59 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/a5cbba59 Branch: refs/heads/master Commit: a5cbba59996fb6323fc30da4e93ea7067927f8e0 Parents: 59ead86 Author: John D. Ament Authored: Tue Jul 16 20:16:48 2013 -0400 Committer: John D. Ament Committed: Tue Jul 16 20:16:48 2013 -0400 ---------------------------------------------------------------------- deltaspike/modules/bean-validation/impl/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/a5cbba59/deltaspike/modules/bean-validation/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/bean-validation/impl/pom.xml b/deltaspike/modules/bean-validation/impl/pom.xml index c9c2d37..d54e887 100644 --- a/deltaspike/modules/bean-validation/impl/pom.xml +++ b/deltaspike/modules/bean-validation/impl/pom.xml @@ -20,9 +20,13 @@ deltaspike-bean-validation-module-impl - + bundle Apache DeltaSpike BeanValidation-Module Impl - + + org.apache.deltaspike.beanValidation.impl.* + !org.apache.deltaspike.beanValidation.impl.*,* + META-INF/beans.xml + org.apache.deltaspike.core