My bean configuration comes from different projects and I like to do something like
<deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="urn:jboss:bean-deployer"> <xi:include href="jbossws-container-config.xml"/> <xi:include href="jbossws-stack-config.xml"/> </deployment>
"thomas.diesler@jboss.com" wrote:
... or is there an alternative way to achieve bean includes.