Re: Endless recursion in FaultHandler.handleFault()

2009-04-20 Thread Ruwan Linton
e at least reflected in the JavaDoc, although it might be better to change > the method name as well. > > > > Regards, > >Eric > -- > > *From:* Ruwan Linton [mailto:ruwan.lin...@gmail.com] > *Sent:* Monday, April 20, 2009 7:25 AM >

RE: Endless recursion in FaultHandler.handleFault()

2009-04-19 Thread Hubert, Eric
: Endless recursion in FaultHandler.handleFault() Eric I properly fixed this you may verify this, sorry for the trouble. Thanks, Ruwan On Sat, Apr 18, 2009 at 10:35 PM, Hubert, Eric wrote: Hi Andreas, thanks for quickly fixing this! I was working on a couple of small improvements and was

Re: Endless recursion in FaultHandler.handleFault()

2009-04-19 Thread Ruwan Linton
ain/java/org/apache/synapse/endpoints/EndpointContext.java > > Modified : > /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/endpoints/WSDLEndpoint.java > > > > > > Regards, > >Eric > > > > > -- > > *F

Re: Endless recursion in FaultHandler.handleFault()

2009-04-19 Thread Ruwan Linton
Eric I properly fixed this you may verify this, sorry for the trouble. Thanks, Ruwan On Sat, Apr 18, 2009 at 10:35 PM, Hubert, Eric wrote: > Hi Andreas, > > thanks for quickly fixing this! I was working on a couple of small > improvements and was very confused as this suddenly happened. I wa

RE: Endless recursion in FaultHandler.handleFault()

2009-04-19 Thread Hubert, Eric
/java/modules/core/src/main/java/org/apache/synapse/endpoints/WSDLEndpoint.java Regards, Eric From: Hubert, Eric [mailto:eric.hub...@foxmobile.com] Sent: Saturday, April 18, 2009 7:20 PM To: dev@synapse.apache.org Subject: RE: Endless recursion in

RE: Endless recursion in FaultHandler.handleFault()

2009-04-18 Thread Hubert, Eric
Hi all, I'm still facing an issue which looks like a recursion (not the same), if the endpoint url is a non existing one resulting in a connection refused. Here is my endpoint config: 12 fault 3 500

RE: Endless recursion in FaultHandler.handleFault()

2009-04-18 Thread Hubert, Eric
Hi Andreas, thanks for quickly fixing this! I was working on a couple of small improvements and was very confused as this suddenly happened. I was not sure whether it was related to my changes or the svn up. ;-) Regards, Eric > See SYNAPSE-525. > > Andreas

Re: Endless recursion in FaultHandler.handleFault()

2009-04-18 Thread Andreas Veithen
See SYNAPSE-525. Andreas On Fri, Apr 17, 2009 at 02:58, Hubert, Eric wrote: > Hi all, > > > > Has someone ever seen something like that? It happened while local testing > with Synapse trunk. > > > > [...] > >   at org.apache.synapse.FaultHandler.handleFault(FaultHandler.java:107) > >   a