On 07/04/2008, Martin Ritchie <[EMAIL PROTECTED]> wrote:

> Good spot. I saw this recently during testing and completely forgot to
> raise a JIRA for it. If you have a patch for it that is great.

If this were broken like this then JNDI would simply never work which
our users would have caught - it is used extensively.

> it does seem a bit odd having environment and data transposed like
> that.

It is just because of the different signatures:

protected ReadOnlyContext createContext(Map data, Hashtable environment)

public ReadOnlyContext(Hashtable environment, Map bindings)

RG

Reply via email to