How can I make the MC support configuration file deployments?
A configuration file deployment would differ from a bean deployment in a couple ways.
First, there is no undeploy - a configuration is read upon deployment, and that's the
end of it. Either the configuration is accepted and applied, or rejected and ignored.
Second, a configuration deployer would not yield BeanMetaData; rather the custom MetaData
type would be installed directly into the application where it could be accepted or
rejected.
Is this possible to do? Maybe even using SchemaResolverDeployer to produce the custom
metadata type, which is then handed to the program (perhaps with an install callback)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191780#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...