[jboss-as7-dev] Web UI: Profile & host sections mutable?

David M. Lloyd david.lloyd at redhat.com
Mon Feb 14 11:54:52 EST 2011


On 02/14/2011 10:51 AM, Heiko Braun wrote:
>
> On Feb 14, 2011, at 1:29 PM, Emanuel Muckenhuber wrote:
>
>> Yes, in the domain creating new profiles and assigning them to
>> server-groups should be possible. In standalone there is only a single
>> profile, so only subsystems are mutable.
>
>
> How would you do that?
> Profiles consist of includes and specific subsystems.
> How do I get a list of subsystems that can be mixed in a new, custom profile?
> What about dependencies between subsystems?

That's an outstanding issue.  I think we should strive to modify our 
subsystem/extension architecture such that there are no inter-subsystem 
dependencies.  In particular, the worst offender (the threads subsystem) 
is scheduled for termination (in its current form).

I think we should proceed on the assumption that it won't be possible to 
have a subsystem configured which has a dependency on another subsystem 
which is missing.
--
- DML



More information about the jboss-as7-dev mailing list