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

Brian Blasko (JIRA) jira-events at lists.jboss.org
Thu May 6 17:42:05 EDT 2010


jndiName for notifier disappears if editing the xml directly
------------------------------------------------------------

                 Key: JBIDE-6260
                 URL: https://jira.jboss.org/jira/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: Brian Fitzpatrick


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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list