Missing generation of 'name', 'description', 'process' attributes
in the esb stateless actions.
-----------------------------------------------------------------------------------------------
Key: SOAG-94
URL:
https://jira.jboss.org/jira/browse/SOAG-94
Project: SOA Governance
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Tooling
Affects Versions: 1.0 MR1
Reporter: Jeff Yu
Assignee: Gary Brown
Fix For: 1.0 MR2
In the generated jboss-esb.xml file,
For the <service....> configuration, add the description="" for
<service..> tag.
For the <action> configuration, add the name and process attributes. like:
<action name="s1" process="process"
class="org.jboss.soa.overlord.jbossesb.stateless.actions.SwitchAction">
Currently, it is missing the 'name' and 'process' attributes, and it makes
the jboss-esb.xml validation fail.
--
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