[jira] Updated: (SYNAPSE-705) Fixing an issue in the script mediator

2010-11-02 Thread Heshan Suriyaarachchi (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heshan Suriyaarachchi updated SYNAPSE-705: -- Description: When using makefault mediator to generate custom error messages,

[jira] Created: (SYNAPSE-705) Fixing an issue in the script mediator

2010-11-02 Thread Heshan Suriyaarachchi (JIRA)
Fixing an issue in the script mediator -- Key: SYNAPSE-705 URL: https://issues.apache.org/jira/browse/SYNAPSE-705 Project: Synapse Issue Type: Bug Components: Script mediator Affects

[jira] Commented: (SYNAPSE-705) Fixing an issue in the script mediator

2010-11-02 Thread Heshan Suriyaarachchi (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927328#action_12927328 ] Heshan Suriyaarachchi commented on SYNAPSE-705: --- Recreating the issue:

[jira] Issue Comment Edited: (SYNAPSE-705) Fixing an issue in the script mediator

2010-11-02 Thread Heshan Suriyaarachchi (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927328#action_12927328 ] Heshan Suriyaarachchi edited comment on SYNAPSE-705 at 11/2/10 4:28 AM:

[jira] Updated: (SYNAPSE-705) Fixing an issue in the script mediator

2010-11-02 Thread Heshan Suriyaarachchi (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heshan Suriyaarachchi updated SYNAPSE-705: -- Attachment: SYNAPSE-705.patch Fixing an issue in the script mediator

[jira] Commented: (SYNAPSE-705) Fixing an issue in the script mediator

2010-11-02 Thread Heshan Suriyaarachchi (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927340#action_12927340 ] Heshan Suriyaarachchi commented on SYNAPSE-705: --- Attached the patch to fix

[jira] Resolved: (SYNAPSE-703) A bug in setting the MESSAGE_TYPE property, when there are additional meta information in the Content-type header

2010-11-02 Thread Supun Kamburugamuva (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Supun Kamburugamuva resolved SYNAPSE-703. - Resolution: Fixed A bug in setting the MESSAGE_TYPE property, when there are

[jira] Commented: (SYNAPSE-703) A bug in setting the MESSAGE_TYPE property, when there are additional meta information in the Content-type header

2010-11-02 Thread Supun Kamburugamuva (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927349#action_12927349 ] Supun Kamburugamuva commented on SYNAPSE-703: - Applied the patch. Many thanks

[jira] Resolved: (SYNAPSE-704) Session Timeout issues in the DynamicLoadBalanceEndpoint

2010-11-02 Thread Supun Kamburugamuva (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Supun Kamburugamuva resolved SYNAPSE-704. - Resolution: Fixed Applied the patch. Many thanks Sameera for the contribution.

Shall we remove the final from method public final Mediator createMediator(OMElement elem, Properties properties)

2010-11-02 Thread Supun Kamburugamuva
We have made the method in AbstractMediatorFactory. public final Mediator createMediator(OMElement elem, Properties properties); final in the trunk. This breaks the existing mediators. Shall we remove the final from the method? Thanks, Supun..

Re: Shall we remove the final from method public final Mediator createMediator(OMElement elem, Properties properties)

2010-11-02 Thread Hiranya Jayathilaka
On Tue, Nov 2, 2010 at 5:21 PM, Supun Kamburugamuva supu...@gmail.com wrote: We have made the method in AbstractMediatorFactory. public final Mediator createMediator(OMElement elem, Properties properties); final in the trunk. This breaks the existing mediators. Shall we remove the final from

Re: Shall we remove the final from method public final Mediator createMediator(OMElement elem, Properties properties)

2010-11-02 Thread Ruwan Linton
This final construct is there to force the users to use the createSpecificMediator method and handle all the common stuff at the above method, for the time being it just has the description, but in the long run it would be useful. Anyway if you think we should change it to none final, I do not