Hi;

In the last specification section 9.1, Context interface *get* methods does not take *create* boolean parameter. Is it correct ?

    public <T> T get(Contextual<T> bean);
    public <T> T get(Contextual<T> bean, CreationalContext<T> creationalContext);

Thanks;

/Gurkan