[jboss-dev-forums] [Design of JBoss ESB] - Re: Configuration - normalization
kurt.stam@jboss.com
do-not-reply at jboss.com
Mon Dec 11 21:50:22 EST 2006
I've been working with Dave and Tom, and the current design is such that we're building a ConfigurationController, which monitors the file mentioned above call jbossesb.xml. When updates to this file occur the controller reloads the file. Validates it against it's xsd (the current version can be found here: http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb.xsd
When the document passes validation it will run through a an xslt process which generates new versions of the jbossesb-listener.xml and jbossesb-gateway.xml, which in turn will get picked up by the current Listener and Gateway controller. The idea is that this code is pretty much a facade to the current configuration.
--Kurt
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992952#3992952
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992952
More information about the jboss-dev-forums
mailing list