[Axis2] MessageContext.getProperty() causes StackOverflowError

2008-01-11 Thread Michele Mazzucco
Hi all, I've noticed that MessageContext.getProperty()/getReplyTo() (and in general all methods which look up a value into the Options) throws a StackOverflowError if the key does not map to any value (or if it's not defined). This looks like a (serious) buf to me Any idea? Michele

Re: [Axis2] MessageContext.getProperty() causes StackOverflowError

2008-01-11 Thread Andreas Veithen
Hi Michele, You should open a JIRA issue and if available attach the stack trace to it (to see where the recursion happens). Regards, Andreas On 11 Jan 2008, at 17:07, Michele Mazzucco wrote: Hi all, I've noticed that MessageContext.getProperty()/getReplyTo() (and in general all

Re: [Axis2] MessageContext.getProperty() causes StackOverflowError

2008-01-11 Thread Michele Mazzucco
JIRA AXIS2-3441 created. Michele On 11 Jan 2008, at 20:19, Andreas Veithen wrote: Hi Michele, You should open a JIRA issue and if available attach the stack trace to it (to see where the recursion happens). Regards, Andreas On 11 Jan 2008, at 17:07, Michele Mazzucco wrote: Hi all,