[jboss-dev-forums] [Design of POJO Server] - Re: The DeploymentManager and ProfileService
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Feb 2 19:26:35 EST 2009
"emuckenhuber" wrote :
| Yes there is definitely some work to do on the ProfileServiceBootstrap. Especially the one based on xml
| needs some more work, if you want to look at that one.
I think that instead of the current ProfileServiceBootstrap usage of an injected AbstractBootstrapProfileFactory to build the current profile, what we need is a
| public interface ProfileResolver
| {
| public Collection<Profile> createProfiles(ProfileKey rootKey, Server server, Properties props)
| throws Exception;
|
| }
|
and the current AbstractBootstrapProfileFactory could be ProfileResolvers. Maybe this could be a list/set of resolvers in the AbstractBootstrapProfileFactory so that its recursive logic still could be used to resolve both the profile and subprofiles across all of the resolvers. I'll work on this approach a bit.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206409#4206409
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206409
More information about the jboss-dev-forums
mailing list