Re: IndexOutOfBoundsException
Hi there, we've been doing some digging - unfrotunately there is no detailed stacktrack but it does look as though the exception was thrown in a Mule (1.4.3) class
org.mule.providers.jms.Jm11Support.getJndiDestination()
Although looking at that method, this exception has to have been thrown while executing the following line of code:
temp = context.lookup(name);