admin@glassfish.java.net

Re: resolving domain.xml config values eg ${com.sun.aas.installRoot}, etc

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Mon, 21 Apr 2008 12:49:43 -0700

Jerome et al,

We should have a discussion on where such substitutions are
allowed...everywhere? Under certain elements only?

It would be unfortunate to force all types to 'String' in AMX even
when the substitution is not allowed.

Lloyd

On Apr 19, 2008, at 10:08 PM, Jerome Dochez wrote:
>
> On Apr 18, 2008, at 8:06 PM, Byron Nevins wrote:
>
>> Every config item automatically goes through the Translation
>> class. So, e.g., all the injections are substituted.
>> Using System Properties exclusively is unfortunate. But we can
>> rectify that now that the D&P show is done...
> right, we need to change this to stop relying on system properties,
> there is a need to get system wide properties from a central
> facility that can be fed from several sources (domain.xml, system
> properties, etc...). ServerEnvironment would be my best guess here...
>
> let's plan for this after TP2.
>
> jerome
>
>>
>>
>>
>> Lloyd L Chambers wrote:
>>> Byron,
>>>
>>> Thanks. To my knowledge, there is no documentation as to how this
>>> is specified to work. We should settle on something and make sure
>>> it's implemented that way (eg we need an asarch meeting, etc).
>>>
>>> In my view, the substitution should be more widely available, or
>>> made very explicit.
>>>
>>> Lloyd
>>>
>>> On Apr 18, 2008, at 3:15 PM, Byron Nevins wrote:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Lloyd L Chambers wrote:
>>>>> I'm hoping someone has extant knowledge about how our variable-
>>>>> subsitution works.
>>>>>
>>>>> If a domain.xml attribute has a value like $
>>>>> {com.sun.aas.installRoot} or ${foo.bar}, what is the algorithm
>>>>> for resolving that to an actual value? (And where is the code
>>>>> that does it?)
>>>> org.glassfish.config.support.TranslatedConfigView
>>>>> My assumption is that the algorithm looks for values in this
>>>>> order, but I might be mistakeN:
>>>>>
>>>>> 1. System.getProperty( "com.sun.aas.installRoot" )
>>>>>
>>>>> 2. a <system-property name="com.sun.aas.installRoot "
>>>>> value=..."> in an enclosing scope (eg <config> or <server> or
>>>>> <domain>.
>>>>>
>>>> com.sun.enterprise.v3.server.SystemTasks
>>>>> Right? Wrong? Something else also?
>>>> Right. Wrong. SystemTasks looks in <server> and <config>. It
>>>> does not look in <domain>. Should it?
>>>>
>>>> It does it in a non-ideal way -- it sets the <system-property>'s
>>>> in d.x to System Properties
>>>>
>>>>
>>>>>
>>>>> ---
>>>>> Lloyd L Chambers
>>>>> lloyd.chambers_at_sun.com
>>>>> Sun Microsystems, Inc
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
>>>>> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>>>>>
>>>>
>>>> --
>>>> Byron Nevins Work 408-276-4089, Home 650-359-1290, Cell
>>>> 650-784-4123 - Sun Microsystems, Inc.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>>>>
>>>
>>> ---
>>> Lloyd L Chambers
>>> lloyd.chambers_at_sun.com
>>> Sun Microsystems, Inc
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>>>
>>
>> --
>> Byron Nevins Work 408-276-4089, Home 650-359-1290, Cell
>> 650-784-4123 - Sun Microsystems, Inc.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>

---
Lloyd L Chambers
lloyd.chambers_at_sun.com
Sun Microsystems, Inc