[
https://jira.jboss.org/jira/browse/JBIDE-5554?page=com.atlassian.jira.plu...
]
Viacheslav Kabanovich commented on JBIDE-5554:
----------------------------------------------
I think that we have to create specific meta description and editing form for each type of
target; in the same way as we do that for out-of-the-box actions. Context menu for
notification list object will look like
New ->
-----Generic Target
-------------------------
-----Notify Console Target
-----Notify Files Target
etc.
In a simple case like NotifyConsole, just insertion will be made (<target
class="NotifyConsole" />) without a dialog.
In a complex case like NotifySQLTable, dialog will appear to collect required attributes.
So, the same ui approach will work as for out-of-the-box actions, but on the lower level.
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: Bug
Components: esb
Affects Versions: 3.1.0.GA
Reporter: Brian Fitzpatrick
Assignee: Viacheslav Kabanovich
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