Flavia Rainone [
http://community.jboss.org/people/flavia.rainone%40jboss.com] created the
discussion
"Re: Implementing a non-flat deployment for Weld Integration"
To view the discussion, visit:
http://community.jboss.org/message/567488#567488
--------------------------------------------------------------
Ales, your lib scanning code works like a charm :-)
The only piece that was missing is to uncomment the injection of libArchiveProvider into
ClasspathFactory:
<bean name="WeldClasspathFactory"
class="org.jboss.weld.integration.deployer.env.bda.ClasspathFactory">
<constructor factoryMethod="getInstance" />
<property name="system"><inject
bean="ClassLoaderSystem"/></property>
<!-- Disable until we fix the loop -->
<!-- property name=libArchivesProvider><inject
bean="LibsDiscoveryService"/></property -->
</bean>
The fix is committed to JBoss AS trunk.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/567488#567488]
Start a new discussion in JBoss Microcontainer Development POJO Server at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]