Re: How to send back a fault from an in-sequence

2008-05-23 Thread Ruwan Linton
apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275) >> at >> org.apache.synapse.transport.nhttp.ServerWorker.processPost(ServerWorker.java:238) >> at >> org.apache.synapse.transport.nhttp.ServerWorker.run(ServerWorker.java:194) >>

RE: How to send back a fault from an in-sequence

2008-05-23 Thread Hubert, Eric
May 23, 2008 12:36 PM To: [email protected] Subject: Re: How to send back a fault from an in-sequence Eric, I still don't understand

Re: How to send back a fault from an in-sequence

2008-05-23 Thread Ruwan Linton
at java.lang.Thread.run(Thread.java:595) > Regards, > Eric > > ---------- > *From:* Ruwan Linton [mailto:[EMAIL PROTECTED] > *Sent:* Friday, May 23, 2008 12:36 PM > > *To:* [email protected] > *Subject:* Re: How to send back a fault from an in-

RE: How to send back a fault from an in-sequence

2008-05-23 Thread Hubert, Eric
Hi Ruwan, thanks. I also forgot about the JDK 1.6 limitation ot the script mediator. I have read about this on the list some weeks ago. I now got the info that the developer was using JDK 1.6. I distributed the info that all shall switch to Java 1.5 for work with synapse as this is our target env

Re: How to send back a fault from an in-sequence

2008-05-23 Thread Ruwan Linton
maybe he uses another Java-Version or something like that. If the problem > does not happen in the integration environment we may try to narrow it down. > > > > Regards, > > Eric > > > -- > > *From:* Ruwan Linton [mailto:[EMAIL PROTECTED] > *Sent:* Friday, May 23, 2008 11:1

RE: How to send back a fault from an in-sequence

2008-05-23 Thread Hubert, Eric
synapse.apache.org Subject: Re: How to send back a fault from an in-sequence Eric, I still don't understand why do you need a script to do this. Is there any other requirements except for sending a hessian fault back? If not I would str

RE: How to send back a fault from an in-sequence

2008-05-23 Thread Hubert, Eric
uwan Linton [mailto:[EMAIL PROTECTED] Sent: Friday, May 23, 2008 11:15 AM To: [email protected] Subject: Re: How to send back a fault from an in-sequence Hi Eric, I just tried the sample 352 and was working fine for me. May be this is a scripting problem. Are you using some other scripting

Re: How to send back a fault from an in-sequence

2008-05-23 Thread Ruwan Linton
- > > *From:* Ruwan Linton [mailto:[EMAIL PROTECTED] > *Sent:* Friday, May 23, 2008 11:15 AM > *To:* [email protected] > *Subject:* Re: How to send back a fault from an in-sequence > > > > Hi Eric, > > I just tried the sample 352 and was workin

RE: How to send back a fault from an in-sequence

2008-05-23 Thread Hubert, Eric
thing like that. If the problem does not happen in the integration environment we may try to narrow it down. Regards, Eric From: Ruwan Linton [mailto:[EMAIL PROTECTED] Sent: Friday, May 23, 2008 11:15 AM To: [email protected] Subject: Re: How to s

Re: How to send back a fault from an in-sequence

2008-05-23 Thread Ruwan Linton
Hi Eric, I just tried the sample 352 and was working fine for me. May be this is a scripting problem. Are you using some other scripting jar than what we ship with Synapse/ESB? Thanks, Ruwan On Fri, May 23, 2008 at 1:43 PM, Hubert, Eric <[EMAIL PROTECTED]> wrote: > Hi Ruwan, > > > > It seems

RE: How to send back a fault from an in-sequence

2008-05-23 Thread Hubert, Eric
Hi Ruwan, It seems to me as we have been on the right track on this. We will check to use this way, which looks more or less like we tried to achieve using the scripting approach. We followed synapse example 352, but there we always received an exception. I'll go and grep it. Yes, here it is:

Re: How to send back a fault from an in-sequence

2008-05-22 Thread Ruwan Linton
Small modification; On Thu, May 22, 2008 at 9:21 PM, Ruwan Linton <[EMAIL PROTECTED]> wrote: > Hi Eric, > > Please see my comments in line; > > On Thu, May 22, 2008 at 8:53 PM, Hubert, Eric <[EMAIL PROTECTED]> > wrote: > >> Hi, >> >> how can we send back a fault from an in-sequence? Regarding the

Re: How to send back a fault from an in-sequence

2008-05-22 Thread Ruwan Linton
Hi Eric, Please see my comments in line; On Thu, May 22, 2008 at 8:53 PM, Hubert, Eric <[EMAIL PROTECTED]> wrote: > Hi, > > how can we send back a fault from an in-sequence? Regarding the Hessian > support, is there a way to generate a Hessian fault? If the incoming message is a hessian messag

How to send back a fault from an in-sequence

2008-05-22 Thread Hubert, Eric
Hi, how can we send back a fault from an in-sequence? Regarding the Hessian support, is there a way to generate a Hessian fault? Background: 1) In a switch mediator within the in-sequence we want to send back a fault for the default case and log this. 2) If the requested URL does not match with