[
http://jira.jboss.com/jira/browse/JBESB-1125?page=all ]
Mark Little updated JBESB-1125:
-------------------------------
Fix Version/s: 4.2.1
Possible bug in Notifier processing
------------------------------------
Key: JBESB-1125
URL:
http://jira.jboss.com/jira/browse/JBESB-1125
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Configuration
Affects Versions: 4.2.1 IR1
Reporter: Richard Achmatowicz
Assigned To: Kevin Conner
Priority: Minor
Fix For: 4.2.1
Don't know if this is intended or unintended - but the name of the property used to
enclose NotificationList elements in the <action> target is not validated. For
example, this list of notifications works perfectly well:
<action name="notificationTest"
class="org.jboss.soa.esb.actions.Notifier">
<property name="okMethod" value="notifyOK" />
<property name="THIS-NAME-IS-NOT-VALIDATED">
<NotificationList type="OK">
<!-- send notification to console -->
<target class="NotifyConsole" />
</NotificationList>
</property>
</action>
This raises the question of how to document the property name in the documentation. The
name "notification-details" is being used in quickstarts, but that string does
not exist in the codebase.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira