On Oct 21, 2009, at 11:03 AM, Sahoo wrote:
> Jerome Dochez wrote:
>>
>>> Same will hold good if we want to move OSGi confguration
>>> information to domain.xml.
>>>
>> the problem is that reading domain.xml represents starting a fair
>> number of bundles (all config-api related modules) so starting
>> those before OSGi kicks in seems unrealistic, certainly at this
>> point.
> Are all those bundles used even when domain.xml is parsed by start-
> domain command?
no, the start-domain command is using the mini-xml-parser which uses
stax or dom (went back and forth on this one, so I don't remember
where it is today) to just extract the necessary VM launching
properties.
and even if it did, it's another process anyhow.
>
> Sahoo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>