I think you are mistaken:

    @Contribute(SymbolSource.class)
    public static void
setupStandardSymbolProviders(OrderedConfiguration<SymbolProvider>
configuration,
                                                    @ApplicationDefaults
                                                    SymbolProvider
applicationDefaults,

                                                    @FactoryDefaults
                                                    SymbolProvider
factoryDefaults)
    {
        configuration.add("SystemProperties", new
SystemPropertiesSymbolProvider(), "before:*");
        configuration.add("EnvironmentVariables", new
SystemEnvSymbolProvider());
        configuration.add("ApplicationDefaults", applicationDefaults);
        configuration.add("FactoryDefaults", factoryDefaults);
    }

Whatever you are seeing is caused by something else: a typo perhaps, or
something preventing the system property from being visible to the running
application.


On Thu, Dec 27, 2012 at 8:44 AM, Howard Lewis Ship <[email protected]> wrote:

> If that is true, it is an accident, possibly a bad merge.
>
>
> On Thu, Dec 27, 2012 at 3:00 AM, Kristian Marinkovic <
> [email protected]> wrote:
>
>> Hi,
>>
>> i was just testing the 5.4-alpha-1 release and realized that the
>> SystemPropertiesSymbolProvider is not used anymore by the
>> TapestryFilter.
>>
>> I'm not sure whether it happened accidentally or on purpose?
>>
>> g,
>> Kris
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

Reply via email to