1 Reply Latest reply on Jul 13, 2007 5:45 AM by alesj

    Support for xi:include

    thomas.diesler

      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>
      


      By default XInclude processing is not enabled in xerces

      http://xerces.apache.org/xerces2-j/faq-xinclude.html

      Can XInclude processing please be enabled by default or is there an alternative way to achieve bean includes.