[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5554) ESB Editor - Notifier action needs ability to add targets to a notifier list

Kevin Conner (JIRA) jira-events at lists.jboss.org
Fri Jan 8 06:20:30 EST 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12502929#action_12502929 ] 

Kevin Conner commented on JBIDE-5554:
-------------------------------------

1. This is correct, the name does not appear to matter and consequently the configuration could consist of multiple property elements containing this information.

2. This appears to be an error in our documentation, apologies for this.  I believe both should be included

The FTPList has javadocs explaining the usage but the NotifyTcp one doesn't.

The NotifyTcp one consists of a list of 'destination' elements with a single URI attribute, which should take the format 'tcp://host:port'

<destination URI="tcp://host1:port1"/>
<destination URI="tcp://host2:port2"/>

Sorry, about this, HTH.

Kev

> 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@/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

        


More information about the jbosstools-issues mailing list