[
https://jira.jboss.org/jira/browse/JBIDE-5530?page=com.atlassian.jira.plu...
]
Koen Aers resolved JBIDE-5530.
------------------------------
Resolution: Rejected
Assignee: Koen Aers
The <message> tag is created by introspecting the configurated action handler. It is
not part of the xsd, so the design tab nor the source tab are aware of it.
Missing message element in jBPM code assistant of process definition
--------------------------------------------------------------------
Key: JBIDE-5530
URL:
https://jira.jboss.org/jira/browse/JBIDE-5530
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 3.1.0.CR1
Environment: Linux 64-bit, Sun JDK 1.6, JbossTools-3.1.0.v200912171816M-H185-RC1
Reporter: Jiri Peterka
Assignee: Koen Aers
Fix For: 3.1.0.CR2
1. Have jBPM project and a default process
2. Switch to Source tab of default process definition to be able modify process xml
directly
CC works, but CC doesn't offer message element ( try to remove it and add it with
using CC )
<state name="first">
<transition name="to_end" to="end2">
<action name="action"
class="com.sample.action.MessageActionHandler"><!--MY COMMENT-->
<message>About to finish!</message>
</action>
</transition>
</state>
Note: Message isn't available in Design tab functionality as well
--
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