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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...