[jboss-user] [JBoss jBPM] - Re: Jbpm issues

leathien do-not-reply at jboss.com
Mon Feb 19 14:48:43 EST 2007


Sample file that makes jbpm choke

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition xmlns="urn:jbpm.org:jpdl-3.2"
  | 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  | 	xsi:schemaLocation="urn:jbpm.org:jpdl-3.2 http://docs.jboss.org/jbpm/xsd/jpdl-3.2.xsd"
  |     name="simple">
  |    
  |    <swimlane name="swimlane1">
  |    	<assignment pooled-actors="actor1"></assignment>
  |    </swimlane>
  |    
  |    <start-state name="start">
  |       <transition name="XX" to="task1"></transition>
  |    </start-state>
  | 
  |    <task-node name="task1">
  | 	   <task name="start" swimlane="swimlane1">
  |          <controller class="com.sample.action.TestController" config-type="bean"></controller>
  |       </task>
  |       <transition name="Continue" to="first"></transition>
  |    </task-node>
  | 
  |    <state name="first">
  |       <event type="node-enter">
  |       </event>
  |       <transition name="to_end" to="end">
  |          <action name="action" class="com.sample.action.MessageActionHandler">
  |             <message>About to finish!</message>
  |          </action>
  |       </transition>
  |    </state>
  |    <end-state name="end"></end-state>
  | 
  | 
  | </process-definition>
  | 
Btw. I haven't mentioned that in previous post, I'm using jbpm 3.2 beta 2.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019005



More information about the jboss-user mailing list