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.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217001#4217001

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217001
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to