[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-5530) Missing message element in jBPM code assistant of process definition

Jiri Peterka (JIRA) jira-events at lists.jboss.org
Fri Dec 18 08:35:31 EST 2009


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
             Fix For: 3.1.0.GA


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

        


More information about the jbosstools-issues mailing list