[jboss-cvs] JBossAS SVN: r93557 - projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 15 15:27:37 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-09-15 15:27:37 -0400 (Tue, 15 Sep 2009)
New Revision: 93557

Modified:
   projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env/WebBeansBootstrapDeployer.java
Log:
Enable BV support

Modified: projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env/WebBeansBootstrapDeployer.java
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env/WebBeansBootstrapDeployer.java	2009-09-15 19:04:46 UTC (rev 93556)
+++ projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env/WebBeansBootstrapDeployer.java	2009-09-15 19:27:37 UTC (rev 93557)
@@ -125,8 +125,7 @@
       
       if (validatorFactory == null)
       {
-         // TODO enable when jsr303.deployer is present
-         //throw new DeploymentException("Missing ValidatorFactory attachment in deployment: " + unit);
+         throw new DeploymentException("Missing ValidatorFactory attachment in deployment: " + unit);
       }
       
       String beanName = unit.getName() + "_JBossValidationServices";




More information about the jboss-cvs-commits mailing list