To avoid the warning: change the example code:

        // Attach the sample application.
        component.getDefaultHost().attach(
                new FirstStepsApplication(component.getContext()));

To

        // Attach the sample application.
        component.getDefaultHost().attach(
                new
FirstStepsApplication(component.getContext().createChildContext()));

The follow on action for Noelios would be to update this in the First
Resource example ... :-)

- R

On Mon, Sep 29, 2008 at 1:07 PM, Mark Petrovic <[EMAIL PROTECTED]> wrote:
>
> Can someone illustrate this new recommendation with a simple code example?
>

Reply via email to