]
Mark Little updated JBESB-1125:
-------------------------------
Component/s: Documentation
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: Documentation, Configuration
Affects Versions: 4.2
Reporter: Richard Achmatowicz
Assigned To: Mark Little
Priority: Minor
Fix For: 4.2.1 CP1
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: