Re: Access to validation error message

2007-10-23 Thread Ruwan Linton
Hi Balaji, After deeply digging in to the issue, I have fixed this issue. Please see the JIRA SYNAPSE-157 [1] for more details on this. I have tried this issues on a slightly different configuration than yours, so check this with your exact configuration and get back to me if there are any issues

Re: Access to validation error message

2007-10-19 Thread Ruwan Linton
Hi Balaji, See my comments inline; On 10/19/07, balaji hari <[EMAIL PROTECTED]> wrote: > > > Hi Ruwan, > > Actually the configuration file i sent is the latest one and it still > works > with Sep 25th SNAPSHOT. Well there was a bug in those days (even in 1.0 release) that is if you specify an e

Re: Access to validation error message

2007-10-18 Thread balaji hari
Hi Ruwan, Actually the configuration file i sent is the latest one and it still works with Sep 25th SNAPSHOT. And I made the changes you suggested and it works with the latest version now. Thanks! Currently we are running into an issue when trying to send soap12 request. Actually adding an att

Re: Access to validation error message

2007-10-17 Thread Ruwan Linton
Hi Balaji, You need to add a send and a drop mediator to the end of the onFail mediators (i.e after the property mediator) as follows. This is because earlier in you configuration you were having a default send mediator out of the validate mediator wh

Re: Access to validation error message

2007-10-17 Thread balaji hari
Validation feature was working good with synapse build taken from svn on 9/25/2007. But it seems to be broken in oct - 9 / oct 12 build. After executing on-fail mediator synapse is not sending the validation error back. Instead it forwards the message to server configured in send mediator! I hav

Re: Access to validation error message

2007-09-24 Thread Asankha C. Perera
Hi Balaji We are targetting end of October as it stands now asankha balaji hari wrote: Hi Ruwan, Great it works! Can we know the approximate release schedule for Synapse1.1? Balaji Ruwan Linton wrote: Hi Asankha, Thanks for pointing this out, but when I tried this, ERROR_MESSAGE prop

Re: Access to validation error message

2007-09-24 Thread balaji hari
Hi Ruwan, Great it works! Can we know the approximate release schedule for Synapse1.1? Balaji Ruwan Linton wrote: > > Hi Asankha, > > Thanks for pointing this out, but when I tried this, ERROR_MESSAGE > property > was not set on to the MC in the validate mediator failure. > > This is becau

Re: Access to validation error message

2007-09-22 Thread Ruwan Linton
Hi Asankha, Thanks for pointing this out, but when I tried this, ERROR_MESSAGE property was not set on to the MC in the validate mediator failure. This is because the Validate mediator is handling the failure cases inside itself (not propagates out) and mediate using the onfail sequence in case o

Re: Access to validation error message

2007-09-22 Thread Asankha C. Perera
Balaji Did you check the "ERROR_MESSAGE" property after the validation failure? This should contain the text from the schema validator. Check http://ws.apache.org/synapse/Synapse_Configuration_Language.html for the reference to the above property - we will enhance the documentation and clearl

Re: Access to validation error message

2007-09-21 Thread Ruwan Linton
Hi Balaji, AFAIK, this should go to the improvements list. Can you raise an improvement JIRA on this. We will be able to get this in to the 1.1 release which is coming soon. If you can try nightly builds or build from source we will be able to provide this functionality within next week. Thanks f