You can do this with XInclude and JBossXB.
| <?xml version="1.0" encoding="UTF-8"?>
|
|
|
| <deployment xmlns="urn:jboss-bean-deployer:2.0"
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
| <xi:include href="someurl"/>
|
| <bean .../>
| </deployment>
|
Why reinvent when there is already a standard?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050490#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...