6 Replies Latest reply on Mar 12, 2009 10:20 AM by salaboy21

    New lines in XML process definitions

      I have this snippet of my process definition:

      <process-definition xmlns="urn:jbpm.org:jpdl-3.3" name="">
       <start-state>
       <transition to="trabajar"/>
       </start-state>
       <node name="trabajar">
       <action config-type="bean" class="com.jobisjob.crawler.action.GoToUrlAction">
       <myProperty>line 1
      line 2</myProperty>
       </action>
       <transition to="Bolsa"/>
       </node>
      


      The problem is that for carriage return is not preserved, and this property can be multiline.

      Is there any known workaround for this bug?
      Should I open a bug?
      Thanks in advance for any tip.