[esb-java-dev] [jira] Created: (ESBJAVA-8) Sequence reference is
not saved when it is created as a child of try mediator
Charitha Kankanamge (JIRA)
jira at wso2.org
Wed Feb 7 06:59:28 PST 2007
Sequence reference is not saved when it is created as a child of try mediator
-----------------------------------------------------------------------------
Key: ESBJAVA-8
URL: http://www.wso2.org/jira/browse/ESBJAVA-8
Project: WSO2 ESB-Java
Issue Type: Bug
Components: Sequences Management
Affects Versions: 1.0-beta-1-b1
Environment: IE/FF, jdk15, WinXP
Reporter: Charitha Kankanamge
Assigned To: Asankha Perera
Priority: Critical
AFAIK, try mediator should contain a 'sequence' as a child. (According to synapse config lang reference)
In ESB, try mediator has to be added with a sequence. Then the sequence inside the try mediator has to be configured with <sequence ref = "">.
However the sequence reference is not saved when it is created as a child of try mediator.
Steps to reproduce:
===============
1. Start to create a sequence
2. Add 'Try' mediator
3. Add sequence mediator as a child of 'Try' mediator
4. Click 'edit' of the sequence mediator and edit it with a valid existing sequence reference
i.e:- <syn:sequence ref="sequence-1"/>
5. Click update
6. Add onError mediator and save the sequence
7. Now try to edit the sequence and check the sequence which was added as the first child of 'Try' mediator
Issue:-
=====
<syn:sequence /> is displayed. The reference sequence name is missing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Esb-java-dev
mailing list