[JBoss JIRA] Created: (JBIDE-5550) ESB Editor - remove cacheScript from ScriptingAction UI
by Brian Fitzpatrick (JIRA)
ESB Editor - remove cacheScript from ScriptingAction UI
-------------------------------------------------------
Key: JBIDE-5550
URL: https://jira.jboss.org/jira/browse/JBIDE-5550
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.GA
Reporter: Brian Fitzpatrick
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.GA
For the ScriptingAction UI, after checking with the ESB team, it appears that "cacheScript" is not a valid property. It's valid for GroovyActionProcessor, but not for Scripting Action.
Can we remove it?
>From Kevin Conner: "The only cacheScript I can find is within GroovyActionProcessor. It
defaults to true but will force a new script to be created if it is set to false. This doesn't apply to the ScriptingAction."
--
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
16 years, 2 months
[JBoss JIRA] Created: (JBIDE-5554) ESB Editor - Notifier action needs ability to add targets to a notifier list
by Brian Fitzpatrick (JIRA)
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
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
16 years, 2 months