[jboss-dev-forums] [Design of POJO Server] - Re: DataSource/ServiceXSLDeployer processing issue
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Jan 22 18:27:10 EST 2007
Two related issues in terms of the profile service being able to run a deployment through all deployers to avoid having to make assumptions about at what level the metadata that can be edited is available.
The first is that the kernel lifecycle actions need to be stubbed out to be noops to avoid any actual beans being created. When the profile service is in the server, how can this be done?
This also requires separate notions of transient attachments as already requested by Bill. There should be attachments that are candiates for overrides and saving/serialization and those that are not. I think we need a terminology reorg so that:
- transient attachments are metadata that are not serialized or candiates for overriding by admin ManagedObjects.
- attachments are metadata that can be serialized and overriden by admin ManagedObjects.
- managed objects are metadata overrides of the attachments metadata.
A Deployer that uses transient attachments would need to check for these and recreate these from the attachment and other input as needed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005038#4005038
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005038
More information about the jboss-dev-forums
mailing list