[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-6260) jndiName for notifier disappears if editing the xml directly

Libor Zoubek (JIRA) jira-events at lists.jboss.org
Tue Jun 1 04:20:51 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Libor Zoubek closed JBIDE-6260.
-------------------------------



verified on JBDS 3.0.1 H80-GA

> jndiName for notifier disappears if editing the xml directly
> ------------------------------------------------------------
>
>                 Key: JBIDE-6260
>                 URL: https://jira.jboss.org/browse/JBIDE-6260
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: esb
>    Affects Versions: 3.1.0.GA
>         Environment: Windows XP
>            Reporter: Brian Blasko
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.1.x, 3.2.next
>
>
> If I have an esb.xml file with a notifier as seen below, if I edit the xml file using the source tab and save, if I then return to the file and edit using the tree tab(forms), the <queue> element for the target elements get lost.
>    <actions mep="RequestResponse">
>     <action class="org.jboss.soa.esb.actions.Notifier" name="SendResponseNotifier">
>      <property name="okMethod" value="notifyOK"/>
>      <property name="exceptionMethod" value="notifyError"/>
>      <property name="destinations">
>       <NotificationList type="err">
>        <target class="NotifyQueues">
>         <queue jndiName="queue/MincomJMS_reply"/>
>        </target>
>       </NotificationList>
>       <NotificationList type="ok">
>        <target class="NotifyQueues">
>         <queue jndiName="queue/MincomJMS_reply"/>
>        </target>
>       </NotificationList>
>      </property>
>     </action>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list