The <das-config> element is a child of <admin-service> but unlike
<admin-service> which is replicated under all the <config> elements
in domain.xml the <das-config> element is only maintained under
the "server-config" config element.
How does one prevent an element from being replicated to other
configs? This is the opposite behavior of configbeans which
extend Container. The behavior of Container is defined as:
"Tag interface for container related configuration. Inheriting from
this interface allows glassfish to replicate the container
configuration in a clustered environment allowing per server
configuration, etc..."
I'm working on a plugin which has properties of interest to only
the DAS so ideally these would live only under <config name="server-config">.
It's not clear to me how to make that happen.
I'm assuming we prefer not to have DAS specific properties replicated to
other configs if we can avoid it.
Chris