[webbeans-dev] simple wb discovery impl + tests
Ales Justin
ales.justin at gmail.com
Thu Nov 20 05:55:38 EST 2008
> I fixed this as well.
I actually didn't, as I don't have commit rights to wb-ri. :-)
Here is the 'svn diff':
Index: webbeans-ri/webbeans-deployers-jboss-beans.xml
===================================================================
--- webbeans-ri/webbeans-deployers-jboss-beans.xml (revision 337)
+++ webbeans-ri/webbeans-deployers-jboss-beans.xml (working copy)
@@ -6,6 +6,6 @@
<deployment xmlns="urn:jboss:bean-deployer:2.0">
<!-- Web Beans deployer -->
- <bean name="WebBeansDeployer"
class="org.jboss.webbeans.integration.jbossas.WebBeanDiscoveryDeployer"/>
+ <bean name="WebBeansDeployer"
class="org.jboss.webbeans.integration.microcontainer.WebBeanDiscoveryDeployer"/>
</deployment>
Index: build.xml
===================================================================
--- build.xml (revision 337)
+++ build.xml (working copy)
@@ -11,6 +11,7 @@
<mkdir dir="target/webbeans.deployer"/>
<artifact:dependencies
filesetId="jboss5.deployer.fileset" versionsId="jboss5.deployer.versions">
+ <dependency groupId="org.jboss.webbeans.integration"
artifactId="webbeans-ri-int-microcontainer" version="5.2.0-SNAPSHOT"/>
<dependency groupId="org.jboss.webbeans.integration"
artifactId="webbeans-ri-int-jbossas" version="5.2.0-SNAPSHOT"/>
</artifact:dependencies>
More information about the weld-dev
mailing list