[jboss-cvs] JBossAS SVN: r84874 - in projects/webbeans-ri-int/trunk: deployer/src/main/resources/META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 27 11:09:50 EST 2009


Author: petemuir
Date: 2009-02-27 11:09:50 -0500 (Fri, 27 Feb 2009)
New Revision: 84874

Modified:
   projects/webbeans-ri-int/trunk/
   projects/webbeans-ri-int/trunk/deployer/src/main/resources/META-INF/webbeans-deployers-jboss-beans.xml
Log:
oops forgot deployer beans


Property changes on: projects/webbeans-ri-int/trunk
___________________________________________________________________
Name: svn:ignore
   - .settings

.project

.classpath

   + .settings

.project

.classpath

target


Modified: projects/webbeans-ri-int/trunk/deployer/src/main/resources/META-INF/webbeans-deployers-jboss-beans.xml
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/src/main/resources/META-INF/webbeans-deployers-jboss-beans.xml	2009-02-27 15:23:51 UTC (rev 84873)
+++ projects/webbeans-ri-int/trunk/deployer/src/main/resources/META-INF/webbeans-deployers-jboss-beans.xml	2009-02-27 16:09:50 UTC (rev 84874)
@@ -13,6 +13,9 @@
   <!-- Responsible for discovering Web Bean classes -->
   <bean name="WebBeansDiscoveryDeployer" class="org.jboss.webbeans.integration.microcontainer.deployer.env.WebBeanDiscoveryDeployer"/>
   
+  <!-- Responsible for booting Web Beans -->
+  <bean name="WebBeansBootstrapDeployer" class="org.jboss.webbeans.integration.microcontainer.deployer.env.WebBeansBootstrapDeployer"/>
+  
   <!-- Responsible for pushing the Web Beans RI onto the application classpath -->
   <bean name="WebBeansWebUrlIntegrationDeployer" class="org.jboss.webbeans.integration.microcontainer.deployer.cl.WebBeansWebUrlIntegrationDeployer"/>
   




More information about the jboss-cvs-commits mailing list