[jboss-user] [JBoss jBPM] - New lines in XML process definitions

DavidPerez do-not-reply at jboss.com
Wed Mar 11 11:23:38 EDT 2009


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



More information about the jboss-user mailing list