[jboss-user] [Microcontainer] - Support for xi:include
thomas.diesler@jboss.com
do-not-reply at jboss.com
Thu Jul 12 18:22:08 EDT 2007
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 procession 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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063746#4063746
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063746
More information about the jboss-user
mailing list