[
https://jira.jboss.org/jira/browse/JBIDE-5554?page=com.atlassian.jira.plu...
]
Viacheslav Kabanovich commented on JBIDE-5554:
----------------------------------------------
Studying ProgrammersGuide and sources of ESB I have got some questions.
1. ProgrammersGuide in example gives property 'destinations' as parent for
NotificationList elements, but NotifyFTP.java and NotifyFTPList.java mention property
'notification-details' in example given in class header comments. So, may it be
that property name
is of no importance as soon as that property has NotificationList child elements?
2. ProgrammersGuide gives twice NotifyFTP, but misses NotifyFTPList and NotifyTCP. Should
they be implemented?
ESB Editor - Notifier action needs ability to add targets to a
notifier list
----------------------------------------------------------------------------
Key: JBIDE-5554
URL:
https://jira.jboss.org/jira/browse/JBIDE-5554
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Affects Versions: 3.1.0.CR1
Reporter: Brian Fitzpatrick
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.CR2
Attachments: screenshot-1.jpg
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
For the Notifier action, we need the ability to add targets to a notifier list.
For example, a NotificationList for an error notifier (see page 119 of Progammer's
Reference for ESB 4.7):
<NotificationList type="err">
<target class="NotifyConsole" />
<target class="NotifyFiles" >
<file name="@results.dir(a)/badresult.log" />
</target>
</NotificationList>
I'm not sure how we'd implement this for 3.1 since it's pretty detailed -
there are multiple types of targets for the NotifyList:
* NotifyConsole
* NotifyFiles
* NotifySQLTable
* NotifyFTP
* NotifyQueues
* NotifyTopics
* NotifyEmail
I'm open to suggestions here. :)
--
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