2 Replies Latest reply on Dec 10, 2009 1:33 PM by kukeltje

    Bug in process designer eclipse

    suganda

      Hi All,

      I found weird behaviour of eclipse plugin for jbpm4.2

      when i write manually xml using decision state like











      I move one of state using eclipse process designer , then when i check again the xml results it will become







      which will automatically delete all of my fields for that handler class

      secondly when i modify manuall xml , the empty jpeg files will be generated in the same packages of my process definition. However when i move a bit one of state using process designer, i can see clearly the correct jpeg files that is generated.

      Any clue or is it really bug ?


      Thanks in advance,

      Best Regards,
      Suganda

        • 1. Re: Bug in process designer eclipse
          suganda

          Sorry, i forgot to put the xml in code tag

          when i write manually xml using decision state like

           <decision g="428,221,80,40" name="INPUT.READY">
           <handler class="com.abc.def.jbpm.impl.InputImpl" >
           <field name="phase"><string value="INPUT"/></field>
           <field name="process"><string value=""/></field>
           <field name="state"><string value="READY"/></field>
           </handler>
           <transition g="-79,-18" name="Completed" to="UDB.EXEC"/>
           <transition g="-79,-18" name="Error" to="INPUT.ERROR"/>
           </decision>


          I move one of state using eclipse process designer , then when i check again the xml results it will become
          <decision g="428,221,80,40" name="INPUT.READY">
           <handler class="com.abc.def.jbpm.impl.InputImpl" />
           <transition g="-79,-18" name="Completed" to="UDB.EXEC"/>
           <transition g="-79,-18" name="Error" to="INPUT.ERROR"/>
           </decision>


          seems like its automatically changed by process designer eclipse plugin

          Thanks in advance,

          Best Regards,
          Suganda

          • 2. Re: Bug in process designer eclipse
            kukeltje

            please file a jira issue for this on the GPD project